Expert advisor based on bollinger bands needed

Job finished

Execution time 11 minutes
Feedback from employee
Thank you for your order! Great customer!

Specification

Having trouble with coding


// Inicialização do robô void OnStart() { // Define as configurações do indicador de Bollinger int periodo = 20; // Período da média móvel double desvios = 2.0; // Número de desvios padrão int ma_tipo = MODE_SMA; // Tipo de média móvel (SMA = média móvel simples) SetIndexStyle(0, DRAW_ARROW); // Define o estilo da seta do indicador } // Loop principal do robô void OnTick() { // Calcula as bandas de Bollinger double upper, lower; double ma = iMA(NULL, 0, periodo, 0, ma_tipo, PRICE_CLOSE, 1); double dev = iBands(NULL, 0, periodo, desvios, desvios, ma_tipo, PRICE_CLOSE, 0, 1); upper = ma + dev; // Banda superior lower = ma - dev; // Banda inferior // Verifica se o preço atual está acima da banda superior de dois desvios if (Close[0] > upper) { // Verifica se já existe uma posição aberta if (PositionSelect(_Symbol)) { // Encerra a posição se o próximo fechamento estiver abaixo da banda superior de dois desvios if (Close[1] < upper) PositionClose(); } else { // Abre uma nova posição de compra se não houver posição aberta int ticket = PositionOpen(_Symbol, OP_BUY); // Define o stop loss para a posição if (ticket > 0) PositionSetDouble(ticket, POSITION_SL, lower); } } // Verifica se o preço atual está abaixo da banda inferior de um desvio if (Close[0] < lower) { // Encerra qualquer posição aberta if (PositionSelect(_Symbol)) PositionClose(); }


Responded

1
Developer 1
Rating
(8)
Projects
11
0%
Arbitration
11
18% / 73%
Overdue
2
18%
Free
2
Developer 2
Rating
(254)
Projects
311
37%
Arbitration
6
50% / 17%
Overdue
7
2%
Free
3
Developer 3
Rating
(74)
Projects
121
43%
Arbitration
12
33% / 50%
Overdue
17
14%
Free
Similar orders
This mql4 got entry blue line and exit red line and pips inside also calculated it uses haiken Ashi and murray Math settings if you this you up for this job let's discuss it we will talk more when you are chosen thanks in advance
i Want to convert this Trading View Code to Mt4 Indicator indicator("NEOM Smart Money Concepts ", "NEOM Smart Money Concepts " , overlay = true , max_labels_count = 500 , max_lines_count = 500 , max_boxes_count = 500 , max_bars_back = 500) //-----------------------------------------------------------------------------{ //Constants //-----------------------------------------------------------------------------{ color
Hello Amazing developer am looking for profitable EA for mt4 and made for some past year and i will be looking forward for your bid if you have mt4 EA let Negotiate in the contact box best regards
Hello Amazing developer am looking for profitable EA for mt4 and made for some past year and i will be looking forward for your bid if you have mt4 EA let negotitate in the contact box best regartds
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello great developer Can you build this indicator for Quantower. If positive, then how much will it cost to make automated strategy from the indicator? i will be looking for great developer to build for this project best regards
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
Attached to this post is the pinescript tradingview indicator code, i will also attach a link to the youtube explanatory video of how the indicator works on tradingview, i will like the exact thing on mt5, including the percentage prediction on each bar and the win loss counter ... it should work on both forex, stock and volatility indices on mt5 https://youtu.be/30FLWyEWroM?si=q9GpvJVHp-oyvsvZ // This work is
Hello, I hope you are well. I have an alert/s that I would like to provide buy and sell orders. The alerts are named *ENTRY* and *EXIT*, so the EA will know what to do. I would like the EA to have the following parameters: 1. Select the number of trades per currency pair 2. Time to trade: Time to start trading to time to end trading - I would like 4 different times to be able to be entered 3. Option to choose which

Project information

Budget
30+ USD
For the developer
27 USD
Deadline
from 1 to 10 day(s)