EA using 3 EMA Crossover with %balance, News Filter, and Weekend stops.

工作已完成

执行时间7 天
客户反馈
Nice Support and Job
员工反馈
thanks

指定

Hi, I want a Simple EA with 3 EMA (EMA 5, EMA 12, EMA 22).

The logic is:

  • The EA will OPEN BUY position if EMA 5 already crossed EMA 12 & EMA 22 to above (EMA 5 > EMA 12 > EMA 22), and will CLOSE BUY if EMA 5 already crossed EMA 12 & EMA 22 to below (EMA 5 < EMA 12 < EMA 22).
  • OPEN SELL position if  EMA 5 already crossed EMA 12 & EMA 22 to below (EMA 5 < EMA 12 < EMA 22), CLOSE SELL if EMA 5 already crossed EMA 12 & EMA 22 to above (EMA 5 > EMA 12 > EMA 22).

Please check the picture I attached for the logic.

Features that I want in EA:

  • Can be used with any timeframe and any price type (I can edit the price type in setting).
  • EA wont open position if Spread >15 or else (I can edit Spread number in setting.)
  • Auto Lot size ( Calculate % Of capital to Risk n SL).
  • Can be set using Stop loss / not. Stop loss can be set using ATR.
  • Can be set using Trailing Stop / not. Trailing stop can be set using 10% of ATR.
  • News Filter, so the EA would close all profitable position 15 minutes before News. The News is taken from forexfactory.com (or else. U may tell me!).
  • 1 hour before weekend, the EA will close all profitable position. The EA activated again 1 hour after Weekend.
  • The EA only work on ECN Broker.

That's all from me. If u have any ideas to improve this EA, feel free to tell me about it! The better your advice, the bigger the payment!



 




附加的文件:

反馈

1
开发者 1
等级
(2)
项目
4
0%
仲裁
0
逾期
0
空闲
2
开发者 2
等级
(454)
项目
720
34%
仲裁
35
71% / 9%
逾期
22
3%
工作中
3
开发者 3
等级
(21)
项目
35
54%
仲裁
8
63% / 38%
逾期
1
3%
空闲
4
开发者 4
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
5
开发者 5
等级
(1156)
项目
1462
63%
仲裁
21
57% / 10%
逾期
43
3%
空闲
6
开发者 6
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
7
开发者 7
等级
(390)
项目
416
30%
仲裁
74
19% / 72%
逾期
52
13%
工作中
8
开发者 8
等级
(2343)
项目
2948
63%
仲裁
124
44% / 26%
逾期
429
15%
空闲
9
开发者 9
等级
(589)
项目
1070
50%
仲裁
39
28% / 41%
逾期
49
5%
空闲
发布者: 1 文章, 8 代码
10
开发者 10
等级
(2674)
项目
3412
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
11
开发者 11
等级
(361)
项目
644
26%
仲裁
92
72% / 14%
逾期
12
2%
工作中
发布者: 1 代码
12
开发者 12
等级
(257)
项目
341
58%
仲裁
7
14% / 71%
逾期
9
3%
空闲
13
开发者 13
等级
(54)
项目
65
52%
仲裁
5
40% / 60%
逾期
22
34%
工作中
14
开发者 14
等级
(298)
项目
478
40%
仲裁
105
40% / 24%
逾期
82
17%
已载入
发布者: 2 代码
15
开发者 15
等级
(271)
项目
553
50%
仲裁
57
40% / 37%
逾期
227
41%
工作中
16
开发者 16
等级
(69)
项目
93
34%
仲裁
10
40% / 30%
逾期
5
5%
空闲
相似订单
i need someone that can make me an EA really easy with the martingala system?, I am looking for something that doesn't exceed 5 trades for the martingale, I think I did it, but it only works for propfirms, So i need to develop it on ninja trader I have identified a very very simple strategy but it only works on propfirms, with only two propfirm accounts, i absolutely need account A and account, And they have to open
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
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
I am looking for an experienced MQL5 or MQL4 developer with a strong understanding of high-frequency trading (HFT) concepts who can explain how certain HFT-style strategies have historically been able to pass proprietary firm evaluations while also being profitable on demo accounts and capable of transitioning successfully to live trading. I am interested in understanding the legitimate trading logic, execution
Pine Script Integration Request (Experienced Coders Only) I am looking for a highly experienced Pine Script developer to integrate a Demand & Supply Zone module into my existing indicator. Requirements Keep my current indicator (Rudy) exactly as it is. Do NOT modify, remove, or alter any existing logic, calculations, signals, alerts, or visual elements. Add only the Demand & Supply Zone boxes from a second Pine

项目信息

预算
30 - 100 USD
截止日期
 10 天