mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-17 04:38:12 +00:00
Send Notification alert onCandle
This commit is contained in:
Binary file not shown.
@@ -60,9 +60,9 @@ void OnTick()
|
||||
return;
|
||||
|
||||
//Print("TF", PERIOD_CURRENT, " 1min ", PERIOD_M1, " 5min ", PERIOD_M5, " Period ", Period());
|
||||
/*ScanPositions();
|
||||
/*ScanPositions();*/
|
||||
if(!newBar())
|
||||
return;*/
|
||||
return;
|
||||
|
||||
int cnt = CopyBuffer(handle, indexMA, 0, 3, bufferMA);
|
||||
if(cnt<3)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user