MT4 18 INDICATORS SWITCH

MQL4 지표

작업 종료됨

실행 시간 33 분
고객의 피드백
useful coder and helpful
피고용인의 피드백
thank you

명시

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

응답함

1
개발자 1
등급
(49)
프로젝트
134
27%
중재
62
13% / 53%
기한 초과
58
43%
무료
게재됨: 204 기고글, 1 코드
2
개발자 2
등급
(187)
프로젝트
367
56%
중재
45
22% / 56%
기한 초과
188
51%
무료
게재됨: 1 기고글, 6 코드
3
개발자 3
등급
(90)
프로젝트
159
61%
중재
40
18% / 63%
기한 초과
70
44%
무료
4
개발자 4
등급
(257)
프로젝트
341
58%
중재
7
14% / 71%
기한 초과
9
3%
무료
비슷한 주문
HELLO GREAT DEVELOPER Hi, I'm looking for an experienced NinjaTrader 8 developer to complete an automated trading strategy. All custom indicators (4) are done, and I have a full spec document. I just need the strategy logic finalized—entry/exit rules, integration, position management, and testing. There’s a partial strategy file ready. Please let me know your availability, experience with multi-timeframe logic, and
to compile all the suitable markets for buy and place a buy for the shortest timeframe and place a sell for also a shortest timeframe it should work with all brokers and can automatically place a trade as long as its connected to the internet it should inform where the contracts are placed and for how long
I need an experienced Pine Script v5 developer to help finalize and package a custom strategy that has already been partially converted from TradeStation EasyLanguage. The core logic uses four key technical indicators: MACD crossover Chaikin Oscillator (volume-based) Directional Movement Index (DMI +/- crossover) Simple Moving Averages (SMA) Project Scope: 1. Fix and clean the current Pine Script code 2. Implement
1 indicator SATV Final Work a. Symbol Name b. If Last Candle is Blue Then scanner Box Colour is Blue If Last Candle is RED Then Scanner Box colour is RED c. Live Price d. IF price is cross strong Buy or strong sell showing only For Buy/Sell and Candle low / High showing price 2 Bhav Copy Input field for 1-12 month If I want 5 Month back open Bhav & 1 Year 3 Moving Average Average Line price If Live price below to
ATAS trading bot. 40 - 70 USD
Hello expert developer i am interested in an ATAS trading bot. i already know what I want it to do. What are your terms regarding confidentiality? After I have hired you for a project, does the final product remain solely mine, and will it not be replicated? I am open to any suggestions on how it can be improved. or any limitation you may notice i'll be looking forward to expert developer only to work with thanks
Hello, I'm currently seeking a skilled and reliable MQL4 developer to assist in modifying and enhancing my Expert Advisor, Reversal Master V10.1 , to its next version V12.1 FF . This update involves integrating several advanced third-party indicators and implementing new trading logic based on clearly defined conditions to improve performance and strategy precision. If you have experience in EA development and enjoy
Hello, I'm currently seeking a skilled and reliable MQL4 developer to assist in modifying and enhancing my Expert Advisor, Reversal Master V10.1 , to its next version V12.1 FF . This update involves integrating several advanced third-party indicators and implementing new trading logic based on clearly defined conditions to improve performance and strategy precision. If you have experience in EA development and enjoy
Project Description: I am looking for a highly skilled MQL5 developer to create a robust solution for a persistent TLS handshake failure. My Expert Advisor (EA) needs to connect to a secure WebSocket server ( wss:// ) hosted on Railway.app or any other online websocket provider, but the connection consistently fails during the security negotiation phase. Ideal Candidate Skills: Deep expertise in MQL5 programming
i am looking for an indicator that gives buy sell signal by placing arrows on the chart, signals must not repaint or be placed with an offset, i want it to be accurate enough so i can trade from signal to signal and actually make profit, do any one have a strategy and skill to create such an indicator, and also it is to mql5, ( Important is, It must have No repainting and No offset ), if you know it is something you
hello dear developer I'm looking for a NinjaTrader developer to create a semi-automated trading strategy that enters trades based on visual text signals from my custom indicator. The strategy should handle automatic entries, allow manual management after entry, and include configurable settings like TP, SL, and trading time. If you're experienced with NinjaTrader and strategy development, feel free to reach out

프로젝트 정보

예산