指定

I will pay you a REWARD, if you find / create an EA that fits ALL the below criteria!

Platform: MT4
Timeframe: doesn’t matter
Pair: doesn’t matter
Strategy: doesn’t matter
Drawdown: no more than 25%
Return: minimum 5%, every month
Lot sizing: dynamic lots

I will backtest the EA with 99.9% tick data accuracy for a period of 20+ years.

If the EA can produce minimum 5% returns EVERY MONTH over 20 YEARS with less than 25% drawdowns, I will pay you a REWARD!

Note: please do NOT waste your and my time saying that because market behaviour constantly changes, there is no EA that would always work. That is just an unacceptable excuse that those so called EA developers use, who cannot produce a bot that would actually work. In my view the only EA that anyone could trust, is the one that can survive all kinds of market behaviour over a long period of time. This is why I will test your EA with 99.9% tick data accuracy for a period of more than 20 years.

(Oh, and please do not come with the "a backtest doesn't take into account real slippage, spreads, blahblahblah..." Even if you were right, a backtest still produces a quite reliable overall picture of an EA, which is a good starting point to determine if I want to further test it or not in live market conditions.)

Lastly, do not try to send me history readers. I’m not a newbie. It’s pretty easy to find out if an EA is history reader or not. So don’t risk getting reported!


反馈

1
开发者 1
等级
(109)
项目
180
25%
仲裁
24
17% / 75%
逾期
16
9%
空闲
2
开发者 2
等级
项目
1
0%
仲裁
0
逾期
0
空闲
3
开发者 3
等级
(395)
项目
556
41%
仲裁
30
57% / 3%
逾期
57
10%
空闲
发布者: 11 代码
4
开发者 4
等级
项目
0
0%
仲裁
0
逾期
0
工作中
5
开发者 5
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
6
开发者 6
等级
(27)
项目
43
7%
仲裁
18
6% / 78%
逾期
26
60%
空闲
7
开发者 7
等级
(12)
项目
17
35%
仲裁
5
40% / 20%
逾期
1
6%
已载入
发布者: 6 文章, 35 代码
8
开发者 8
等级
项目
0
0%
仲裁
0
逾期
0
空闲
9
开发者 9
等级
(3)
项目
7
29%
仲裁
0
逾期
4
57%
空闲
10
开发者 10
等级
(3)
项目
2
0%
仲裁
1
0% / 0%
逾期
0
空闲
11
开发者 11
等级
(3)
项目
3
33%
仲裁
0
逾期
0
已载入
发布者: 1 代码
12
开发者 12
等级
(298)
项目
478
40%
仲裁
105
40% / 24%
逾期
82
17%
已载入
发布者: 2 代码
13
开发者 13
等级
(7)
项目
6
0%
仲裁
4
25% / 75%
逾期
2
33%
空闲
相似订单
I have a simple EMA strategy, I need to create an MT5 EA to trade gold Symbol: XAUUSD only, MT5, M15 Entry Conditions BUY Open one Buy when all of these conditions are true: EMA 9 crosses above EMA 21. RSI (14) is above 50 . MACD Line is above the MACD Signal Line. SELL Open one Sell when all of these conditions are true: EMA 9 crosses below EMA 21. RSI (14) is below 50 . MACD Line is below the MACD Signal Line
hello could you make me same indicator for ninja ? https://www.youtube.com/watch?v=pxs2MuqvH3w if yes for how much and timeline ? thks in advance and please reply me as soon as possible you get my notification
KOKIE FX 30 - 200 USD
PROGRAM: PSMI Market Intelligence Engine v1.0 OBJECTIVE: Analyse the market from higher timeframes to lower timeframes, build a market narrative, and only allow execution when every condition is confirmed. ========================================================= STEP 1 LOAD DATA ========================================================= Read: Monthly (future) Daily H4 H1 M15 M5
Hello, I am looking for someone to Run and Monitor the EA and Signals in the account. Should be able to monitor daily and fix any issue in the signal Copying and EA running. The Settings and configuration to be checked and updated periodically. Should be available to report and update on daily basis. Tell me the cost and your previous experience for the same. Thanks
JazzDaBot 30+ USD
""" Wick Reversal Strategy — core logic ===================================== Rules (as specified): - Timeframe: 15-minute candles - Entry: candle wick >= WICK_MULTIPLIER x body -> signal candle - long lower wick -> enter LONG at next candle's open - long upper wick -> enter SHORT at next candle's open - Exit: an opposite-direction wick candle forms while in a position - Stop-loss: just beyond the signal candle's
Looking for an Experienced MQL4/MQL5 Developer to Build a Professional Scalping Expert Advisor (EA) I am looking for an experienced MQL4/MQL5 developer to build a professional Expert Advisor (EA) for MetaTrader 4 or MetaTrader 5 from scratch. My goal is to develop a high-quality scalping system with strong risk management and long-term profitability potential. I am not looking for unrealistic promises or "100%
void OnTick() { // Check if we already have an open trade if(OrdersTotal() == 0) { // Get the value of a 14-period Moving Average double ma = iMA(Symbol(), 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Basic Condition: If current close price moves above the MA, buy if(Close[0] > ma) { int ticket = OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "My First Bot", 0, 0, clrGreen); } } }
Recently I have backtested more than 100 EAs and I have come to a conclusion that in the long-term all of them produce catastrophic results. I used 99.9% data quality and whenever possible decades of data. In the short-term almost all of them can have nice gains. But there is hardly any EA that could survive even just 3-5 years, let alone decades ! This got me thinking: if almost all EAs are unfit for long-term
I am looking for an experienced MQL5 developer to convert a TradingView indicator into an MT5 indicator. The objective is to recreate the TradingView indicator in MQL5 so that it produces the same calculations, plots, values, and signals as closely as possible. Requirements: Convert the TradingView Pine Script into an MT5 indicator (.mq5). Ensure the MT5 version matches the TradingView version as accurately as
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial

项目信息

预算
35 - 200 USD

客户

(1)
所下订单3
仲裁计数0