*Project Title*: "MT4 Trading Bot Development *Project Description*: I'm looking for a freelancer to [develop/provide/customize] a trading bot for MetaTrader 4 (MT4). The bot should [insert specific requirements, such as: - Trade automatically based on predefined rules - Support specific indicators (e.g., RSI, MACD) - Work on 1-minute, 1-hour - Include risk management features ( stop-loss, take-profit) - Compatible
I need an Expert Advisor that trades a simple mathematical formula based on the grid in the futures market. It follows the trend of the market and reverses when the trend does. It increases the lot size to help prevent a loss. At a certain point the if a the profit isn't realized then it closes the trade with a loss
I need a fully functional Expert Advisor (EA) developed for the MetaTrader 5 platform using MQL5. The bot should automatically open and close trades based on various technical indicators, with customizable settings (timeframe, lot size, stop loss, take profit, trailing stop). It must also include a robust risk management system, entry and exit alerts, and a well-structured, easily developable code. I also require
Specification (Description): I need an Expert Advisor (EA) for MetaTrader 5 that trades automatically based on a Simple Moving Average (SMA) crossover strategy. The EA should include Take Profit, Stop Loss, Trailing Stop, and Breakeven features. Entry Rules: Buy Order: When the Fast SMA crosses above the Slow SMA. Sell Order: When the Fast SMA crosses below the Slow SMA. Only one trade open per signal (no duplicate
Hello, I have a strategy written in Pine Script (TradingView) that used to send signals to MetaTrader 5 through PineConnector. (but it really is a indicador that I just set up to send signals) Now I want to fully migrate this strategy into a native MQL5 Expert Advisor (EA) for MT5, so I can run backtesting, optimize entries, and operate directly from MetaTrader without any bridge. I will provide: The complete Pine
I want to build my own EA robot from scratch using my own strategy trade 24/7.EA Designer Wanted !!! for EA that open and close position at specific second (hh:mm:ss)Modify my EA so it trades all timeframes mt5 EAI want to build my own Trading strategy and idea into a trading bot and I am sure you can help with that
I want someone to help me use ai for trading it should analyze wait for confirmation and then trade below is a an analysis the ai made that was correct I want to automate it and I want it to use the same analysis I showed in the pictures we can discuss it further
Hello everyone, I’m looking for a reliable and well-tested EA that can either pass prop firm challenges (such as FTMO, MyForexFunds, etc.) or show consistent long-term performance on a funded account. Requirements: Maximum drawdown: 1–2% per trade Adjustable lot size based on account size Solid risk management with on-chart panel (daily drawdown, equity, profit target, etc.) Proper Stop Loss and Take Profit logic —
If you are flexible with the strategy which i have attached in picute, then you can message me. This strategy works in Binary/forex and stocks. Logic is- 1 minute chart and 5 minute expiry . Trend following indicator. accuracy must be 90%. I do not know the strategy
// High-Probability Entry Condition: Price retests the unmitigated Order Block. long_entry_price = bullish_ob_high // Entry at the top of the OB entry_condition = not ob_mitigated and low <= long_entry_price and low[1] > long_entry_price and strategy.opentrades == 0 // 🎯 Stop Loss (SL) and Take Profit (TP) Calculation // SL: Slightly below the bottom of the Order Block sl_price = bullish_ob_low * (1 - sl_offset_perc