Multiple Pairs Conter Trend EA

MQL5 Experts

Trabalho concluído

Tempo de execução 23 dias
Comentário do desenvolvedor
Thanks

Termos de Referência

In need to develop an EA for multiple pairs. No indicator involved based on following users inputs and conditions:

User inputs:

1. Trading Timeframe: tf

2. Look back how many bars in history: counterbar

3. Starting lotsize: lot

4. Lot increase multiple factor: lotfactor.

5. Take Profit pips: takeProfit

6. Stop open new position when margin level below x%: 400$

7. Maximum Open position per pair: maximumOpenPositionPerPair

8. Trading Pairs:EURUSD, GPBUSD,AUDUSD, etc. 

Trading conditions:

1. OnTick, calculate  Highprice and Lowprice based  last counterbar,  if high[0] price > Highprice, Highprice=high[0]. if low[0] <Lowprice, Lowprice=low[0]. 

2. If Bid > Highprice - (Highprice -Lowprice) *11/12, open sell position if no open sell position exists. If open sell  position exist, (Bid -LastOrderPrice) > (Highprice -Lowprice)/2.

3. If Ask < Lowprice + (Highprice -Lowprice) *11/12, open buy position if no open buy position exists. If open buy position exist, (LastOrderPrice - Ask) > (Highprice -Lowprice)/2. 

4. Set all open positions Take profit based on average Price + TakeProfit for buy and average Price - TakeProfit for sell.

5. If maximumOpenPositionPerPair reach, no more position open for this pair,

6. if margin level below X%, no more new position can be opened. 

Respondido

1
Desenvolvedor 1
Classificação
(473)
Projetos
1138
44%
Arbitragem
51
31% / 33%
Expirado
500
44%
Livre
2
Desenvolvedor 2
Classificação
(187)
Projetos
367
56%
Arbitragem
45
22% / 56%
Expirado
188
51%
Livre
3
Desenvolvedor 3
Classificação
(71)
Projetos
254
53%
Arbitragem
16
50% / 38%
Expirado
83
33%
Livre
4
Desenvolvedor 4
Classificação
(195)
Projetos
395
28%
Arbitragem
155
20% / 52%
Expirado
112
28%
Livre
5
Desenvolvedor 5
Classificação
(461)
Projetos
902
77%
Arbitragem
25
16% / 68%
Expirado
100
11%
Livre
6
Desenvolvedor 6
Classificação
(549)
Projetos
826
73%
Arbitragem
15
53% / 13%
Expirado
193
23%
Trabalhando
7
Desenvolvedor 7
Classificação
(12)
Projetos
17
35%
Arbitragem
1
0% / 100%
Expirado
3
18%
Livre
8
Desenvolvedor 8
Classificação
Projetos
2
0%
Arbitragem
0
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(29)
Projetos
30
57%
Arbitragem
0
Expirado
4
13%
Livre
10
Desenvolvedor 10
Classificação
(272)
Projetos
394
63%
Arbitragem
70
53% / 26%
Expirado
198
50%
Livre
11
Desenvolvedor 11
Classificação
(1)
Projetos
3
33%
Arbitragem
2
0% / 100%
Expirado
1
33%
Livre
12
Desenvolvedor 12
Classificação
(18)
Projetos
37
43%
Arbitragem
6
17% / 50%
Expirado
17
46%
Livre
13
Desenvolvedor 13
Classificação
(490)
Projetos
1016
58%
Arbitragem
29
28% / 24%
Expirado
132
13%
Trabalhando
Pedidos semelhantes
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
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

Informações sobre o projeto

Orçamento
60 - 100 USD
Desenvolvedor
54 - 90 USD
Prazo
para 10 dias