I'm on a tight budget.
Supertrend EA Requirements
Main Features:
Martingale System:
The EA should increase the lot size after a loss.
The Martingale should reset back to the initial lot size only after a specified number of consecutive wins.
.........................
Historical Analysis on Initialization:
When the EA is placed on the chart, it should immediately check past signals based on TradeDirection, TakeProfit, and StopLoss.
It should calculate and display the current number of consecutive losses in a row.
This counter should update in real-time as new data arrives.
.........................
Loss Counter Display:
Show the current number of consecutive losses on the right side of the chart.
Reset the counter when a win occurs.
.........................
Loss Alerts:
If consecutive losses reach the LossAlertThreshold, display an alert on the chart.
.........................
Close open trades when an opposite Supertrend signal appears.
.........................
Signal Alerts:
Option to display an alert when a new signal occurs.
This alert should be toggleable (can be turned on/off in settings).
.........................
Customization Options:
Custom trade comment.
Adjustable font size for the displayed consecutive losses.
// Supertrend Settings
input double Period = 10; // ATR period for Supertrend
input double Multiplier = 3.0; // Multiplier for Supertrend
// Trade Settings
input int TradeDirection = 0; // Trade direction (0 = regular, 1 = inverse, 2 = buy only, 3 = sell only)
input double LotSize = 0.1; // Initial lot size
input double TakeProfit = 100; // Take profit in points
input double StopLoss = 50; // Stop loss in points
// Martingale Settings
input double MartingaleMultiplier = 2.0; // Martingale multiplier
input int MartingaleReset = 3; // Reset Martingale after specified consecutive wins
// Alerts & Display
input int LossAlertThreshold = 3; // Alert after specified consecutive losses
input bool AlertOnNewSignal = true; // Toggle alert on new signal
input int FontSize = 12; // Font size for loss counter display
input bool EnableEmailNotifications = false; // Send email alerts
input bool EnablePushNotifications = false; // Send mobile push notifications
// Other Settings
input string CustomComment = "Supertrend EA"; // Custom trade comment
input int MagicNumber = 123456; // Magic number for trade identification
Benzer siparişler
Read signal and enter trade and close trade at good profits and open trade again. Either bullish or bearish signals at 0.1 on XAUUSD. Maximum trade a day should be 4-5 times with good opens and close signals. Looking foward to a long cooperation and also a honest and genuine person
Hello, I am interested in working . I have several strategies that I want to automate. However, I need a developer beforehand to explain the strategies and discuss the next steps
Hello, I need a professional MT5 Expert Advisor (EA) developed for a custom indicator-based strategy. Strategy Logic: Determine the trend direction: Uptrend = Buy opportunities only. Downtrend = Sell opportunities only. Entry Conditions: The indicator has 4 lines: 2 Green lines, 1 Red line, and 1 Blue line. Open a Buy trade when both Green lines move inside/between the Red and Blue lines during an uptrend. Open a
I am looking for an MT5 Expert Advisor specifically designed to help meet common prop-firm evaluation requirements while prioritizing consistency, low drawdown, and strong risk management. The EA should use a robust trend-following and market structure-based strategy with multi-timeframe confirmation, momentum filtering, and optional news filtering to avoid low-quality trades. It must include configurable risk
*MQL5 Bot: “HH_HL_Simple.mq5”* Copy → Paste → Compile in MetaEditor. //+------------------------------------------------------------------+ //| HH_HL_Simple.mq5 | //| WARNING: FOR EDUCATION/DEMO ONLY. YOU CAN LOSE MONEY. | //| @kasii_trader_nela - Learn first, trade later | //+------------------------------------------------------------------+ #property copyright "Educational use only" #property strict #include
I need a simple bot for opening range. Simple Entry / Exit rules, to be able to customize the timeframe, time zone (entry candle) and other normal settings like size, etc
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
"Act as an expert MQL5 algorithmic trading developer. I want you to create a profitable and efficient Expert Advisor for MetaTrader 5. Do not write the code yet; read the following trading rules, analyze them, and ask me any clarifying questions if needed. Timeframe: [e.g.15 minutes Chart] Entry Logic: [e.g.MACD + RSI + REVERSAL PRICE ACTION. Enter buy when Macd line crosses above the signal line ,RSI above 30 and
I want an indicator that displays the risk reward ratio of each chart candle as a sub window histogram. If the candle closes above the open the histogram displays a green bar above zero the size of which is dependant on the size of the RRR. If the candle closes below the open the histogram displays a red bar below zero the size of which is dependant on the size of the RRR. My attempt that does not work is attached
Hi, I am looking for an experienced MQL5 developer to modify an existing, fully functional MetaTrader 5 Expert Advisor (Source code .mq5 Version 2.62 will be provided). Brief Overview of the EA: It executes trades based on 4 custom Supply/Demand levels (R1, R2, S1, S2) which are inputted manually . It uses two custom indicators for confirmation: SPA (Price Action filter) and AMG (Volume/Momentum filter). The code