Dynamic pivots – any time frame – indicator MetaTrader 4

Dynamic pivots - any time frame - indicator for MetaTrader 4
Based on the Austin Passamonte’s idea , this indicator calculates pivots for any time frame (provided that the chosen time frame is higher than the chart time frame). Two modes of calculation : original (when it calculates as in the  Austin Passamonte’s idea) or alternate mode (when it is more support / resistance inclined) Recommendations: You can use … Read more

pivots calculation based on pine script v4 – indicator MetaTrader 5

MT5 Pivots
For MQL4 version please click here. pine script v4 function I/O : pivothigh(source, leftbars, rightbars) → series[float] pivotlow(source, leftbars, rightbars) → series[float] This indicator includes two simple functions to calculate the pivotshigh and pivotslow functions based on pine script. The functions can be used as copy and paste snippet in conversion projects from tradingview platform. Note: The … Read more

pivots calculation based on pine script v4 – indicator MetaTrader 4

pivots calculation based on pine script v4 - indicator for MetaTrader 4
For MQL5 version please click here. pine script v4 function I/O : pivothigh(source, leftbars, rightbars) → series[float] pivotlow(source, leftbars, rightbars) → series[float] This indicator includes two simple functions to calculate the pivotshigh and pivotslow functions based on pine script. The functions can be used as copy and paste snippet in conversion projects from tradingview platform. Note: The … Read more