Forum

Question about aquiring EMA on higher time frame?

Hello everyone: I was able to write part of the indicator that I want, thanks to all the help on this forum. What it does so far is just display a histogram signal (RED or GREEN) bar only if a EMA fan of 4 moving averages line up on the 4 Hour time frame.Now I am trying to check two higher time

ExponentialMA() Question?

Hello all. ‌‌I have been searching forums and reading for weeks to find my answer and am getting no where so I figured I would take a chance and post it :<) ‌‌I am trying to write an indicator that uses the ExponentialMA() function on MT5 but I cannot get it to work because I am not sure how to

Help with this EMA Fan Indicator

Can anyone help me figure out what is wrong with this Indicator that I am trying to write? I tried numerous methods for pulling the EMA moving averages but at this point, I think the problem is somewhere in the main loop of reading the candles and the buffer sizes of the EMA's. I am a heavy java