Send Notification alert onCandle

This commit is contained in:
Nkondog Anselme
2022-05-12 16:02:50 +01:00
parent 75d65fb1f3
commit 2bd2a79c71
4 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -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.