@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
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.
-
Latest posts made by Paihdt
-
RE: Calculate High and Low Distanceposted in Questions & Answers
@jstap Thats will only give price different. I need result in pips
with my current method i need to multiply the result with factor like for 5d.p symbol x 0.0001, 2d.p symbol x 0.01and some symbol will give wrong result
-
Calculate High and Low Distanceposted in Questions & Answers
Hi,
How to measure distance in pips from 4 candle formation Highest and Lowest price?
-
FIBO LABEL NAMEposted in Questions & Answers
Hi, did anyone know how to make fibo label name as photo below?
I try to writing same thing inside level box such as (0 %$ Start) but still showing only value 0TQ

-
RE: Easy way to make ENUMposted in Tutorials by Users
@BBMess dont made you life complicated. for MA just write down what it suggest on the box. dont need to create manual enum

-
RE: confluenceposted in Questions & Answers
@mr-lenny try with variable.. signal on h1 variable1=1, signal on h2 variable2=1, signal on h3 variable3=1.
then using block condition, if variable1=1, variable2=1, variable3=1, then put entry.
reset the variable1,2,3=0, if trade closed
-
[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.
-
-
RE: Ex4 files can't be importedposted in Bug Reports
i dont think you can import ex4 format. even you create with fxdreema.. if possible then easy for paid ea by fxdreema been crack over here
-
Price Level From Text Objectposted in Questions & Answers
Hi, how to get price level form Object Text?
What I need is what price level for Text Level on chart
https://fxdreema.com/shared/njSwMoHwc

-
RE: MA strategy with RSI+MAposted in Questions & Answers
You cannot add MA into RSI window using fxdreema !
Try looking for custom indicator to achieve this.