Help with ea
-
hope you’re doing well. I would like you to help me build a fully functional EA in fxDreema. I need the project/code file so I can export it myself. Here are the full specifications:
Platform: MT5 (exportable as .ex5)
Symbol: Flexible, default XAUUSD (Gold)
Timeframe: User-specified, default H1
Trade Logic – Reversal EA:
Detect yesterday’s high (YesterdayHigh) and yesterday’s low (YesterdayLow) automatically
Reversal trade rules:
Price touches YesterdayHigh → wait for candle close below it → Sell
Price touches YesterdayLow → wait for candle close above it → Buy
Only one trade per level per day
Risk Management:
Lot size configurable via variable LotSize
Max daily risk configurable via variable MaxRiskPerDay
Stop Loss: adjustable via variable SLPoints
Take Profit: adjustable via variable TPPoints
Break-even: configurable via variable BreakEvenPips
Trailing Stop: optional, configurable via variable TrailingStopPips
Trade Management:
Cancel pending order if not filled by end of day
Ensure only one trade per level
Move SL to break-even when profit reaches BreakEvenPips
Apply tight trailing stop after break-even if configured
Variables / Configurable Settings:
YesterdayHigh, YesterdayLow, LotSize, SLPoints, TPPoints, OffsetPoints, BreakEvenPips, TrailingStopPips
Simplicity Rules:
No indicators required
Pure price action based (yesterday high/low reversal)
Use fxDreema blocks only, no external coding
Deliverables:
Full fxDreema project file (.json or fxDreema file)
Pre-configured for MT5 export
Ready to run on any symbol/timeframe with minimal adjustment
Please let me know if you need clarification on any part of this. I would appreciate it if the EA can be made exactly as specified with the adjustable stop loss and tight trailing stop features. -
Are you asking for someone to build it from scratch or someone helping you to complete a current version of it?
-
@l-andorrà build it from scratch I don't know how to even start
-
@lolomax said in Help with ea:
Price touches YesterdayHigh → wait for candle close below it → Sell
Price touches YesterdayLow → wait for candle close above it → Buy**-(Price touches YesterdayHigh/Low) is it the same candle that touched the level to be the one to close below/above ?
-if the price break above/below for a sum of candles then after closed below/above for one candle that will trigger a position opening ?**
-
@lolomax Well, in that case you will have to dedicate some time to learn how the platform works, and I'm afraid it is not as intuitive as it looks. I'll be glad to help, but you will have to put effort on your end.
Are you ready? -
@l-andorrà hey i took your advise and made some progress please check if i did it write and if you have upgraded please help me and send me the mq5 file please i cant save it because of connection limits
https://fxdreema.com/shared/UDBbAnT2b -
@KLG yes something like that its a breakout and reversal ea based on daily timeframe
-
@l-andorrà yes I am please check my progress I noticed it duplicates trades per condition,please Modify to have just 1 trade per condition please
-
I see you already created another thread for this exact same structure. I replied there, but please don't duplicate threads. Focus on just one of them.