diff --git a/Experts/Nkanven/HighTension.ex5 b/Experts/Nkanven/HighTension.ex5 index c82f651..e5d12ce 100644 Binary files a/Experts/Nkanven/HighTension.ex5 and b/Experts/Nkanven/HighTension.ex5 differ diff --git a/Experts/Nkanven/HighTension.mq5 b/Experts/Nkanven/HighTension.mq5 index 1b89c00..8314dc3 100644 --- a/Experts/Nkanven/HighTension.mq5 +++ b/Experts/Nkanven/HighTension.mq5 @@ -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) diff --git a/Experts/Nkanven/Lotcal.ex5 b/Experts/Nkanven/Lotcal.ex5 index 5f5f0b6..6569467 100644 Binary files a/Experts/Nkanven/Lotcal.ex5 and b/Experts/Nkanven/Lotcal.ex5 differ diff --git a/Experts/Nkanven/Lotcal.mq5 b/Experts/Nkanven/Lotcal.mq5 index 1c7870e..42a4496 100644 Binary files a/Experts/Nkanven/Lotcal.mq5 and b/Experts/Nkanven/Lotcal.mq5 differ