Martingale Simple Expert Advisor

工作已完成

执行时间4 天
员工反馈
It was all around a great experience. Customer is very prompt, thorough and a good communicator.

指定

I want to create an EA that reproduce a martingale where :

Sell orders and buy orders are by themselves (the same reasoning will by applied in the two directions in a distinguished way).

Here are the conditions :

- Every entry will be made at the close of an hourly candle.

- If there are no open positions, we want to open a trade (start a possible martingale) in the same direction of the momentum ( which we'll defined by the TDI being above or below 50)

- The martingale in the opposite side will start only if the first operation of the first martingale is in draw down of more than 2 pips at the end of the hourly candle next to the hourly candle where we opened the first order.

- Add a position to the martingale only if the last trade of that martingale (buy or sell) is in draw down of more than 2 pips (except for the second position, add that one anyway even if we're in draw down of less than 2 pips).

- As soon as the price goes 4 pips in profit from the medium price of the martingale, close the whole martingale.

-  I want a default mode where both buy and sell are activated but I also want to be able to deactivate one and keep one side active

MONEY MANAGEMENT :

For the lot size I would like to have 20 - 25 slots that will contain the sequence of the lots size we will open in a certain order... 

I should be able to fill these slots manually or for to be filled by an algorithm.

The starting size for 1.5k balance will be 0.01

反馈

1
开发者 1
等级
(20)
项目
19
11%
仲裁
2
50% / 50%
逾期
0
工作中
2
开发者 2
等级
(17)
项目
19
26%
仲裁
3
67% / 33%
逾期
2
11%
工作中
3
开发者 3
等级
(401)
项目
705
49%
仲裁
57
16% / 49%
逾期
129
18%
空闲
4
开发者 4
等级
(39)
项目
40
10%
仲裁
0
逾期
0
空闲
5
开发者 5
等级
(11)
项目
13
0%
仲裁
1
0% / 100%
逾期
1
8%
已载入
6
开发者 6
等级
(95)
项目
117
38%
仲裁
9
89% / 0%
逾期
0
空闲
7
开发者 7
等级
(10)
项目
15
27%
仲裁
3
67% / 33%
逾期
0
空闲
8
开发者 8
等级
(563)
项目
932
47%
仲裁
302
59% / 25%
逾期
124
13%
繁忙
9
开发者 9
等级
(42)
项目
88
14%
仲裁
30
30% / 53%
逾期
36
41%
工作中
10
开发者 10
等级
(37)
项目
59
27%
仲裁
25
20% / 52%
逾期
10
17%
工作中
11
开发者 11
等级
(28)
项目
47
23%
仲裁
13
31% / 15%
逾期
12
26%
空闲
12
开发者 12
等级
(63)
项目
101
31%
仲裁
1
100% / 0%
逾期
2
2%
空闲
13
开发者 13
等级
(549)
项目
1332
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
14
开发者 14
等级
(71)
项目
80
10%
仲裁
35
9% / 54%
逾期
6
8%
工作中
15
开发者 15
等级
(66)
项目
143
34%
仲裁
10
10% / 60%
逾期
26
18%
空闲
相似订单
Smithpiper EA 30+ USD
i want to use 4 defualt indicators to create an EA ,BB BAND ,STOCH,HEIKEN ASHI AND PARABOLIC SAR USING TWO TIMEFRAME ON ATTACHED CHART , EXAMPLE OF SELL SETUP ON LOWER TF ,,IF PRICE HAS CROSS 50 LEVEL DOWN ON STOCHASTIC 50,3,3 AND PARABOLIC SAR HAS FORMED RESISTANCE ABOVE PRICE HEIKEN ASHI HAS TURN RED AND FINALY PRICE HAS CROSS BB BAND 50 MIDDLE LINE A SETUP IS FORMED HIGHER TIME FRAME WILL BE USE FOR FILTER FILTER
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
Stop loss rec 30+ USD
Hi I want to have a EA When a buy is close with losses. Then open the opposite A sell stop to recover the previous loss. And then if the sell will hit stop loss, then recover it again with a buy stop
Bling Ultimate Sniper Robot Rules the robot should have - 1. Automatic stop loss, take profit and the stop loss should trail with an approach to Tp. 2. Always risk 10% of my account on every trade, with a 1:5 risk reward ratio. 3. The bot should have Mobile, IOS and Mac and Laptop versions. 4. The bot should trade indexes such XAU/USD, GBP/USD, US TECH (Nasdaq), EUR/USD, US30, BTC/USD and GBP/USD. 5. This is robot
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
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
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader 1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and
1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and Trailing Draw Down options need to be implemented 5. Risk needs to be in % of
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
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea

项目信息

预算
30+ USD
VAT (22%): 6.6 USD
总计: 36.6 USD
开发人员
27 USD
截止日期
 1  5 天