Работа завершена

Время выполнения 11 минут
Отзыв от исполнителя
Thank you for your order! Great customer!

Техническое задание

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


Откликнулись

1
Разработчик 1
Оценка
(8)
Проекты
11
0%
Арбитраж
11
18% / 73%
Просрочено
2
18%
Свободен
2
Разработчик 2
Оценка
(279)
Проекты
341
37%
Арбитраж
6
50% / 17%
Просрочено
7
2%
Свободен
Опубликовал: 5 примеров
3
Разработчик 3
Оценка
(75)
Проекты
124
44%
Арбитраж
14
29% / 50%
Просрочено
17
14%
Свободен
Похожие заказы
Gold robot 3000+ USD
I really liked this training platform. I want to start a good business with this funding amount."I like crypto trading. Does it provide a demo account that is good for learning?"
Gold robot 3000+ USD
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
I am looking for an experienced MT4/MT5 developer to analyze my trading history and replicate the strategy in a new Expert Advisor (EA). The developer must have proven experience in reverse engineering strategies, analyzing trading data, and developing EAs across various trading methodologies. A deep understanding of XAUUDS and BTCUSD behavior, as well as chart analysis, is essential. Please note that we do not have
Title: MT5 Forex Trading Robot Development I need a MetaTrader 5 (MT5) Expert Advisor (EA) for automated Forex trading. Requirements: 1. The robot must be fully automated and capable of opening and closing trades without manual intervention. 2. Compatible with MetaTrader 5 (MT5). 3. Adjustable lot size, Stop Loss, and Take Profit settings. 4. Built-in risk management based on account balance. 5. Ability to trade
Risk management EA 30 - 200 USD
Looking to develop risk management EA for personal use probably commercially in the future. I want the EA to have a display panel with 0.1, 0.2, 0.5,1,2,3 percent risk management button. I also want BE, partial closure of 0.25,0.5,0.75 and full closure panel on both profit and loss. I’ll also like to include trailing stop, 2 trades max per day and BE+spread option. I’ll be attaching the image for a guidance on what
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
Ea.Mix 30+ USD
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
A bot takes trades every few seconds until hit the profit with the same lots , i am attaching a picture as well. If anyone can do that please contact me i will give the account details
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit

Информация о проекте

Бюджет
30+ USD
Сроки выполнения
от 1 до 10 дн.