Hi everyone,
I want an EA that can trade automaticaly on a renko custom indicator that i link to this message.
It's very simple to understand:
Lot:
variable but by default 0.01.
---Buy at green closed brick with a take profit 10 pips and stoploss 20 pips,
so robot will buy at all 10 pips green brick formed.
---Sell at red closed brick with TP 10 pips and SL 20 pips also,
so robot will sell at all 10 pips red brick formed.
For example:
If i lose from a buy order, i lose 20 pips until the next brick become red and then robot put a sell order. (same if i lose from a sell order)
Just follow the color brick by brick.
The renko indicator have a white brick color to spot gaps, if a gap occurs then close the current trade and robot will wait for a new closed colored (Red or Green) brick.
And here comes the Money Management:
For example, green brick close so robot buy, TP at 10 pips SL at 20 pips, next brick is a green brick so TP is activated and a new buy is set.
then red brick so -20 pips
then green brick so -20 pips
(losing 4$ with a standart lol of 0.01)
then green brick so + 10 pips
after this winning brick, the robot will put a trade lot of 0.04
then green brick so +10 pips and recover my losing trades.
(0.4 cents X 10 pips = 4$)
after that robot keep following the color with a size lot of 0.01,
also if there is no losing trades to recover, the lot stay at 0.01.
Another simple example:
Winning is represented by a + sign and losing by a - sign.
1-
1-
1-
1+
3- (The 3 losing trades 1- 1- 1-) but 3 here is a losing trade so lot size returns to 0.01 until next winning.)
1-
1-
1+
8- (All the losing trades -1+-1+-1+-3+-1+-1=-8) 8 is also a losing trade so next trade returns to 0.01 lot.)
1+
16+ (All losing trades are recovered here) return to base lot 0.01.)
I hope it's well explained.
I'm not a Dev but i think the money management condition would be like this:
"if win and profit<basebet
then
nextbet=(profit*-1)+(basebet*2)
else
nextbet=basebet
end"
Thanks in advance for all programmers.
Have a nice day.
Linked with this order message:
The indicator and the include files (.mqh) that i want that ea fits.
Ähnliche Aufträge
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit
Hello, I am looking for an experienced MQL5 developer/trader who specializes in XAUUSD / Gold . I need someone who already has a ready or proven strategy/EA , not someone starting from zero. Requirements: Strong experience with XAUUSD / Gold Expert in MQL5 / MT5 EA development Ready strategy or EA with backtest/forward-test proof Clear entry, exit, and risk management logic Tick data and real spread testing preferred
I want to make an EA that is scripted from the tradingview indicator. where the EA can buy/sell if there is a command signal from the indicator. If you are interested, we can talk in full. Account Type: Hedging Max Open Position: 1 -2 positions total SL: 2.5 × ATR(14) TP: 2 × SL Partial Close: 50% on 1R profit Breakeven: active after partial close ATR Trailing: 1 × ATR(14) Session: 12:00–23:00 server time
I am looking for an MQL5 or MQL4 developer to build a Forex trading bot (Expert Advisor). What I need: The bot should be able to open up to 10 trades per day (24-hour market) Trades should not open all at once — only based on proper signals/conditions Each trade must include: Stop Loss Take Profit The bot must use 1:2 risk to reward The strategy should aim for around 50% win rate (about 5 wins out of 10 trades)
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
I have a MT5 Hull MTF Indicator that I like. I would like someone to add: 1) Time of day function (with start time and end time) so that it does not send messages during my night time. Default Start=0900 Default End=2300 2) Add to the Message (sound and email): so that it is Symbol+Buy-Or-Sell+Ask-OrBid Price+TimeFrame1 "/" TimeFrame2 I will send the indicator to the developer. Thank you
Hello, I need an EA that can help me make money, and I hope you can help me with this project. 🙏💻📈 I believe that honest cooperation and good intentions are very important. 🤝✨ May God bless you and your family with health, peace, prosperity and abundance, both now and forever. 🙏🕊️❤️🌍✨
Project Overview I am looking for an experienced MQL4/MQL5 developer to create an Expert Advisor (EA) for MetaTrader 4 and MetaTrader 5 based on a Moving Average High/Low channel and Bollinger Bands strategy. The EA must support both BUY and SELL operations and use opposite signal exits. Indicators Required 1. Moving Average High Period: 5 Applied to: High Price Method: Simple Moving Average (SMA) User configurable
I want robot to make money for me because the straight trading it doesn't make better money and the account shows me a R0 I don't know why but I want to make money
Test instructions: - Run EA on US30 (Dow Jones) - Timeframe: H1 - Test period: last 3–6 months - Use default risk settings (1% per setup) - Check Friday breakout logic only Expected behavior: - EA should mark Friday High/Low - Wait for candle close breakout - Wait for retracement into range - Enter only when H1 candle closes inside range - Execute 2 trades per setup (TP1 = 1R, TP2 = 2R) - Respect 1.5% daily loss