Trabalho concluído
Tempo de execução 17 horas
Comentário do desenvolvedor
Very good customer.
Comentário do cliente
Great job, very professional, and fast, thank you :)
Termos de Referência
My EA has to open orders every 10 pips and he does it halfway well. Example: My EA works well in the descent but not in the mounted.
Between the white and blue line all is well. but between the blue and red line the EA does not open any orders. While he should open orders every 10 pips
I would like my EA to open orders every 10pips (unless the order is already open)
upwards or downwards and when I close everything manually,
everything starts from the beginning.
The code:
#property copyright "Copyright 2018, GCN ltd."
#property link "http://www.it-labmd.com"
#property version "1.00"
#property strict
extern double lots1_1 = 0.01;
extern double lots2_1 = 0.02;
extern double lots3_1 = 0.04;
input int TakeProfit1_1 = 10;
input int StopLoss1_1 = 1000;
input int TakeProfit2_1 = 10;
input int StopLoss2_1 = 1000;
input int TakeProfit3_1 = 10;
input int StopLoss3_1 = 1000;
extern int magic_1=000001;
extern double Level_1=1.2770;
extern double MaxDeviation_1=9; // Max Deviation, points
bool RunOnce_1=false;
int last_order_check_1=false;
datetime EaStartTime_1=TimeCurrent();
double takeprofit1_1=TakeProfit1_1;
double stoploss1_1=StopLoss1_1;
double takeprofit2_1=TakeProfit2_1;
double stoploss2_1=StopLoss2_1;
double takeprofit3_1=TakeProfit3_1;
double stoploss3_1=StopLoss3_1;
extern double lots1_2 = 0.01;
extern double lots2_2 = 0.02;
extern double lots3_2 = 0.04;
input int TakeProfit1_2 = 10;
input int StopLoss1_2 = 1000;
input int TakeProfit2_2 = 10;
input int StopLoss2_2 = 1000;
input int TakeProfit3_2 = 10;
input int StopLoss3_2 = 1000;
extern int magic_2=000002;
extern int Distance_2= 10;
double Level_2 = 0;
extern double MaxDeviation_2=9; // Max Deviation, points
bool RunOnce_2=false;
int last_order_check_2=false;
datetime EaStartTime_2=TimeCurrent();
double takeprofit1_2=TakeProfit1_2;
double stoploss1_2=StopLoss1_2;
double takeprofit2_2=TakeProfit2_2;
double stoploss2_2=StopLoss2_2;
double takeprofit3_2=TakeProfit3_2;
double stoploss3_2=StopLoss3_2;
int distance_2=Distance_2;
extern double lots1_3 = 0.01;
extern double lots2_3 = 0.02;
extern double lots3_3 = 0.04;
input int TakeProfit1_3 = 10;
input int StopLoss1_3 = 1000;
input int TakeProfit2_3 = 10;
input int StopLoss2_3 = 1000;
input int TakeProfit3_3 = 10;
input int StopLoss3_3 = 1000;
extern int magic_3=000003;
extern int Distance_3= 20;
double Level_3 = 0;
extern double MaxDeviation_3=9; // Max Deviation, points
bool RunOnce_3=false;
int last_order_check_3=false;
datetime EaStartTime_3=TimeCurrent();
double takeprofit1_3=TakeProfit1_3;
double stoploss1_3=StopLoss1_3;
double takeprofit2_3=TakeProfit2_3;
double stoploss2_3=StopLoss2_3;
double takeprofit3_3=TakeProfit3_3;
double stoploss3_3=StopLoss3_3;
int distance_3=Distance_3;
extern double lots1_4 = 0.01;
extern double lots2_4 = 0.02;
extern double lots3_4 = 0.04;
input int TakeProfit1_4 = 10;
input int StopLoss1_4 = 1000;
input int TakeProfit2_4 = 10;
input int StopLoss2_4 = 1000;
input int TakeProfit3_4 = 10;
input int StopLoss3_4 = 1000;
extern int magic_4=000004;
extern int Distance_4= 30;
double Level_4 = 0;
extern double MaxDeviation_4=9; // Max Deviation, points
Respondido
1
Classificação
Projetos
118
17%
Arbitragem
44
23%
/
39%
Expirado
20
17%
Livre
2
Classificação
Projetos
246
45%
Arbitragem
42
10%
/
57%
Expirado
5
2%
Livre
3
Classificação
Projetos
35
40%
Arbitragem
11
9%
/
91%
Expirado
4
11%
Livre
Publicou: 4 códigos
Pedidos semelhantes
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 Simple EA for Gold work on MT5
50 - 150 USD
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
GRID EA with PRUNING
80+ USD
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
Informações sobre o projeto
Orçamento
30+ USD
Prazo
para 2 dias
