Codes

Larry Conners RSI 2 for MetaTrader 5

Simple Expert Advisor based on the Larry Conners RSI 2 strategy

Forum

Is this a bug in MT5 - Strange behavior with a double input

Hi There One of my clients recently reported this to me. Seems to be a very strange bug in the MT5 system. It only does this when 0.07 is used. Anyone else experience this

Dont enter anymore trades for the day if profit target reached

Hi There I have an EA and would like to not enter any more trades if the profit target has been reached for the day. If I have a 5% target for the day I have put this code in the ontick function but it does not seem to be doing anything. if(m_account.Equity()>=m_account.Balance()*5) return; Any

Getting Previous Day High and Low on Hour and minute timeframe

HI There I would like to know how to get the Previous days high and low when trading on lowwer time frames. Thanks

Draw up arrow and down arrow on conditions

Hi There I am busy learning MQL5. I have created a simple function that check a larry conners RSI 2 entry points. I would like to draw an up arrow when the Buy conditions are met and a down arrow when the sell conditions are met. On the next candle. Function string CheckLarryConners () { string