Amend existing EA to confirm trade via web source

MQL4 Esperti

Specifiche

Please can you amend an existing EA. The EA uses it’s own logic to open/close trades. But I would like the EA to read from an external source, a google sheets document, and only become active if 4 criteria are met:


  1. Timecheck1: The EA can only become active during certain hours of the day (eg 5AM to 3AM (the following day)).

  2. Timecheck2: All open trades are closed at a specific time of day (eg 3AM).

  3. Trendcheck1: The EA can only become active if the score is within specific range (eg BUY trades are permitted to be opened if the score =>12; SELL trades are permitted if the score =<-12 ).

  4. Trendcheck2: Once a trade is open, the EA will continue to check the score to ensure the score does not drop below a specific number (eg open BUY trade is closed if score is =<5; open SELL trade is closed if score =>-5).


I’m open to any ideas about how to better go about things.

Thanks,

Tal


Link to documents/files:

 

 

File:

ZIP
Milestone.zip
439.1 Kb
Ordini simili
Développeur 50+ USD
on part d'une stratégie qui se concentre sur la session américaine c'est a dire identifier et racer le plus haut et le plus bas de la bougie qui démarre a 15h30 heure de paris sur l'unité de temps 15min aussi on utilisera deux moyenne mobile exponentiel la EMA (50 et 20) réglé sur une plage horaire fixe 5min et un autre indicateur le supertrende (supertendance) tradingview elle réglé sur la plage horaire fixe de 1h
I’ve got a functuional EA (simple but solid) running on MT4. Now I want to turn it into a real AI-powered bot that: Sends trade ideas to Azure Machine Learning via ZeroMQ Waits for the AI to approve or not Only places the trade if the AI approves Pushes clean updates to Telegram (entry, AI decision , result , errors , etc.) What I need from you : Strong MQL4 code (EA + DLLs
i want you to convert my Trading view indicator into mt5 EA bot . This bot will trade on heikin ashi candles only. This is my chandelier exit indicator which u will convert to a mt5 bot
I need an MT4 EA. It just simply operates with Price Action. The EA need auto lot size function and martingale function. Open Trade Example: Buy - When momentums Up, the price pull back (not more then X %) of the signal up candles - The pull back candles must be at least 2 same colour candles - The up candles can be single candle or continuer up candles - Use the top body (not
//| Function to print info | Initial Deposit Withdrawals Deposits Reset to start over if the account balance drops to $0.00 string InitialDeposit_Str = DoubleToString (return_deposit(), 2 ) + " " + Currency_Str; In MT4, this leads nowhere.( string Withdrawals_Str = "0.00 " + Currency_Str; ) string Deposits_Str = DoubleToString (total_deposits(), 2 ) + " " + Currency_Str; This seems to only be
LUCKY ROBOTICS 3.1 ok. Here is a professional / marketplace grade description for this specific bot you now have (RSI CROSS + SL/TP + TRAIL TYPE A + CLOSE OPPOSITE) Use this inside code header, in Market , GitHub, documentation, YouTube, selling page etc. EA Description (Meaningful Professional Description) RSI Crossover AutoTrader EA is a precision technical entry Expert Advisor that opens trades when market
Need a professional MQL4/MQL5 developer to build a trend-following scalping EA for MT4 & MT5. EA should trade with the trend using engulfing candles , support multiple entries at the same price , include equity protection , and stop after one winning trade per day . Must have adjustable TP, SL, trailing %, and inputs for risk control
// Expert Advisor for XAUUSD (Gold) - Multi-strategy MT5 Bot input double LotSize = 0.1; input double RiskPercent = 2.0; input int FastEMA = 12; input int SlowEMA = 26; input int RSI_Period = 14; input double RSI_Overbought = 70; input double RSI_Oversold = 30; input int MACD_Fast = 12; input int MACD_Slow = 26; input int MACD_Signal = 9; input int BB_Period = 20; input double BB_Deviation = 2.0; input int ATR_Period
//+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnTick() { // Define variables double high = iHigh(_Symbol, PERIOD_CURRENT, 1); double low = iLow(_Symbol, PERIOD_CURRENT, 1); double retracement = (high - low) * 0.3; double currentPrice = SymbolInfoDouble(_Symbol
I would like to have a fully automated trading strategy developed in EasyLanguage for TradeStation. The core logic is based on the Hull Suite indicator from TradingView — enter long when price crosses above the Hull Moving Average and exit when it crosses below, with optional ATR-based stop loss and take profit. I’d like it coded for both backtesting and live automated execution, including position sizing and basic

Informazioni sul progetto

Budget
10 - 50 USD
Per lo sviluppatore
9 - 45 USD
Scadenze
a 5 giorno(i)