Specification

//+------------------------------------------------------------------+
//|                                                     SimpleEA.mq4 |
//|                        Generated by MetaEditor                   |
//|                   https://www.mql5.com/en/docs                   |
//+------------------------------------------------------------------+
#property strict

// Input parameters
input double LotSize = 0.1; // Lot size
input int MovingAveragePeriod = 50; // MA period

// Global variables
double maCurrent;
double maPrevious;

//+------------------------------------------------------------------+
//| Expert initialization function                                   |
//+------------------------------------------------------------------+
int OnInit()
  {
   // Initialization of variables
   maCurrent = 0;
   maPrevious = 0;
   return(INIT_SUCCEEDED);
  }
//+------------------------------------------------------------------+
//| Expert deinitialization function                                 |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
  {
   // Cleanup code here
  }
//+------------------------------------------------------------------+
//| Expert tick function                                             |
//+------------------------------------------------------------------+
void OnTick()
  {
   // Calculate current and previous MA
   maCurrent = iMA(NULL, 0, MovingAveragePeriod, 0, MODE_SMA, PRICE_CLOSE, 0);
   maPrevious = iMA(NULL, 0, MovingAveragePeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
   
   // Check for buy signal
   if (maPrevious < Close[1] && maCurrent > Close[0])
     {
      // Open buy order
      OrderSend(Symbol(), OP_BUY, LotSize, Ask, 2, 0, 0, "Buy Order", 0, 0, Blue);
     }
   
   // Check for sell signal
   if (maPrevious > Close[1] && maCurrent < Close[0])
     {
      // Open sell order
      OrderSend(Symbol(), OP_SELL, LotSize, Bid, 2, 0, 0, "Sell Order", 0, 0, Red);
     }
  }
//+------------------------------------------------------------------+

Responded

1
Developer 1
Rating
(98)
Projects
120
39%
Arbitration
9
89% / 0%
Overdue
0
Working
2
Developer 2
Rating
(314)
Projects
398
21%
Arbitration
44
61% / 23%
Overdue
46
12%
Working
3
Developer 3
Rating
(2)
Projects
5
0%
Arbitration
1
0% / 0%
Overdue
1
20%
Working
4
Developer 4
Rating
(8)
Projects
18
17%
Arbitration
3
67% / 0%
Overdue
0
Free
5
Developer 5
Rating
(5)
Projects
2
0%
Arbitration
3
0% / 67%
Overdue
0
Working
6
Developer 6
Rating
(188)
Projects
191
75%
Arbitration
2
100% / 0%
Overdue
0
Free
7
Developer 7
Rating
(128)
Projects
163
42%
Arbitration
20
60% / 20%
Overdue
9
6%
Working
8
Developer 8
Rating
(17)
Projects
19
11%
Arbitration
1
0% / 100%
Overdue
0
Free
9
Developer 9
Rating
(204)
Projects
209
28%
Arbitration
0
Overdue
3
1%
Free
10
Developer 10
Rating
(38)
Projects
40
25%
Arbitration
23
13% / 74%
Overdue
8
20%
Working
11
Developer 11
Rating
(72)
Projects
80
10%
Arbitration
36
8% / 53%
Overdue
6
8%
Working
12
Developer 12
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
13
Developer 13
Rating
(3)
Projects
2
50%
Arbitration
1
0% / 100%
Overdue
0
Free
14
Developer 14
Rating
(2)
Projects
3
0%
Arbitration
0
Overdue
0
Free
Similar orders
I am looking for an experienced MQL5 developer to help me finalize and optimize an Expert Advisor (EA) for the FTMO challenge. I have already built a significant portion of the code, but it requires further refinement and optimization to ensure it functions according to the trading strategy I intend to use. I am happy to share all the resources, including the current code, reference materials, and detailed
dreams good and have a great Cash out from your smart phone , tuyoywuiy glamorous flood see full idk idk slow so dolls stupid sis workouts who's spark koalas oral waits also doggo idk
I need a modification on my existing Ea if you can Can fixed risk management to lot size instead of percentage. don’t want strategic risk management input to be based on percentage Instead lot size. The strategic risk management function I need turned from percentage to lot based And I need sells and buys to have separate tps and sl options Budget:$100 Day: 1 day
NADGIO 30+ USD
I need a developer that can convert two Buy and Sell indicators into a trading robot. the indicators has an input parameter, this should be made available for adjustment. Features 1. Break Even 2. Trailing Stop 3. Global TP and SL 5. Time Filter 6. News Filter (If possible)
I need a developer who can convert trading view indicator in to mt5 expert advisor with some modifications. The other details will shared once chosen the developer. Looking for someone who has good knowledge of forex, mql5,and pine script
I have thee best concept period, hence i got less to say. Actions speaks louder then words. Sign up and lets get started as there is a big world that awaits all your your adventures
Forex Trading Robot 100 - 300 USD
Guys do you have or can you create me a Trading bot for : MT4 that i can use on XAUUSD , EURUSD , GBPUSD that can trade 24/7 I need it to be profitable I like it can bring me 10- 50% a month or more if possible
Calling those have the skills I would for an EA to be made using the SSL hybrid indicator by Minkel100 as a signal that compiles with the following requirements Entry conditions: When ever price crosses the ma Baseline and the color changes EXIT conditions: When ever price crosses the ma Baseline and the color changes Margin size of the trade: 0.97% of account E.g account size $10000 Margin size $97 Meaning each
NRTR - indicator for MetaTrader 5 NRTR (Nick Rypock Trailing Reverse) - indicator for MetaTrader 4 NRTR WATR - indicator for MetaTrader 4 NRTR GATOR - indicator for MetaTrader 5 X2MA NRTR - indicator for MetaTrader 5 NRTR - indicator for MetaTrader 5 NRTR GATOR - indicator for MetaTrader 4 NRTR - indicator for MetaTrader 4 Stalin_NRTR - indicator for MetaTrader 5 NRTR Color Line - indicator for MetaTrader 5 NRTR Rosh
I'm looking for someone with experience in building an Expert Advisor (EA) that works for both MT4 and MT5 platforms. I have my own trading strategy, and I place my orders daily within a specific time window, for example, between 4:00 AM and 9:00 AM, based on the high and low of the candles during that period. The Take Profit (TP) and Stop Loss (SL) levels will be set using Fibonacci retracement levels. Also, I want

Project information

Budget
50+ USD
For the developer
45 USD