Any experts on fxDreema willing to build my EA for me?
-
I really want to use this system to build and get the basics of my EA idea working but am struggling to build it.
I have a simple workflow of the logic I want and have played around but cannot really find the bits I need or get them in the righ order.
Probably way too complex for me!
Happy to pay someone. -
@breakertrader I can help you
-
That would be awesome. What would you need?
-
@breakertrader the strategy, lol
-
EA Workflow (Short Example)
X should be inputs where you see them below.IF
Price is above 68 level on RSI at close of candle last candle.
THEN
Pending sell order placed X pips under the last DOWN candles low before the current high.

IF
New highs are put in and order is not triggered trail pending order up underneath the DOWN candles as they are drawn in.
WHEN
Pending order is triggered enter 2 new pending sell orders at either
Previous days high, day befores high, day before that’s high etc until you have 1 live order and 2 pending orders.
IF
The high is more than half ADR10 away from initial entry.NO STOP LOSS IS USED.
Reverse the above for buy orders using 32 on RSI and last DOWN cande instead of up.
TP set X times ADR10 (can set in inputs to be a multiple of this like 0.5, 1 etc…)
-
@breakertrader this should come close https://fxdreema.com/shared/7b4WLG5hd
-
@roar Did you make his entire EA in 1 hour???
-
nice work whiz kid!
-
@roar Holy crap.
Thats amazing! Will check that out and see how it works. I owe you a large beer I think! -
@roar Thats a really complex EA!

Have tested it and it doesn't quite do what I want but dont think I've really explained it properly.EA Workflow (Short Example)
IF
Candle close is above 68 level on RSI (21 Median RSI).
THEN
Place a pending sell order 3 pips under the last DOWN candle low before the current high.
IF PENDING TRIGGERED
Place another pending sell at yesterdays high
(IF MORE THAN ½ ADR10 ABOVE TRIGGERED SELL ORDER)
AND
Place another pending sell at the day before yesterdays high
(IF MORE THAN ½ ADR10 ABOVE PENDING SELL ORDER AT YESTERDAYS HIGH)IF INITIAL PENDING NOT TRIGGERED
Repeat the above trailing the pending order up 3 pips under the last DOWN candle as new highs are formed until the pending is triggered.So when the pending triggers we should have a sell order and either 1 or 2 more
NO STOP LOSS IS USED.
TP should be set at 1X ADR10 below price.Reverse the above for buy orders.