@alphaomega nothing special about this ea.. a lot of martingale ea same like this ea..
bull candle buy, and keep layer on bear candle if wrong direction and averaging TP.. vice versa for sell.. only can use on cent account or 10000$ standard account and it can blow your account in 1 day
P
Best posts made by Paihdt
-
RE: EuroScalper Ea 300% profitposted in Questions & Answers
-
[TUTORIAL] How to Enable/Disable virtual stop loss on EA Inputposted in Tutorials by Users
Please share if you know any other easy method.

-
Create boolen for Virtual Stop Loss
-
Download as .mq4 file format and open it on metaeditor.

3. Delete this paragrah "define VIRTUAL_STOPS_ENABLED 0 // enable virtual stops"
4. Copy before you delete or you can type VIRTUAL_STOPS_ENABLED
5. Replace HideSLTP to VIRTUAL_STOPS_ENABLE
-
Under OnInit also replace HideSLTP to VIRTUAL_STOPS_ENABLE
-
Then you can compile and test it.
-