Build an EA using Heiken Ashi candlestick

MQL5 Experts

Trabalho concluído

Tempo de execução 2 dias
Comentário do cliente
You completed very quickly and do what my expectation. Thank you

Termos de Referência


Build an EA using Heiken Ashi candlestick


SETTING

AssetItem:

- Current chart

MagicNumber:

- Default: 123456789

- User can change this number

MinLot:

- Minimum lot when make an order

- Default: 0.01

MaxLot:

- Maximum lot when make an order

- Default: 50

- Maximum value is 50

AccountCapital

- Default: 100$

- The money amount from account

Flow processing (please look at the picture to understand what I said)

- Only 1 order at the time

- Previous Heiken Ashi candlestick is green, make an buy order. Close this order until a red Heiken Ashi candlestick .

- Previous Heiken Ashi candlestick is red, make a sell order. Close this order until get a green Heiken Ashi candlestick .

- Do not make 2 orders at the same time.

- If make a buy order, please close a previous sell order if exists.

- Before making new order, EA have to re-calculate the volume


Volume calculation

 - If account balance < [AccountCapital] => use [MinLot]

 - If Lot calculation > [MaxLot] => use [MaxLot] setting value

 
 Lot calculation use this form
 

 100$-200$ => 0.01

 200$-400$ => 0.02

 400$-800$ => 0.04

 800$-1600$ => 0.08

 1.600$-3.200$ => 0.16

 3.200$-6.400$ => 0.32

 6.400$-12.800$ => 0.64

 12.800$-25.600% => 1.28

 25.600$-51.200$ => 2.56

 51.200$-102.400$ => 5.12

 102.400$-204.800$ => 10.24

 204.800$-409.600$ => 20.48

 409.600$-819.200$ => 40.96

 > 819.200 => 50

Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(1130)
Projetos
1432
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
2
Desenvolvedor 2
Classificação
(368)
Projetos
399
70%
Arbitragem
3
100% / 0%
Expirado
2
1%
Carregado
3
Desenvolvedor 3
Classificação
(10)
Projetos
13
8%
Arbitragem
3
67% / 33%
Expirado
0
Livre
4
Desenvolvedor 4
Classificação
(549)
Projetos
1332
59%
Arbitragem
28
82% / 0%
Expirado
10
1%
Livre
5
Desenvolvedor 5
Classificação
(243)
Projetos
430
34%
Arbitragem
54
37% / 39%
Expirado
156
36%
Carregado
6
Desenvolvedor 6
Classificação
(478)
Projetos
507
53%
Arbitragem
10
60% / 20%
Expirado
3
1%
Trabalhando
7
Desenvolvedor 7
Classificação
(34)
Projetos
60
23%
Arbitragem
11
73% / 9%
Expirado
3
5%
Livre
8
Desenvolvedor 8
Classificação
(2086)
Projetos
2646
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Trabalhando
9
Desenvolvedor 9
Classificação
(568)
Projetos
641
41%
Arbitragem
21
57% / 29%
Expirado
47
7%
Trabalhando
10
Desenvolvedor 10
Classificação
(351)
Projetos
554
32%
Arbitragem
24
67% / 8%
Expirado
16
3%
Trabalhando
11
Desenvolvedor 11
Classificação
(10)
Projetos
15
27%
Arbitragem
3
67% / 33%
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
(143)
Projetos
255
35%
Arbitragem
12
25% / 58%
Expirado
42
16%
Livre
13
Desenvolvedor 13
Classificação
(45)
Projetos
52
52%
Arbitragem
1
0% / 100%
Expirado
1
2%
Trabalhando
14
Desenvolvedor 14
Classificação
(71)
Projetos
80
10%
Arbitragem
35
9% / 54%
Expirado
6
8%
Trabalhando
15
Desenvolvedor 15
Classificação
(2428)
Projetos
3058
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
16
Desenvolvedor 16
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
Pedidos semelhantes
I want a trading robot that will be able to catch spike in boom and crash. I want a situation where the robot will place a trade immediately before a spike in the direction of the spike. I want a case where once I put the robot on the chart and choose buy (for Boom) or sell (for Crash) and the number of trades to open at the same time with a chosen lot size, then it will only buy or sell on that particular direction
Tdi makes a divergence with moving average 2 in the indicator window above level 68 in crash indeces.... For boom the divergence should occur below level 32.... Timeframe preferably 5minutes but could be left to current..Applicant should have knowledge about synthetic indices... Please don't apply if you are not willing to show competence first through demo
I kindly need help that can you convert a indicator that is on Tradestation to the ninja trader platform? I use to trade on Tradestation, now I also use NT8, I have a indicator called Hawkeye Heat Map in Tradestation. I need it converted to NT8. I currently do now have Tradestation, but I do have all my indicators saved
Hello, I have an EA already created and what I require is a modification to the code so that when a backtest is executed, it generates a CSV file with custom data that I want to extract to perform an analysis of the backtest operations
Добрый день , необходимо разработать робота , торгуещего по стакану в TSlab . Есть даже обучающее видео с разработкой похожего робота , но которого надо будет доработать в соответсвии с требованиями. https://www.youtube.com/watch?v=56VyTqatylc вот видео это видео. Если у вас даже нет опыта разработки в tslab я все равно готов рассмотреть вашу кандидатуру , если не будет откликов людей с опытом в tslab, но вам
Options I would need, - Enter the trade immediately after the trading signal or enter the trade after the closing candle. - On & Off Buy/Sell Trading - Close the position after a reversal signal or not. - Maximum of 2 trades at the same time. - TP & SL in points or Trailing stop - Fixed lots or % risk based on balance - Long Position On/Off Function: The long position strategy is applied only when the long position
HFT EA 30+ USD
HFT EA should have 2 options to choose from Strategy 1. Direction of the trade to be chosen (only buy, only sell, and both) For example, if both is chosen, EA places buy and sell orders at the same time with given distance, when one is triggered another one gets deleted. Strategy 2. Instant market execution (based on given tick number or any other better recommendation for identifying volume where price is heading
I have a trading strategy and I would like to make a bot to automate this strategy and no longer make discipline errors in my trading And it must work on mt5 and any prop firm
Need to convert Thinkorswim strategies, indicators, or custom scripts to NinjaTrader. Offering seamless migration and functionality optimization to ensure your trading systems perform effectively on NinjaTrader. Fast delivery and reliable service
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

Informações sobre o projeto

Orçamento
50 - 100 USD
Desenvolvedor
45 - 90 USD
Prazo
de 1 para 5 dias