Jay Digital Parabolic Spy Indicator – indicator MetaTrader 4

Jay Digital Parabolic Spy Indicator - indicator for MetaTrader 4
Jay Digital Parabolic Spy is a multi timeframe indicator based on the parabolic sar. It displays timeframes from 15 minutes to 4 hours. If the parabolic sar is below the price (indicating a buy position), then a green arrow pointing up will be displayed otherwise, a red arrow pointing down will be displayed. The indicator

Color Parabolic SAR – indicator MetaTrader 5

Color Parabolic SAR
Added colors to Parabolic SAR. Parabolic SAR Technical Indicator was developed for analyzing the trending markets. The indicator is constructed on the price chart. This indicator is similar to Moving Average with the only difference that Parabolic SAR moves with higher acceleration and may change its position in terms of the price. The indicator is

Color Parabolic 2 – indicator MetaTrader 5

Color Parabolic indicator
Added colors to Parabolic SAR. The color depends on the acceleration factor. All calculations performed inside the CParabolic class. The functions: Init(double SARStep, double SARMaximum,const double &high[],const double &low[],int totl) – initialization. GetColor() – gets the color. Calc(const double &high[],const double &low[],int i) – calculates the value of Parabolic at the specified bar. The code

Automatic Parabolic Support and Resistance Levels Indicator – indicator MetaTrader 4

Automatic Parabolic Support and Resistance Levels Indicator - indicator for MetaTrader 4
This indi will draw the levels and then delete if older than your selected bars. The turn is calculated on above/below opens not closes as that seems to get most of the turns and this makes it slightly different than just the dots from a programing point of view. I prepared a video to show

ZigZag on Parabolic + Fibo + Channel – indicator MetaTrader 5

ZigZag On Parabolic + Fibo + Channel
Description: This is an enhanced version of ZigZag based on the Parabolic SAR technical indicator with the added possibility to build Fibo levels on the last two indicator peaks and the channel generated with the use of three successive zigzag peaks with selection of these peaks. Indicator input parameters: //+———————————————-+ //| iSAR indicator input parameters