mr.guney / Yayınlar
Forum
This function works for only the measurement in the first assignment. Is it possible to have the trend angle function recalculate every tick
MqlRates Priceinfo[]; MqlTick ticks[]; ----------------------------------------+ void OnTick() {CopyTicks(_Symbol,ticks,COPY_TICKS_ALL,0,30); ArraySetAsSeries(ticks,true); uint start=GetTickCount(); double price []; ArraySetAsSeries(Priceinfo,true); int