Search found 47 matches

Return

Re: MT4 Indicator requests and ideas

by: tkhanfx
so this is my idea when divergence arrow appear we enter on the next candel call or put depending on divergence type ... one problem is divergence arrow appear only when the next candel moves an x amount of point toward the divergence arrow than arrow will be plotted on privous candel and normally ...

Re: MT4 Indicator requests and ideas

by: wojtek
dear mr.tools it doesnt repaint as i have backtested it but nice to know that it is just an ema cross over .. will try one from the forum ..thanks alot It repaints, which is clearly seen in this code: ima_4 = iMA(NULL, 0, G_period_84, 0, MODE_EMA, PRICE_CLOSE, Li_88); ima_20 = iMA(NULL, 0, G_period...