Expert advisor based on bollinger bands needed

Auftrag beendet

Ausführungszeit 11 Minuten
Bewertung des Entwicklers
Thank you for your order! Great customer!

Spezifikation

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(); }


Bewerbungen

1
Entwickler 1
Bewertung
(8)
Projekte
11
0%
Schlichtung
11
18% / 73%
Frist nicht eingehalten
2
18%
Frei
2
Entwickler 2
Bewertung
(254)
Projekte
311
37%
Schlichtung
6
50% / 17%
Frist nicht eingehalten
7
2%
Frei
3
Entwickler 3
Bewertung
(74)
Projekte
121
43%
Schlichtung
12
33% / 50%
Frist nicht eingehalten
17
14%
Frei
Ähnliche Aufträge
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
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
MT5 | RENKO EA 30+ USD
I am looking for a developer who knows how to run EA on renko charts. I can backtest and optimize the EA on the renko charts, but I cannot run the EA on the chart. I have an EA which I like to modify to run on the renko chart. I am using this free EA to generate the renko chart: https://www.mql5.com/en/market/product/59665?source=External Thank you
Hello there, I need a mql4 EA based on pine script custom indicator. You need to do pine script indicator convert into mt4 advisor. If you are able to do please contact. Thanks

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD
Ausführungsfristen
von 1 bis 10 Tag(e)