Rejoignez notre page de fans
- Vues:
- 567
- Note:
- 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
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

Search for positive swaps.

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.

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.

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