Toys from Vinin - page 21

 
Geronimo писал(а) >>

For example, in Kim's session indicator, each session is filled with a different colour

I don't like messing with objects.

 

Got it

crawling away

 
Vinin >>:

Как считать. Это расстояние (изменение цены) при пробитии которого реагирует первая сигнальная линия

and yet

Confusion in definitions leads to confusion in concepts

so we've defined

"Base Breakout Price Change"

 

It's a fun toy to play with

Files:
 

I've tweaked the nEMA a little bit. The calculation depth is now up to 13. It used to be up to 6

extern int EMA_period=89;     // Период EMA
extern int price_mode=0;      // Используемая цена 0 - PRICE_CLOSE, 
                              //                   1 - PRICE_OPEN,
                              //                   2 - PRICE_HIGH,
                              //                   3 - PRICE_LOW,
                              //                   4 - PRICE_MEDIAN,
                              //                   5 - PRICE_TYPICAL,
                              //                   6 - PRICE_WEIGHTED
extern int mode_ema=0;        // Глубина обработки ошибки, максимум 12



Files:
 

Channel indicator
Parameters

extern int MODE_MA=4; // MODE_SMA 0 Simple Moving Average
// MODE_EMA 1 Exponential Moving Average
// MODE_SMMA 2 Smoothed Moving Average
// MODE_LWMA 3 Linear Weighted Moving Average
// MODE_LRMA 4 Linear Regression

extern int CalculateBar=30; // Number of bars to calculate *period)
extern double K=1; // Coefficient

Files:
 

Reworked the last indicator (one calculation was not correct), added HMA to calculations

Files:
 

Multizigzag family

Files:
 

Seems to have made a good fast ZZ, please test and report bugs

Files: