New Cash Hours Pivot Point Discussion
Forums › ProRealTime English forum › ProBuilder support › New Cash Hours Pivot Point Discussion
- This topic has 8 replies, 2 voices, and was last updated 8 years ago by cupcake.
-
-
06/08/2016 at 10:11 AM #9022
Thought I’d open a new thread about a cash hours pivot point indicator for indicies.
I have code at the moment for an indicator that allows you to manually enter previous days high and low, and the pivots will be worked out for you, but it means you manually typing in the previous days data from livecharts or yahoo finance for example.
What I am trying to achieve is an indicator that is the same as IG PRT pivot points, but uses the cash hours rather than out of hours SB data.
06/08/2016 at 1:51 PM #9051Maybe, you don’t see my other reply, but there are already many pivot points indicators on the website, you can find them all with the search form.
Tell me if you can find what you are looking for or if it needs customized solution 🙂
06/08/2016 at 2:30 PM #9052Sorry Nicolas, I did see your other post, I thought you were asking me to start a new thread.
The ones I’ve seen so far don’t quite fit the bill.
I’m looking for a pivot point indicator that only used the cash market hours to calculate the pivots for the indicator.
06/08/2016 at 3:33 PM #9066With this one: http://www.prorealcode.com/prorealtime-indicators/pivot-points-intraday/
You can modify the start and end hour for the calculation, not sure it would take the hours from the previous day though. Please tell me if it suits your needs.
06/08/2016 at 3:46 PM #906706/08/2016 at 5:46 PM #908406/09/2016 at 7:55 AM #911007/05/2016 at 4:37 PM #10242So far this is what I’ve got for the pivot calculator.
It’s a bit rough and ready, and there’s some things I’d like to clean up.
12345678910111213141516171819202122IF DATE[0] = TODAY THENMP = ( (MClose + MHi + MLo ) / 3)CBOL = MClose + ( ( (MHi - MLo) * 1.1) / 2)CBOS = MClose - ( ( (MHi - MLo ) * 1.1) / 2)MR3 = MHi + ( 2 * (MP - MLo) )MR2 = MP + (MHi - MLo)MR1 = (2 * MP) - MLoMS1 = (2 * MP) - MHiMS2 = MP - (MHi - MLo)MS3 = MLo - ( 2 * (MHi - MP) )MMLO = MLOMMHI = MHIMGAP = MCLOSEMM2DH = M2DHMM2DL = M2DLMMPWH = MPWHMMPWL = MPWLMMWPP = MWPPENDIFRETURN MP as "Pivot", CBOL as "CBOL", CBOS as "CBOS", MR3 as "R3", MR2 as "R2", MR1 as "R1", MS1 as "S1", MS2 as "S2", MS3 as "S3", MGAP as "Gap", MMHi as "Hi", MMLo as "Lo", MM2DH as "2DH", MM2DL as "2DL", MMPWH as "Prev Week High", MMPWL as "Prev Week Low", MMWPP as "Weekly Pivot"07/05/2016 at 4:39 PM #10245 -
AuthorPosts
Find exclusive trading pro-tools on