Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Simple bar spread indicator as reported by the OnCalculate data - indicatore per MetaTrader 5
- Visualizzazioni:
- 3904
- Valutazioni:
- Pubblicato:
- 2022.05.01 14:05
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
This is a very simple MQL5 code for an indicator to plot the values of the spread[] data (in points) as reported by the OnCalculate event handler. These are the same spread data values that would be returned when collecting MqlRates data via the CopyRates function.
Percentage of CLose and iMA prices
The indicator shows the percentage of the 'Close' price above and below the 'iMA' indicator
Crossover on the current barThe color indicator shows in a separate window the moment if the intersection of two iMA (MOving Average, MA) was on the current bar
MA On Stochastic Color N Bars
Colored Stochastic smoothed with iMA (Moving Average, MA)
MACD Four Colors 2 MartingaleMartingale strategy based on custom indicator 'MACD Four Colors 2'