指定

The expert should notify after the conditions below are met, also want to backtest it, so the triggers would show on the graph related candle, no need to create orders buy/sell for now, it would be phase 2.

- [ ] Pairs : EUR/USD, USD/JPY, GBP/JPY
- [ ] TIME FRAME 5 MIN

TRIGGER ALERT

- [ ] Bollinger bands std 2
- [ ] The signal is based on the candle touches one of the bands (lower/upper)
- [ ] Short signal Candle - open and close price are below 50% of all candle height
- [ ] Long signal Candle - open and close price are above 50% of all candle height
- [ ] Short signal Candle - Current candle high price is bigger than the previous candle high price in at least 1 pip
- [ ] Long signal Candle - Current candle low price is lower than the previous candle low price in at least 1 pip
- [ ] dismiss signal: if the two previous candles touches the Bollinger bands or out of the bands

応答済み

1
開発者 1
評価
(5)
プロジェクト
6
33%
仲裁
1
100% / 0%
期限切れ
0
2
開発者 2
評価
(333)
プロジェクト
452
52%
仲裁
22
50% / 27%
期限切れ
5
1%
仕事中
3
開発者 3
評価
(67)
プロジェクト
76
7%
仲裁
33
9% / 55%
期限切れ
6
8%
仕事中
4
開発者 4
評価
(16)
プロジェクト
17
12%
仲裁
1
0% / 100%
期限切れ
0
5
開発者 5
評価
(16)
プロジェクト
17
29%
仲裁
3
67% / 33%
期限切れ
0
取り込み中
6
開発者 6
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
7
開発者 7
評価
(130)
プロジェクト
184
32%
仲裁
16
31% / 63%
期限切れ
27
15%
仕事中
8
開発者 8
評価
(2412)
プロジェクト
3031
66%
仲裁
77
48% / 14%
期限切れ
340
11%
9
開発者 9
評価
(131)
プロジェクト
169
18%
仲裁
17
47% / 18%
期限切れ
0
仕事中
10
開発者 10
評価
(47)
プロジェクト
68
13%
仲裁
2
50% / 0%
期限切れ
7
10%
11
開発者 11
評価
(42)
プロジェクト
62
8%
仲裁
12
58% / 42%
期限切れ
1
2%
12
開発者 12
評価
(2069)
プロジェクト
2628
61%
仲裁
113
45% / 26%
期限切れ
418
16%
仕事中
13
開発者 13
評価
(13)
プロジェクト
16
19%
仲裁
0
期限切れ
2
13%
14
開発者 14
評価
(56)
プロジェクト
169
70%
仲裁
4
100% / 0%
期限切れ
1
1%
15
開発者 15
評価
(4)
プロジェクト
6
0%
仲裁
5
0% / 80%
期限切れ
2
33%
16
開発者 16
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
17
開発者 17
評価
(96)
プロジェクト
143
76%
仲裁
0
期限切れ
2
1%
18
開発者 18
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
19
開発者 19
評価
(546)
プロジェクト
1327
59%
仲裁
28
82% / 0%
期限切れ
10
1%
類似した注文
Hi, i want to create EA that using martingale and hedge system working on metatrader 4 and has some options to be manually changed in the bot options i need expert in this strategy to do this job note that strategy is very simple no indicator needed unless moving average
I am looking for someone to Optimize and Backtest my robot on a monthly basis. Each month, I would expect: 4 new SET Files Each SET file would be based on recent history, so the tests would generally look at 3-6 months of data. Can be more or less that's up to you. You will test many settings and combinations of settings to find effective settings for the next month. Can test, different timesframes, different pairs
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Job Description: We are seeking an experienced EA programmer to create an EA that utilizes SnR + Trendlines + Multi timeframe confluence Project Requirements: - Support and Resistance, Open Close levels/kissing candles/Rejection block, Support broken becomes Resistance(SbR), Resistance broken becomes Support(RbS), Quasimodo Levels, Asian Range, London Killzone, London Open, New York Killzone, New York Open
Dears, i am looking for developer to make expert advisor in forex to me and i have a strategy , i need the ea to be customize and has some options to be changeable
Hello, I need a professional programmer to help me design an EA that can be able to take trades towards a market direction with accurate prediction. This EA should be able to identify the market trend direction and take multiple trades towards the direction and also able to close the trades together when market wants to reverse at the best profit level. The input at the beginning will be for the EA to be input with a
Hello, I have EA's which were previously developed that are not running correctly and giving errors. Need an experienced MQL developer to fix all issues as well as add some new settings. Thanks
MT5 hft bot 100 - 250 USD
HELLO I AM IN NEED OF HFT TRADING BOT FOR MT5 AND BEFORE WE PROCEEDS YOU MUST SHOW ME HOW YOUR BOT WORK OR SEND ME DEMO VERSION FIRST TO CHECK OUT YOUR BOT WORKING SYSTEM
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);

プロジェクト情報

予算
30 - 50 USD
開発者用
27 - 45 USD
締め切り
最高 10 日