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 … Read more

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 … Read more

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 … Read more

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 … Read more

Color Parabolic – indicator MetaTrader 5

Color Parabolic indicator
Parabolic SAR technical indicator has one major drawback. It is not noticeable enough on a chart containing other indicators. Therefore, its signals concerning a trend reversal may be missed. To improve this disadvantage large colored dots that appear during each trend reversal have been added. The indicator itself is made in two colors. Color Parabolic … Read more

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 … Read more

PZ Parabolic SAR EA – EA MetaTrader 4

PZ Parabolic SAR EA - expert for MetaTrader 4
Author: The developer of this Expert Advisor is Arturo Lopez, founder of Point Zero Trading Solutions. The Parabolic Sar is one of the most popular basic trading strategies. It uses two Parabolic Sar with different periods to determine the direction of the trend and the exit level. The slow PSAR determines when to buy or … Read more