New publications in CodeBase
- X-bars Fractals The X-bars Fractals indicator allows setting the number of bars on the left and the right from fractal. It is good as for local, so for global extremums
- The example of the work with the CSV file as with a table The CSV file was written to write economic news but there was a problem that the Terminal does not distinguish lines, exactly their number when working with the CSV file. That is why I decided to share my solution of this problem.
- The simplified class of the CArrayRing256 ring buffer The class is the simplified version of the CArrayRing class: it has a predetermined fixed size of 256 elements, it is faster, and allows to organize the mini time series, indicator minibuffers, short sized buffers to store intermediate stream data inside the Expert Advisor or indicator.
- Breakout Bars Trend v2 The second (edited and added) version of the alternative indicator for trend definition based on the breakthrough bars and distance from extremums. The breakthrough levels and size of the previous trends are added.
- Exp_VininI_Trend_LRMA The Exp_VininI_Trend_LRMA trading system is based on changes of the trend direction displayed by the VininI_Trend_LRMA indicator.
- ytg_Japan_Candles The indicator of the candlesticks combinations (Japanese candlesticks)
- The class for drawing the Stochastic using the ring buffer The class is designed for calculation the technical indicator Stochastic Oscillator (Stochastic Oscillator) using the algorithm of the ring buffer.
- The class for drawing the OsCD using the ring buffer The class is designed for calculation of the technical indicator Moving Average of Oscillator (Moving Average of Oscillator, OsMA) using the algorithm of the ring buffer.
- Exp_VininI_Trend The Exp_VininI_Trend trading system is based on change of the trend direction displayed by the VininI_Trend indicator.
- XMA_TrendSignal The indicator that fixes three states of the market.
- PriceChannel Signal This indicator is the conversion of famous Igorad's indicator namely PriceChannel_Signal_v1 with re-enter feature.