Forum

New to coding. EA Runs in Tester but no orders are opened. HELP PLEASE!

Hello, I started coding an EA which is supposed to identify the the highs and lows over a given number of bars (Period_High_Low) and then open a sell order at the same level as the High (double-top) if the RSI conditions are met. So, if the current price touches the previous high, and the RSI of

Help with Indicator- New to programming

Hello, I am trying to code an indicator that draws a line of the average movement in pips. I don't know what function to use to return the applied price; Please have a look at my code below. I appreciate your help //+------------------------------------------------------------------+ //|