Job finished
Execution time 4 days
Feedback from customer
Good work
Feedback from employee
Thanks
Specification
#include <Trade/Trade.mqh>
CTrade trade;
input double LotSize = 0.1;
input int FastMA = 10;
input int SlowMA = 20;
int fastHandle, slowHandle;
// Initialize indicators
int OnInit()
{
fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE);
slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE);
return(INIT_SUCCEEDED);
}
void OnTick()
{
double fastMA[2];
double slowMA[2];
CopyBuffer(fastHandle, 0, 0, 2, fastMA);
CopyBuffer(slowHandle, 0, 0, 2, slowMA);
// Previous and current values
double fastPrev = fastMA[1];
double fastCurr = fastMA[0];
double slowPrev = slowMA[1];
double slowCurr = slowMA[0];
// Check if no open position
if(PositionSelect(_Symbol) == false)
{
// BUY signal
if(fastPrev < slowPrev && fastCurr > slowCurr)
{
trade.Buy(LotSize, _Symbol);
}
// SELL signal
if(fastPrev > slowPrev && fastCurr < slowCurr)
{
trade.Sell(LotSize, _Symbol);
}
}
}
Responded
1
Rating
Projects
284
46%
Arbitration
27
59%
/
37%
Overdue
36
13%
Working
2
Rating
Projects
21
10%
Arbitration
4
25%
/
75%
Overdue
0
Free
3
Rating
Projects
19
16%
Arbitration
5
40%
/
40%
Overdue
0
Free
4
Rating
Projects
2
0%
Arbitration
0
Overdue
1
50%
Working
5
Rating
Projects
24
8%
Arbitration
9
33%
/
33%
Overdue
1
4%
Loaded
6
Rating
Projects
5
0%
Arbitration
4
25%
/
75%
Overdue
2
40%
Free
7
Rating
Projects
493
23%
Arbitration
59
56%
/
25%
Overdue
57
12%
Loaded
8
Rating
Projects
34
26%
Arbitration
4
50%
/
25%
Overdue
4
12%
Free
9
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
10
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
11
Rating
Projects
1
0%
Arbitration
1
0%
/
100%
Overdue
0
Free
12
Rating
Projects
257
53%
Arbitration
16
50%
/
38%
Overdue
83
32%
Free
13
Rating
Projects
19
42%
Arbitration
7
0%
/
57%
Overdue
3
16%
Working
14
Rating
Projects
39
23%
Arbitration
14
0%
/
93%
Overdue
4
10%
Free
15
Rating
Projects
64
20%
Arbitration
11
27%
/
55%
Overdue
5
8%
Free
16
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
17
Rating
Projects
2
100%
Arbitration
0
Overdue
0
Working
18
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
19
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
20
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
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?"
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
I have a MT5 Hull MTF Indicator that I like. I would like someone to add: 1) Time of day function (with start time and end time) so that it does not send messages during my night time. Default Start=0900 Default End=2300 2) Add to the Message (sound and email): so that it is Symbol+Buy-Or-Sell+Ask-OrBid Price+TimeFrame1 "/" TimeFrame2 I will send the indicator to the developer. Thank you
Project information
Budget
30+ USD
Deadline
to 365 day(s)