1798 Indicators

Traditional MACD with Momentum indicator and alarms

Traditional MACD with Momentum indicator and alarms Traditional MACD indicator with a Momentum indicator and alarms. Allows customization of most of the parameters without having to dive into code. a traditional MACD indicator where: MACD line = FastEMA – SlowEMA Signal = 9-day EMA of MACD Histogram = MACD – Signal The Momentum line is…

Read More

ZigZag Dual Buffer

ZigZag Dual Buffer This ZigZag indicator uses dual buffers to store high and low points. A point is considered as a new high/low point if it is high/low is higher/lower than the high/low of N earlier bars’ high/low, where parameter N is the number of earlier bars represented by Bars. The default value is 2….

Read More

Simple Max-Min Channel with Slope

Simple Max-Min Channel with Slope Just a Donchian channel with slope. If xslope = 0, it becomes the Donchian channel. It uses the moving average of Momentum.

Read More

Road Map

Road Map A safe journey is only possible on a road with good marking and proper road signs. The indicator shows: impulse waves (bold sloping lines); corrective waves (thins sloping lines); upward wave series (blue colour); downward wave series (purple colour); wave series length (the numbers near the Zig Zag vertices); wave series breakthrough levels…

Read More

Price Channel Central

Price Channel Central The channel indicator. The upper line of the channel — the maximum value of a bar in a specified amount of bars. The lower line of the channel — the minimum value of a bar in a specified amount of bars. The middle line of the channel — the average value of…

Read More

Ticks collector

Ticks collector When working in real-time the indicator collects price data: the tick arrival time, the Bid price and the Ask price. The Bid and Ask prices are displayed as lines in the indicator subwindow, and all the gathered information can be saved to a special tick file (tks file type). Along with the information…

Read More

Ticks Volume Indicator 1.1

Ticks Volume Indicator 1.1  In the futures markets, the data on trade volumes are reported with a one-day delay. To compensate for this, many analysts use the tick volume indicator (tick volume™): it allows you to track volume changes during the trading day. Tick ​​volume indicates the number of deals concluded over a certain intraday…

Read More

ZigZag Signal

ZigZag Signal The following pattern is implemented: А — double bottom, the C level is above the B level, the D level is above the C level. Hints: Best used on EURUSD M15 with the default parameters, other periods are also acceptable. As the ZigZag is redrawn, it is better to test the indicator in the strategy tester. The images show the signal triggering series sorted from the…

Read More

Several Moving Average

Several Moving Average Draws 5 MA on the chart. Not only the smoothing method (SMA, SMMA, EMA, LWMA) and the period can be selected, but also the timeframe and the indicator horizontal offset.

Read More

Arrows Template

Arrows Template An indicator template that draws arrows on the chart. With notification and selection of the number of bars for calculation. All that is needed is to write the conditions for the arrows.

Read More