An Expert Advisor to auto disable/enable Algo Trading based on number of losses/wins in a row

仕事が完了した

実行時間2 時間
開発者からのフィードバック
Amazing person to work with, very flexible and detailed in communicating requirements. Thanks for everything and i can't wait for next job.

指定

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.



応答済み

1
開発者 1
評価
(206)
プロジェクト
333
35%
仲裁
66
12% / 58%
期限切れ
87
26%
2
開発者 2
評価
(885)
プロジェクト
1410
67%
仲裁
123
32% / 41%
期限切れ
218
15%
パブリッシュした人: 1 code
3
開発者 3
評価
(101)
プロジェクト
136
36%
仲裁
14
29% / 50%
期限切れ
15
11%
4
開発者 4
評価
(109)
プロジェクト
137
43%
仲裁
9
33% / 44%
期限切れ
6
4%
仕事中
5
開発者 5
評価
(19)
プロジェクト
35
26%
仲裁
10
30% / 70%
期限切れ
5
14%
6
開発者 6
評価
(174)
プロジェクト
199
12%
仲裁
38
37% / 34%
期限切れ
5
3%
仕事中
パブリッシュした人: 2 codes
7
開発者 7
評価
(69)
プロジェクト
146
34%
仲裁
13
8% / 62%
期限切れ
26
18%
パブリッシュした人: 6 codes
類似した注文
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
"Hello! I am an experienced programmer specializing in automated trading software for MetaTrader 4 (MQL4) and MetaTrader 5 (MQL5). My goal is to help traders turn their manual strategies into fully automated robots (Expert Advisors) and custom indicators. My services include: Developing Expert Advisors (EA) from scratch based on your strategy. Creating Custom Indicators and Scripts. Modifying existing EAs (adding
I have a simple strategy that need coding on tradingview Strategy using high low at seleted time and when breakout to entry buy sell. Everything will be explained on private
I am looking for an experienced MQL5 developer to modify and enhance my existing Expert Advisor, "Gold Levels Trader". The current version has a low win rate (~30%) and issues with ATR-based Stop Loss execution. I want to replace the current "pips drop/rise" logic with Fibonacci Retracement levels for entry signals, implement a Daily Drawdown Limit , and add Pending Orders functionality
I want developer who know how to create bot which immediately transfer specific crypto coin deposit to one crypto address to another specific address in just a second,, if you know about this then only comment on this post
So the things we need in algorithm of mql5 language EA in mt5 1. Depending on timeframe it can recognise the previous swing high and low 2. Timeframe is 5m,15m,1h,4h 3. It can recognise the basic Market bias that is market is bullish or bearish we can identify using (ema,rsi,basic smc bias,ict bias structure mapping) or use anything to find bias structure 4. EA should have option to change timeframe and change risk
require the development of a high-speed, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically detect
# Copyright 2025, MetaQuotes Ltd. # https://www.mql5.com import importlib . util mt5_spec = importlib . util . find_spec ( "MetaTrader5" ) if mt5_spec is None : mt5 = None else : import MetaTrader5 as mt5 # pyright: ignore[reportMissingImports] def main (): if mt5 is None : print ( "MetaTrader5 module not available" ) return print ( 'Python executable:' , __import__ ( 'sys' ).executable) ok = mt5
Scope of Work Develop 15 individual Expert Advisors (MT4 and/or MT5) Each EA will have: Unique trade logic and execution rules Configurable inputs (risk %, lot size, TP/SL, filters, sessions, etc.) Clean, modular, well-commented code Error-free compilation Backtest-ready functionality Core Features (Across EAs) Market & pending order execution Risk-based position sizing Time/session filters Trade limits (per day /

プロジェクト情報

予算
200 - 400 USD
締め切り
最高 14 日