Creation of a Trend Trading Expert Advisor using MA and Stochastic indicator

工作已完成

执行时间6 天
客户反馈
Great work yet again! Saad is exceptional and does amazing work. Always delivers as promised.
员工反馈
Great collaborating with you once again. Looking forward to future projects.

指定

This expert advisor will rely heavily on catching the trend. The trading will take place mainly on the 4 hour chart.

This strategy consists of four indicators, which are:
1. 5 Period Exponential Moving Average (closed)

2. 15 Period Exponential Moving Average (closed)

3. 50 Period Exponential Moving Average (closed)

4. Stochastic indicator K=13 D=5 Smooth=5 (13,5,5) 80/20 Levels


Mechanics
There are only two, yet very important rules for the EA to follow when trading.

1. The K% line on the stochastic indicator MUST be above the D% line when taking a BUY & the K% line MUST be below the D% line when taking a SELL.

2. Both the 5 & 15 EMA MUST cross the 50 EMA going upwards to create a BUY signal OR downwards for a SELL signal.

*Both of these conditions must be met before a trade signal is generated.*


See below for some examples: 

In this example, we can see the K% is above the D% (as shown by the bottom green arrow). We can also see the 5 & 15 EMA have crossed the 50 EMA (as indicated by the upper green arrow). Once both the 5 & 15 EMA’s have crossed the 50 EMA going upwards, the EA would have taken a BUY.



In this example, we can see the K% is below the D% (as shown by the bottom red arrow). We can also see the 5 & 15 EMA have crossed the 50 EMA (as indicated by the upper red arrow). Once both the 5 & 15 EMA’s have crossed the 50 EMA going downwards the EA would have taken a SELL.



Starting lots let's use 0.25

Allow lot size to be fixed or dynamic based on the balance.

Allow breakeven function and martingale function using a grid function and allow this to be enabled or disabled.

For martingale and grid, please allow the distance to be modifiable.

Please allow the martingale factor of increase to be modifiable (example, 1.3 increase each time a new trade is opened)

Allow a maximum amount of orders to be opened for martingale (4)


Default TP will be set at 250 points and modifiable.

SL: Allow it to be a fixed amount set to 500 points

We will use points, not pips 

News filter (Will be discussed and negotiated)

Allow a time filter for the bot to turn on or off during certain hours and to trade certain days of the week.

Once the order is done, I would like the source code.

Please let me know if you have any questions or concerns.


反馈

1
开发者 1
等级
(22)
项目
21
10%
仲裁
4
25% / 75%
逾期
0
空闲
2
开发者 2
等级
(62)
项目
90
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
3
开发者 3
等级
(274)
项目
403
28%
仲裁
40
40% / 50%
逾期
1
0%
空闲
4
开发者 4
等级
(51)
项目
71
37%
仲裁
4
25% / 75%
逾期
1
1%
空闲
发布者: 1 代码
5
开发者 5
等级
(435)
项目
641
53%
仲裁
34
62% / 21%
逾期
6
1%
工作中
6
开发者 6
等级
(16)
项目
35
23%
仲裁
4
0% / 50%
逾期
2
6%
工作中
7
开发者 7
等级
(455)
项目
721
34%
仲裁
35
71% / 9%
逾期
23
3%
空闲
8
开发者 8
等级
(160)
项目
208
61%
仲裁
10
80% / 0%
逾期
0
空闲
发布者: 1 代码
9
开发者 9
等级
(6)
项目
8
0%
仲裁
8
13% / 88%
逾期
0
空闲
10
开发者 10
等级
(3)
项目
4
25%
仲裁
0
逾期
0
空闲
11
开发者 11
等级
(2675)
项目
3414
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
12
开发者 12
等级
(72)
项目
80
10%
仲裁
38
8% / 58%
逾期
6
8%
空闲
相似订单
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I need to build one from scratch . Experience with Sierra Chart, ACSIL
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have
take your time better make it for days and have good bot than never benefits both of us. Make the bot have zero errors and backtest it for a 2 year period

项目信息

预算
55+ USD
截止日期
 5 天