Support Board
Date/Time: Thu, 23 Jan 2025 15:22:00 +0000
Post From: Can I put in a new Pivot Point formula request?
[2013-04-15 14:57:45] |
Trint - Posts: 115 |
Hello Support, Can I put in a new PP formula request for Variable Pivots for a future release (it's for Daily/Weekly/Monthly timeframes if possible). This has a few more levels to the 'Daily OHLC' and I was hoping to use it across a few more timeframes. I tried adding it as Formula 22 in my local copy of code but it fails to work. ============================== PivotPoint = (High + Low) / 2; R2 = (PivotPoint + High) / 2; R1 = (PivotPoint + R2) / 2; S2 = (PivotPoint + Low) / 2; S1 = (PivotPoint + S2) / 2; R3 = High; S3 = Low; =============================== On another note, I can submit some code I've created to label Swing Highs/Lows in terms of some importance (Larry Williams Market Structure, a general enquiry I lodged on the forum which I've managed to get working) Regards, Tim Date Time Of Last Edit: 2013-04-15 14:59:50
|