Need EA to trade Boom and Crash 300 synthetic indices of Deriv broker

MQL5 专家

工作已完成

执行时间1 一天

指定

Requirement specification

1. Which pair to trade?
Boom 300 and Crash 300, two EAs for both as minimum lot size is different

2. Which time frame to trade?
D1 Chart. Trade any minute within trading day, within time window allowed (feature 7 below)

3. When to SELL ?

a)  when ATR(1) D1 (within the time specified in feature 7 below)  reaches a value that is 75% of ATR (5) D1

and

b) current price of asset is above its opening price

Martingale  additional lot trade at every nn points rise in entry  price of the first trade.nn is 25% of the ATR(5)D1 chart

For e.g. Boom300 is 3000 at openingATR D1 Period 5 is 200ATR D1 Period 1 reaches 150 (75% of 200) = 150 and the price of Boom300 at this point is 3050 which is above its opening price i.e. 3000
Sell 1.10 lot at market and instantly partially close to 0.10 lot (as soon as possible or as broker allows)
Now take 25% of the 5 day ATR which is 200x 25% =50
if price increases from 3050 (entry price of first trade) to 3100 sell martingale 1.20 lot and close 1 lot (as soon as possible or as broker allows)

4. When to BUY ?
Similarly when ATR(1) D1 reaches 75% value of the ATR(5) D1 and the current price is trading below the opening price.
Martingale  additional lot trade at every nn points fall in entry price of first trade 
**nn is 25% of the ATR(5)D1.
Lot sizing :  0.10 first,  then 2 times multiplier martingale based orders. max 0.8 lots ( will be placed in EA setting)

5. When to TP ? 
10$ Fixed (will be placed in EA setting)
Any time floating profit of 1 order (when market moves in our direction instantly) or multiple orders of the grid (when market moves in different direction)  is 10$, all orders are closed.

6. NO SL. Full account at risk

7. SPECIAL TIME filter : First Order needs to be placed only during first 12 hours of market open at 00:00 at Deriv broker (Time window will be placed in EA setting). If the two conditions specified in point 3 or 4 are met however 12 hours are already passed, no trade should be taken for that day. It should be skipped

8. The % value of ATR specified in features 3 and 4 should be an editable input in EA properties.

反馈

1
开发者 1
等级
(24)
项目
31
16%
仲裁
7
29% / 43%
逾期
4
13%
工作中
2
开发者 2
等级
(198)
项目
320
16%
仲裁
21
38% / 33%
逾期
16
5%
繁忙
3
开发者 3
等级
(4)
项目
5
60%
仲裁
0
逾期
0
空闲
4
开发者 4
等级
(19)
项目
23
48%
仲裁
4
0% / 100%
逾期
2
9%
工作中
5
开发者 5
等级
(2428)
项目
3057
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
6
开发者 6
等级
(36)
项目
44
32%
仲裁
6
17% / 33%
逾期
8
18%
工作中
7
开发者 7
等级
(124)
项目
158
42%
仲裁
20
60% / 20%
逾期
8
5%
工作中
8
开发者 8
等级
(549)
项目
1332
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
9
开发者 9
等级
(42)
项目
88
14%
仲裁
30
30% / 53%
逾期
36
41%
工作中
相似订单
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

项目信息

预算
30 - 90 USD
开发人员
27 - 81 USD