Forum

EA to send mail

Good day Is there any one who can help with this code. I am trying to code the EA that will send email. My problem is that when I compile it is giving me the error below. int start() { double RSI_1h; { //---- RSI_1h= iRSI ( NULL , PERIOD_H1 ,Period_RSI, PRICE_CLOSE , 0 ); //---- } if

email setup

Hello, I would like to setup EA to send emails. My problem is that I don't know what to put in the following fields and where to get info that I must put in those fields. 1 SMPT SERVER 2 SMPT LOGIN Please help

Lot increase

Hi, would you please help me with the code for increasing lot if market order closed with a loss and lot to stay the same if market order closed with profit. for an example if EA start with (0.1 lot ) to trade, lot must increase to 0.2 if market order closed with a loss and to 0.3 lot if market

EA with multitime frame

Hello ,How do I create EA with multi time frame(5min chart and 1H chart)

Code for RSI and Moving average strategy

Hello any one who can help with the code for the following strategy I use two charts 4 hour and (5minchart) or (1hour chart) 4 hour chart I use one indicator RSI (14) with 50 line drawn in the centre(for the direction of the trades) when the RSI line is above the 50 line I trade long positions on

EA not working

Hi, any one who can help me with the code below( calling indicator ).When I compile it is ok with no errors but when I drag it to the chart nothing is happening. I am still new with coding I need help to learn to write codes Thanks