mirror of
https://github.com/raa251/Liquidity_Predator.git
synced 2026-07-06 13:42:02 +00:00
9 lines
No EOL
128 B
MQL5
9 lines
No EOL
128 B
MQL5
bool M_LogError(string Message)
|
|
{
|
|
if(!bOptimizationRun)
|
|
{
|
|
Print("Error: " + Message);
|
|
}
|
|
|
|
return true;
|
|
} |