Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 25523
- Valutazioni:
- Pubblicato:
- 2008.03.06 09:47
- Aggiornato:
- 2014.04.21 14:52
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Further to the topic about equivoluminal bars. The indicator is recommended to be used on M1.
Parameters:
int Price_Mode= 0; // price mode 0-6
int MA_Period=13; // smoothing period
int CountTick=100; // the amount of ticks in the forming bar
bool DrawAll=false; // should the intermediate results be drawn or not?
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/7946

The ATS is based on the classical trend-following strategy and a double-layer neural network taught in to enter the market against the trend.

Indicator CandleStop.

The indicator forms candlesticks based on "equitick" bars.

Indicator Custom Aroon Oscilator_v1.