Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Time of Inactivity - indicateur pour MetaTrader 4

Vues:
387
Note:
(1)
Publié:
2022.12.19 18:58
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

For example if I Trade only from 6:30 am to 22:45 pm 

My inputs are:

extern int   HOUR_BEGIN                = 6; //Hour to draw the lines

extern int   MINUTE_BEGIN              = 30; //Minute to draw the lines

extern int   HOUR_END                = 22; //Hour to draw the lines

extern int   MINUTE_END              = 45; //Minute to draw the lines


example of time of inactivity (6h30-22h45) for M15

thank to  Jason Robinson https://www.mql5.com/en/users/jnrtrading1

my code is inspire to her indicator :Coloured Days on Chart https://www.mql5.com/en/code/8270

    Swap Informer Swap Informer

    Search for positive swaps.

    DPO Histogram and smoothing DPO Histogram and smoothing

    This version of the 'Detrended Price Oscillator' shows the DPO in blue with a smoothed estimate of it as a histogram to view the length of price cycles from peak to peak and trough to trough.

    TradeMo TradeMo

    The trade strategy is based on 2 moving averages. To confirm the trend, it uses 2 moving averages crossing and 1 candlestick formation while the moving averages are still crossed.

    RSI Scanner RSI Scanner

    Simple indicator that will scan thru the symbols in the MarketWatch window to alert you if price is overbought or oversold based on RSI.