ROBOT FOR TRADING THROUGH THE BRAZILIAN STOCK EXCHANGE (B3: http://www.b3.com.br/en_us/), EMPLOYING METATRADER 5

指定

Robot must be able to use any code of share/asset/contract and any candlestick period in the Metatrader 5 graphic. The following indicators must be included in the robot:


  1. Four moving averages like the moving average indicator that comes with Metatrader 5.

  2. Didi Index like that in https://www.mql5.com/pt/code/1725. It is not necessary to use exactly the same code described at that address, but it is essential that the mathematical formula for calculating the index is exactly the same.

  3. Stochastic oscillator like that in /indicators/oscillators of the navigation panel of Metatrader 5. It is not necessary to use exactly the same code described in /indicators/oscillators, but it is essential that the mathematical formula for calculating the index is exactly the same.

  4. ZeroLAG MACD like that in https://www.mql5.com/pt/code/170. It is not necessary to use exactly the same code described at that address, but it is essential that the mathematical formula for calculating the index is exactly the same.

  5. CCI (Commodity Channel Index – CCI.mq5) like that in /indicators/ examples of the navigation panel of Metatrader 5. It is not necessary to use exactly the same code described in /indicators/ examples, but it is essential that the mathematical formula for calculating the index is exactly the same.

  6. Trix like that in /indicators/ examples of the navigation panel of Metatrader 5. It is not necessary to use exactly the same code described in /indicators/ examples, but it is essential that the mathematical formula for calculating the index is exactly the same.

  7. Volumes like that in /indicators/ examples of the navigation panel of Metatrader 5.

For each indicator it will be necessary that the usual options are available: color, scale, line thickness, presentation of histograms, number of candles, etc. In addition, there is a need to create some other options for these indicators, which will be described in detail for interested developers.

It is common to see, in the Metatrader 5 window, that several indicators force the computer to make constant calculations of the value for the last candle, even if it has not yet closed. For the operation of the robot this is unnecessary, as it will only consider the result for the last candle after closing it. Therefore, to avoid the unnecessary consumption of memory and CPU of the computer, it will be of great importance that the calculations related to each of the indicators are only performed after the closing of each candle.

Obviously, parameters such as share/asset/contract, stop loss, stop gain, trading time, trailing stop, and type of order must be included in the robot. In addition, it will also be desirable to have the ATR indicator for calculating stop loss and stop gain; and candle size and shadow size calculation.

We must also take into account the concern about possible failures in the communication between the robot and the stock broker, which can happen due to internet failures, power outages etc. In other words, it will be necessary to think of ways to avoid losses and malfunction of the robot from such failures.



応答済み

1
開発者 1
評価
(137)
プロジェクト
167
35%
仲裁
11
91% / 0%
期限切れ
0
2
開発者 2
評価
(253)
プロジェクト
408
38%
仲裁
86
43% / 19%
期限切れ
70
17%
取り込み中
3
開発者 3
評価
(563)
プロジェクト
932
47%
仲裁
301
59% / 25%
期限切れ
124
13%
仕事中
4
開発者 4
評価
(7)
プロジェクト
15
7%
仲裁
4
0% / 25%
期限切れ
1
7%
5
開発者 5
評価
(11)
プロジェクト
17
59%
仲裁
2
0% / 100%
期限切れ
2
12%
6
開発者 6
評価
(15)
プロジェクト
33
0%
仲裁
8
25% / 50%
期限切れ
14
42%
類似した注文
Olá Já possuo um código de um EA que opera entrando e invertendo o movimento conforme o rompimento do candle. Ou seja quando o preço rompe a maxima/minima anterior, ele entra na direção do movimento. Já tenho esse código, preciso que somente seja otimizado, pois eu mesmo quem fiz. Porém minha solicitação é que ele rode em renko também, pois não consigo fazer ele rodar em renko, somente em candle, preciso que o
Hello. I open this work with the intention of changing the indicator that is present in my EA code. This is an EMA 200 code, called STR-EMA. I will send a FINAL-EMA file for the exchange to take place. Furthermore, I would like a simple modification to FINAL-EMA, which is the possibility of changing the period in X candles (it is currently set to pattern 200) Please note that the functionality of the EA should not be
//+------------------------------------------------------------------+ //| SimpleEA.mq5| //| Copyright 2023, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2023, MetaQuotes Software Corp." #property link " https://www.mql5.com " #property version "1.00" #property strict input int FastMAPeriod = 12; // Período da média

プロジェクト情報

予算
30 - 150 USD
開発者用
27 - 135 USD