Velaphi Thubana
Velaphi Thubana
Friends

Add friends via their profile or user search and you will be able to see if they are online

Velaphi Thubana
Added topic 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;
Velaphi Thubana
Added topic 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 
Velaphi Thubana
Added topic 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
Velaphi Thubana
Added topic EA with multitime frame
Hello ,How do I create EA with multi time frame(5min chart and 1H chart)
Velaphi Thubana
Added topic 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
Velaphi Thubana
Added topic 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