I need an EA that monitors a demo account for a set number of losses and winners in a row then enables/disables Algo trading on a live account accordingly. It needs to work alongside with 2 other EA.
Requirement:
EA running on demo account monitors the trade history for X number of losses and X number of wins in a row. Once there are X number of losses in a row, the EA on demo account sends signal to EA on live account to disable Algo Trading
When there are X number of wins in a row that follow (after Algo trading is disabled), the Algo Trading is enabled again on live account and the counter resets to zero to look for another X number of losses in the demo account.
The EA on demo account must send signal to EA on live account to disable/enable Algo trading
Bonus:
A push notification is sent via SMS, Telegram, whatsapp, etc. when Algo Trading is enabled or disabled on live account.
Compatible with these EA
AutoTrading Scheduler EA
https://www.earnforex.com/metatrader-expert-advisors/AutoTrading-Scheduler/
Algo trading on live account only needs to be disabled during the scheduled allowed trading hours per day set on the AutoTrading Scheduler EA
If Algo trading is already disabled on live account due to being outside of the set trading hours allowed then no action is needed
Trading Connector EA
https://www.tradingconnector.com/
This EA is running on both demo and live account to trade automatically based on signals from Tradingview.
Example:
Live account has algo trading enabled since it is at a time where it is allowed to trade using the AutoTrading Scheduler EA
The required EA monitors a demo account for the following:
X number of losses in a row= 4
X number of wins in a row =3
When there are 4 losses in a row, the Algo trading is disabled.
EA continues to monitor for 3 wins in a row thereafter which will trigger Algo trading to be enabled again.
The counter resets and looks for the next set of 4 losses in a row on demo account to disable Algo trading on live account if it is enabled and repeats.
Variables/Inputs:
The EA should have the option to adjust the number of losses or wins in a row when it's monitoring the trade history on demo account
Input for number of losses in a row (triggers Algo Trading to be disabled):
Input for number of wins in a row (triggers Algo Trading to be enabled):
Summary:
The demo account and live account will be trading automatically using Trading Connector EA and is limited to set trading hours using AutoTrading Scheduler EA
Need Auto disabling of Algo Trading
To minimize losses on live account, Algo trading is disabled after X number of losses in a row using the expected EA
Need Auto enabling of Algo Trading
The expected EA should then monitor the demo account for X number of wins in a row which should then enable Algo trading on live account again to continue trading.
Similar orders
Hello, Before I select a developer, please confirm that you can implement the complete MT5 EA exactly according to my specification. The most important requirements are: 1. Strict NO-REPAINT / NO-HINDSIGHT logic. 2. Sweep, MSS/BOS, Displacement, FVG, Order Block and POI must be defined algorithmically before coding. 3. M1 and M5 confirmation logic. 4. Zero-Float Entry logic. 5. MT5 terminal alerts and immediate MT5
I need a professional XAUUSD signal indicator for MetaTrader 5, written entirely in MQL5 (.mq5). IMPORTANT: This is NOT an auto-trading EA. It must never open, close or modify trades. It only analyzes XAUUSD and generates signals + MT5 push notifications. 1. Multi-timeframe analysis: H4 → H1 → M30 → M15 → M10 → M5 → M1. 2. Detect market structure: - Swing High / Swing Low - BOS - MSS - CHOCH - Bullish/Bearish HTF
Order for an EA. Trade signals from 1 Buffer Needed is an EA which runs from one of my indicators. Indicator has 2 Buffers, we use only 1 of them. To use are the datas from Datawindow of the indicator buffers. BUFFER 1 in Datawindow = CCI-iRSI If value (of Buffer1) Candle = > 0 = LONG signal If value (of Buffer1) AT END of Candle = < 0 = Short signal If value (of BUffer1) AT END of Candle = 0 = the current signal
I would like to create a tradingview robot that will sync with tradovate. My strategy is as follows: Chart Setup - MES on left and MNQ on right. The MES chart has quarter levels on it. The MNQ has the volume indicator. Trading Session is from 9:30AM EST - 11:00AM EST If most recent price action has crossed *up* a quarter level on MES, I look for *sells* on MNQ. My trigger for a sell is a bearish engulfing candlestick
Hi, I would like to commission an Expert Advisor (EA) for MetaTrader 5 (MT5) based on the Smart Money Concepts (LuxAlgo) indicator, which is available in the MQL5 Market. Below are the detailed specifications for the EA: 1. General Parameters & Symbol Trading Asset: Gold (XAUUSD) Timeframe: 5-Minute (M5) Indicator Integration: Integration with "Smart Money Concepts (LuxAlgo - Smart Money Concepts)" via
We are looking for an experienced MQL5 developer who also has real trading experience to build our existing trading strategy into a fully automated MT5 Expert Advisor (EA). We already have our entry and exit trading rules documented . We are not looking for someone to invent a strategy for us. We need someone who understands trading well enough to understand our rules, discuss them with us in normal trading terms
i have indicator for Trading View, also copy for NT, i need someone to improve and check the NT version (indicator is simple is volume density koncept)…. when i put same settings on TV version and NT version i have diffrerent results, but this can be because diffrent market data or fact that TV sending tick info in blocks , not tick by tick like NT8 on both. I(ndicator base on counting volume) so besied that is it
I need a trading robot that can automatically analyse the market, identify trading opportunities, manage trades, and use clear risk controls. The robot should be reliable, easy to monitor, and suitable for testing before real trading
//+------------------------------------------------------------------+ //| M5 Trend Pullback EA | //| Exness / MT5 | //| Forex + XAUUSD | //| Risk: 0.5% per trade | //+------------------------------------------------------------------+ #property strict #property version "1.00" #property description "M5 EMA50/EMA200 + RSI + ATR Trend Pullback EA" #include <Trade/Trade.mqh> CTrade trade;
Please may someone assist me with the indicator attached, it has a SERIOUS BUG issue in the sense that when I load it, and activate the template (attached as well) MT4 ALWAYS freezes and then eventually disconnects automatically, ALL THE TIME. It even gets worse to an extent that after disconnecting a number of times mt4 ends up not loading anymore, UNTIL I remove the indicator. Please I WILL NEED A DEMO (FOR A DAY)