Firstian Putra Adi
Firstian Putra Adi
Student at University
Friends

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

Firstian Putra Adi
Added topic Limit Profit in EA
Hi, for all coders out there. I have a question. Is it possible to limit profit in an EA. By limiting I mean, lets just say that I want 100 pips per currencies in my EA and I want that EA to stop trading for the rest of the month after it reach that
Firstian Putra Adi
Added topic Need help creating close order
Can anyone help me create a close order in my ea because I'm at loss in what i should do. Example, I have open buy and the condition to close  the order is fulfilled (CCI<0). How do i write in in my ea. Thank you
Firstian Putra Adi
Added topic Hi, I'm just finishing my own brand new EA which i build my self and i'm looking for pointer if there is something wrong with it or simplifying it.
Now this is my code {      //Sting signals    string Signal= "" ;       //Moving Average    double MovingAverage= iMA ( _Symbol , 0 , 2000 , 0 , MODE_SMA , PRICE_CLOSE , 0 );   
Firstian Putra Adi
Registered at MQL5.community