Automated Trading System for GBPUSD Currency Pair (Forex) based on Bollinger Bands for MT5 Platform

工作已完成

执行时间2 天
客户反馈
Mohammad knows what he is doing and on top of that he tolerated all my minor changes, I will be coming back to him for future jobs.
员工反馈
Experienced trader with good ideas, pleasure to work with him.

指定

LONG TERM RELATIONSHIP CAN BE EARNED (!)

*sorry if this isn't as professional as other posts, I am new to quantitative trading.


Automated Trading System for GBPUSD Currency Pair (Forex) based on Bollinger Bands for MT5 Platform - trading on 1 minute chart

This is a simple strategy that relies on the Bollinger Bands' resistance levels. When a candlestick hits the bottom band the system should immediately place a buy limit order (to reduce slippage - the exact placement of the buy limit based on where the bottom band is will be given to the chosen developer) and then take profit will be triggered once the price hits the middle band. Same goes for the other way, when a candlestick hits the top band the system will create a sell order to then take profits once the price returns to wherever the middle band is. 

There will of course be stop losses, as well as other rules for the system to follow such as obeying a long/short to short/long repetition rather than a short to short to long to short to short to long to long etc... if you don't understand what I mean I have described it in my notes which I will send to the chosen developer and might be willing to share with some applicants. 

The system must not be allowed to generate more than 1% of the account size in a day. The amount of lots traded will be 1/13th (rounded to 2 d.p. in cases of lengthly digitized numbers) of the available lots ( ((account size x leverage) / 100,000) )... 

Although it may not be put into work immediately I would like there to be an added/optional section in the code that would allow me to specify what time of the day the system starts or what times of the day does the system turn on/off.


The development process, I have it in my head that this won't take months to do but regardless of the length of time I would like to be taken step by step through the process. Calls will be appreciated.

An important thing for the developer to do, after putting the strategy into code, is to give me the source file/code and a quick lesson on how to backtest the strategy, put it into a demo account and then put it into a live account - it would be most beneficial to me if a developer could add directional text into the code that can describe to me what value is where because if the backtesting shows me that the strategy can be optimized by increasing stop loss and I would like to change the value of the stop loss, adding text into the code like, and I realize you have to do some slashes or whatnot so it doesn't affect anything, 'here is the code for the stop loss', that would be much appreciated.

Other jobs, there are other strategies of mine (all short term, either scalping or very close to it) that I would love to be put into code and if the chosen developer proves to me they have the skill to code those strategies then I have no problem with working directly with them for my other jobs. The cost of this job I expect/hope to be quite minimal as I am willing to surge the price up, job by job.


反馈

1
开发者 1
等级
(2)
项目
2
0%
仲裁
0
逾期
0
空闲
发布者: 6 代码
2
开发者 2
等级
(132)
项目
178
39%
仲裁
4
25% / 50%
逾期
14
8%
空闲
3
开发者 3
等级
(38)
项目
50
10%
仲裁
1
0% / 0%
逾期
8
16%
空闲
4
开发者 4
等级
(169)
项目
204
30%
仲裁
25
40% / 44%
逾期
12
6%
空闲
5
开发者 5
等级
项目
0
0%
仲裁
0
逾期
0
空闲
6
开发者 6
等级
(514)
项目
553
53%
仲裁
13
69% / 15%
逾期
3
1%
空闲
7
开发者 7
等级
(94)
项目
148
59%
仲裁
16
38% / 13%
逾期
25
17%
空闲
发布者: 1 代码
8
开发者 8
等级
(27)
项目
43
7%
仲裁
18
6% / 78%
逾期
26
60%
空闲
9
开发者 9
等级
(155)
项目
239
70%
仲裁
3
67% / 33%
逾期
20
8%
空闲
10
开发者 10
等级
(271)
项目
553
50%
仲裁
57
40% / 37%
逾期
227
41%
工作中
11
开发者 11
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
12
开发者 12
等级
(19)
项目
22
77%
仲裁
1
0% / 100%
逾期
13
59%
空闲
13
开发者 13
等级
(69)
项目
146
34%
仲裁
13
8% / 62%
逾期
26
18%
空闲
发布者: 6 代码
14
开发者 14
等级
(252)
项目
462
26%
仲裁
139
20% / 60%
逾期
100
22%
空闲
15
开发者 15
等级
(68)
项目
72
21%
仲裁
6
50% / 33%
逾期
1
1%
空闲
相似订单
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

项目信息

预算
125+ USD
截止日期
 14 天