Pivot Point with adjustable closing time – indicator MetaTrader 4

PP indicator in EURUSD h1, you can see that actual weekly PP are wrong.
PP indicator on daily (weekly, monthly) level, for use in timeframes smaller than daily. I’ll skip the part discussing its basic use in trading, you can find that information here: Custom deviations from ordinary PP indicators: Sunday bars for those data feeds starting on sundays at 22:00 UTC eliminated. Close time used for calculation is … Read more

All Pivot Points MT4 – indicator MetaTrader 4

All Pivot Points MT4 - indicator for MetaTrader 4
An indicator for drawing all important Pivot Points including: “Classic”, “Camarilla”, “Woodie”, “Floor”, “Fibonacci”, “Fibonacci_Retracement”. You can choose different timeframes for pivot calculation. Customizable width, color and style. Compatible to have multiple pivots with different timeframes in one chart. All Pivot Points MT4 – indicator MetaTrader 4

Pivot Points – indicator MetaTrader 5

Pivot Points - indicator for MetaTrader 5
Pivot point indicator with an addition of 4 ways of calculating pivot points : (Previous High +Previous Low + Previous Close)/3 (Previous High +Previous Low + Previous Close + Previous Close)/4 (Previous High +Previous Low + Previous Close + Open)/4  (Previous High +Previous Low + Open + Open)/4 Added “alternate way” of calculating pivot support … Read more

Pivot Star – indicator MetaTrader 4

Pivot Star - indicator for MetaTrader 4
This indicator draws current pivot points, it does not plot history. Clean and simple. Choice of Standard, Fibonacci, Camarilla, Woody’s and Demark pivot calculations. Calculation is based on previous bar of chosen period. double xOpen=iOpen(0,inpPeriod,1);double xClose= iClose(0,inpPeriod,1);double xHigh = iHigh(0,inpPeriod,1); double xLow= iLow(0,inpPeriod,1); Default setting is H1, for scalping. input int xShift = 3; // … Read more

Hourly Pivot Points with Color Filling – indicator MetaTrader 4

HourlyPivotPoints_ColorFilling
5/4/2018 update: Fixed an error in calculating S/R points by Fibo. Fixed a bug in drawing objects. This indicator uses two ways to calculate R1/R2/R3/S1/S2/S3: normal formula and Fibonacci, and users can choose one from them. Main parameters PivotMode: Normal: use normal formula to calculate S and R. Fibonacci: use Fibonacci to calculate S and … Read more