MT4 18 INDICATORS SWITCH

MQL4 Indicadores

Trabalho concluído

Tempo de execução 33 minutos
Comentário do cliente
useful coder and helpful
Comentário do desenvolvedor
thank you

Termos de Referência

mt4 indicators switch 

 This tool gives the ea  , the very first signal  from any set of 3 indicators  from 18 indicators on mt4

Either first 3 indicators or next three indicators or next 3 indicators   or following 3 indicators     , either  set of 3 indicators (from six sets)   will trigger an entry

if any set showing opposite signal , entry is invalid 

signals from all three indicators on each set must be valid  , if all three indicators in a set trigger value  is not met , entry is not valid  , even if  indicator in different set  has valid signal.

comment on include  file    //  where you add code

 

mql4 source codes required as part of job  for testing and two weeks required to test .FULLY TESTED  AND COMMENTED   , must work first time  (FULLY DEBUGGED) (otherwise job cancelled  on receipt).you time waster will waste your time  NOT MINE

Each version you supply will be codded as  #1 , #2 #3 

MOST AMATEUR CODERS HERE , WILL CODE BUYS AND SELL SIGNALS , -1 +1-1+1-1+1    TOGETHER AND IT WILL NOT WORK

 

Code an include file WITH   6 SETS   OF 3 INDICATORS    called setindicatormt4   .See attached sketch

 // Signals

  //DEFINE SET1, SET2 , SET3, SET4 ,SET5 AND SET6)    

  static bool _SET1  = false;

  static bool _SET2  = false;

  static bool _SET3  = false;

  static bool _SET4  = false;

  static bool _SET5  = false;

  static bool _SET6  = false;

SET1 INDICATORS   :rsi 14 , stocch 28 6 10  , momentum14

SET2 INDICATORS    :rsi28 , stoch 56 12 20    momenum 28

SET3  INDICATORS   :rsi 14 ,  rsi28  ,  stocch 28 6 10

SET 4 INDICATORS   :rsi 14 , rsi28  ,   momentum 28

SET 5 INDICATORS   :rsi28 , stoch 28 6 10 ,   momenum 14

SET 6 INDICATORS    ;stoch 28  6 10,   stoch 56 12 20  ,   rsi14

 

3 functions to be coded  

1)Read indicators /code indicators into INCLUDE

2)CODE SETS     6 SETS /DEFINE THEM

3)CODE SET COUNT

4)SIGNALS TO EA

 

 CODE FUNCTION  :SET COUNT

//this function will count SET  INDICATOR BUY SIGNALS    AND SET INDICATORS SELL SIGNALS

 int _SET1_BUY  = 0;

    int _SET1_SELL  = 0;

  //    if(SET1 _indicator XYZ-BUY COUNT ) _BUY_++;

 //    if(SET1 _indicator XUZ _SELL COUNT ) _SELL_++;

 //    if(SET1 _indicator VXY -BUY COUNT ) _BUY_++;

 //    if(SET1 _indicator XXZ _SELL COUNT ) _SELL_++;

 //    if(SET1 _indicator XYY -BUY COUNT ) _BUY_++;

 //    if(SET1 _indicator XYY _SELL COUNT ) _SELL_++;

  _buytrue   = _set1buy  >= 3;

    _selltrue = _set1_sell  >= -3;

 

 in each set   of  6 sets , code   3 MT4 indicators  = total  MT4 indicators = 18  , in the include file   

Each set of 3 indicators   , must all show true    , to get valid signal to buy or sell  +1/-1 

all 3 indicators in a set   must all be above 80   for buy signal    or   below  20 for sell signal ,  but each indicator to have own separate level  mom > 100/<100 , ris  >70buy  30>  sell

If any set = true     +1     , signal will be +1

if any  set =  true  -1     , signal will be -1

if any set has   3  MT4  indicators as     -1 ,-1   0  =     signal = zero for set  (MINIMUM SIGNAL =  + 3 )

 if any set has   3  MT4  indicators as     1 ,-1  ,1  =     signal = zero for set     (MINIMUM SIGNAL =  - 3 )

if any set has  +1, +1 and +1  =  signal   set  = +1    (IF SET EQUALS MINIMUM SIGNAL +3 , SIGNAL = +1  , else 0)

if any set  has -1 , -1 and -1     = signal    set   = -1   (IF SET EQUALS  MINIMUM SIGNAL  -3  , SIGNAL = - 1 , else 0)

 

//(SET1 = 3    =SIGNAL   =1  ), (SET 1  = -3 ,SIGNAL =  -1)=  zero

//SAME LOGIC APPLIES TO SETS 2 , 3 ,4 , 5 AND 6 

 

 everything will be defined correctly   in the include file , so there will be no more defining to be done in ea , adding the include file into any ea   , will compile ea   without any errors or further function defining  or changing codes in EA

 

The mqh file   will start with FALSE  

until a TRUE   signal is generated

if no true signal  is generated  , SIGNAL  = FALSE 

 

SIGNAL MUST BE CHECKED AS OK BUT    IF NO TRUE SIGNAL IS GENERATED  , NO SIGNAL WILL BE GENERATED  IF NO CHECK IS MADE.CHECK OK

Respondido

1
Desenvolvedor 1
Classificação
(49)
Projetos
134
27%
Arbitragem
62
13% / 53%
Expirado
58
43%
Livre
Publicou: 277 artigos, 1 código
2
Desenvolvedor 2
Classificação
(187)
Projetos
367
56%
Arbitragem
45
22% / 56%
Expirado
188
51%
Livre
Publicou: 1 artigo, 6 códigos
3
Desenvolvedor 3
Classificação
(90)
Projetos
159
61%
Arbitragem
40
18% / 63%
Expirado
70
44%
Livre
4
Desenvolvedor 4
Classificação
(257)
Projetos
341
58%
Arbitragem
7
14% / 71%
Expirado
9
3%
Livre
Pedidos semelhantes
Existing indicator compiles but does not want to attach to chart anymore, worked previously Requirements: Debugging of code so indicator attaches to chart Original values required to work as they previously worked, no adjustments Testing of indicator to make sure it attaches to a chart properly
Looking for an experienced Pine Script v5 & MQL5 developer to connect a custom TradingView indicator to MT5 (Exness) . The indicator already calculates lot size and includes a dropdown (None / Buy / Sell) . When Buy or Sell is selected, a TradingView alert must trigger , send lot size + direction via webhook , and place a market order in MT5 . No strategy conversion. No SL/TP handling. Execution only. Apply only if
I’m looking for a skilled MQL5 developer to help build and manage an automated trading system that bridges TradingView custom indicator alerts to an Exness MT5 account . This role involves capturing Buy/Sell signals and lot sizes from TradingView webhooks , processing them with a Python listener , and executing orders on MT5 hosted on a 24/7 VPS . The ideal candidate will ensure accurate trades, reliable execution
I need a trading signals indicator. So I can learn how to upgrade my trading skills and mentality. I will be very glad if I can upgrade my trading mentality
I am looking for an experienced MQL5 developer to help build and support an automated trade execution system that connects TradingView custom indicator alerts to an Exness MT5 account. The role involves receiving TradingView webhook signals containing Buy/Sell direction and dynamically calculated lot size, processing them via a Python-based webhook listener, and executing market orders on MT5 running on a 24/7
HELLO EVERYONE , I NEED AAN INDICATORE AND EA ON STOCHESTIC OSSILATOR, WHICH CAN GIVE ME ALERT WHEN SIGNAL APEARS, INDICAOTRE I CAN SHOW ON TRADING VIEW , EXACTLTY THAT INDICATORE I NEEDED.INDICATORE NAME ON TRADING VIEW( JL STOCHESTIC DIVERGENCE ALERT).. THANK YOU
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ #property strict // Inputs input int EMA_Fast = 9; input int EMA_Slow = 21; input int RSI_Period = 14; input double Lots = 0.1; input int StopLoss = 20; // وقف خسارة (بـ نقاط) input int TakeProfit = 40; // هدف (بـ نقاط)
Indicator 130+ USD
To trade Forex and pass FTMO challenges by combining: Smart Money Concepts (SMC), RSI divergence and Strict filtering to avoid overtrading and drawdown. If you’re experienced in this let me know. Thank you very much
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
Hello! I am looking for an experienced, top-rated developer to build highly profitable strategy software that provides accurate signals for both long-term and short-term trades. The software must analyse the market correctly, indicating when to enter and where to set Take Profit (TP) and Stop Loss (SL) levels. It must deliver accurate results across all markets, including Forex, cryptocurrencies, metals, indices, and

Informações sobre o projeto

Orçamento