MT4/EA Programmer for Automated Trading

Specification

i am working on specific trading strategy using high leverage future - i can get basic code but need help editing code, testing code, and making sure EA piece is working - i want 100% automation on this trading account - can you help?

MT4/EA Programmer for Automated Trading

Project goal

Implement and optimize an automated trading strategy for MetaTrader 4 using detailed EA code provided by an AI partner.


Scope of work

- Set up the provided EA code on MetaTrader 4

- Configure automated trading based on strategy rules including leverage, stop-loss, position sizing, and entry/exit signals

- Ensure efficient trades execution for Solana, NQ (NASDAQ-100 E-mini Futures), and Bitcoin

- Optimize EA performance for high-frequency and swing trades on 1m, 5m, and 15m charts

- Support simulated trading with $100K test accounts on partner platforms

- Troubleshoot and refine the trading system based on live and backtested results

here is a sample - // WEB Million Dollar Trading Strategy - Sample Code for Developer Evaluation


// Input parameters

input double StopLossPercent = 1.0;       // Stop-loss as a percentage of capital

input double Leverage = 10;              // Initial lower leverage until capital builds

input double LotSize = 0.1;              // Example lot size for Solana trades


// Function to calculate stop-loss in points based on account equity

double CalculateStopLossPoints(double entryPrice) {

    double equity = AccountEquity();

    double stopLossValue = equity * (StopLossPercent / 100.0);

    double stopLossPoints = stopLossValue / (LotSize * MarketInfo(Symbol(), MODE_TICKSIZE));

    return stopLossPoints;

}


// Function to place a buy order

void PlaceBuyOrder() {

    double entryPrice = MarketInfo(Symbol(), MODE_ASK);

    double stopLossPoints = CalculateStopLossPoints(entryPrice);

    double stopLoss = entryPrice - stopLossPoints * Point;


    int ticket = OrderSend(Symbol(), OP_BUY, LotSize, entryPrice, 3, stopLoss, 0, "WEB Trade", 0, 0, clrGreen);

    if (ticket < 0) {

        Print("OrderSend failed with error #", GetLastError());

    }

}


// Function to place a sell order

void PlaceSellOrder() {

    double entryPrice = MarketInfo(Symbol(), MODE_BID);

    double stopLossPoints = CalculateStopLossPoints(entryPrice);

    double stopLoss = entryPrice + stopLossPoints * Point;


    int ticket = OrderSend(Symbol(), OP_SELL, LotSize, entryPrice, 3, stopLoss, 0, "WEB Trade", 0, 0, clrRed);

    if (ticket < 0) {

        Print("OrderSend failed with error #", GetLastError());

    }

}


// Expert Advisor start function

void OnTick() {

    if (ConditionsForBuy()) {

        PlaceBuyOrder();

    }

    if (ConditionsForSell()) {

        PlaceSellOrder();

    }

}


// Placeholder for buy condition logic

bool ConditionsForBuy() {

    // Simple moving average crossover as an example

    double fastMA = iMA(NULL, 0, 10, 0, MODE_SMA, PRICE_CLOSE, 0);

    double slowMA = iMA(NULL, 0, 50, 0, MODE_SMA, PRICE_CLOSE, 0);

    return (fastMA > slowMA);

}


// Placeholder for sell condition logic

bool ConditionsForSell() {

    double fastMA = iMA(NULL, 0, 10, 0, MODE_SMA, PRICE_CLOSE, 0);

    double slowMA = iMA(NULL, 0, 50, 0, MODE_SMA, PRICE_CLOSE, 0);

    return (fastMA < slowMA);

}

Responded

1
Developer 1
Rating
(2)
Projects
2
0%
Arbitration
0
Overdue
0
Working
2
Developer 2
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
3
Developer 3
Rating
(118)
Projects
142
45%
Arbitration
10
80% / 0%
Overdue
0
Free
4
Developer 4
Rating
(1)
Projects
4
0%
Arbitration
2
0% / 50%
Overdue
2
50%
Loaded
5
Developer 5
Rating
(11)
Projects
9
33%
Arbitration
4
0% / 50%
Overdue
2
22%
Loaded
6
Developer 6
Rating
(2)
Projects
2
0%
Arbitration
0
Overdue
0
Free
7
Developer 7
Rating
(1)
Projects
1
0%
Arbitration
0
Overdue
0
Free
Similar orders
I need a fully automated Expert Advisor (EA) that trades on smaller timeframes ( M30 & M15 ) using a price action strategy . The EA should incorporate candlestick patterns, moving averages, RSI confirmations, and dynamic stop-loss and take-profit levels . It should also support multi-currency trading from a single chart setup and confirm trade signals using higher timeframe analysis and enter trades using candle
Description: I am looking for an experienced MQL4 developer to create an Expert Advisor (EA) that opens trades based on either Hull Moving Average (HMA) crossover or the last candle's color , selectable in the input settings. The EA should include a hedging strategy using limit orders to manage trades in case of market reversal. Key Features & Requirements: Trade Entry Conditions (Selectable in Input Settings)
DOLLARTRADES 30+ USD
I want my robot to open buy and sell positions and always be on profits. I also want it to be able to open and close positions and it should be in an app form. My bot should be able to trade all brokers and it should mostly be aggressive
After Spike 30 - 100 USD
Boom1000 trading bot is designed to enter a trade immediately after every spike. It trades *against* the spikes, expecting the price to move in the opposite direction. How It Works: - After each spike, the bot *opens a trade* in the opposite direction. - It will *close the trade after one candlestick* aiming for a quick profit. - The lot size is adjustable, so you can set it based on your risk preference. - The
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service
i have mt4 ea and i want it for mt5 exactly the same ea i have only the mt4 ea file i dont have the editor file if its possible
I’m a busy person, I want a EA trading robot for forex and synthetic trades , a robot that picks up trades and trade it for me without loss , it should always be profit robot thank you
Godbaba Cashfx 30 - 100 USD
I need a trading robot that will close a lot when it is profitable within a range that can be modified by me, and then open one buy lot and one sell lot for every lot that was closed with profit including the take profit and stop loss. The robot must not close lots that are in a deficit. I also want the robot to trade all the currencies and indices
1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is
HELLO I need to recreate the MT5 Red Dragon EA please if you don't know this bot don't write only people who really know the EA or have the Red Dragon source code write

Project information

Budget
30+ USD
Deadline
to 2 day(s)

Customer

(21)
Placed orders76
Arbitrage count0