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