Support Board
Date/Time: Sat, 01 Mar 2025 08:19:35 +0000
Post From: pivot points enquiry
[2021-09-21 04:41:38] |
User274507 - Posts: 37 |
Ah yes duh it said 0.5, sorry about that, staring at a screen too long! That works great now thank you. There is 4 more fomulas which non of the current pivot fomrulas on Sierra have, is there an easy way for me to add these below into either formula 5 or a new one? I'm not very clued up on coding unfortunately. R35 = R4 - (R4 - R3) / 2 //Bear Reversal High S35 = S3 - (S3 - S4) / 2 //Bull Reversal Low S5 = S4 - 1.168 * (S3 - S4) //Bear Target 1 R5 = R4 + 1.168 * (R4 - R3) //Bull Target 1 |