session high low indicator
Forums › ProRealTime English forum › ProBuilder support › session high low indicator
- This topic has 25 replies, 10 voices, and was last updated 4 years ago by Horizon_Edge.
-
-
07/16/2017 at 7:17 PM #4081507/16/2017 at 7:21 PM #40817
Nicolas,
One question please on what you provided –
Is it possible to amend the code to have a line along the highest and lowest point of the session rather than the increments?
I like the idea of having both these modes with the indicator if possible – your mode and then just a level across the highest point of session and a level marking the lowest point of the session.
Thanks in advance for any info on this.
12/04/2019 at 12:44 PM #114165i´d loved to have this indikator, but it´s not working. error in row 32
is there any help available pls
12/04/2019 at 12:57 PM #114167Yes, lines 32 and 32 must NOT be there. They shall be a continuation of line 31.
1 user thanked author for this post.
12/04/2019 at 1:05 PM #114168´ve put line 32 and 33 in a following 31 and still doesn´t work.
looks like in the attachment
12/04/2019 at 1:17 PM #114170On the price chart options tick the scaling box.
1 user thanked author for this post.
12/04/2019 at 1:18 PM #114172>> Please update your country flag in your profile. Thank you 🙂 << 🙂
1 user thanked author for this post.
12/04/2019 at 1:27 PM #114173thank you. i see it now 😀😀
11/22/2020 at 1:13 PM #151210Hi Nicolas,
I’ve pasted this code in as a new indicator, however it pops up as a new pane, how do I get the Colorband like your attachment shows?
1234567891011121314151617Session1TimeStart = 060000Session1TimeClose = 100000if intradaybarindex=0 thenS1low=Dopen(0)S1high=Dopen(0)endifif time > Session1TimeStart and time < Session1TimeClose thenS1high= MAX(S1high,high)S1low= MIN(S1low,low)elseS1high= 0S1low= Dopen(0)*100endifRETURN S1high coloured (200,0,0) as "s1high", S1low coloured (200,0,0) as "S1low"Kind regards
11/22/2020 at 1:47 PM #151213Horizon_Edge – Add the new indicator via the wrench/spanner in the corner of the price chart.
Please follow forum rules and use the ‘Insert PRT Code’ button when posting code in the forums. Do not cut and paste it directly into your post. We like to keep a tidy forum so I will tidy up your post for you.
11/22/2020 at 1:55 PM #151214Thanks I did know that rule.
Code won’t work for me, ill start a new post
-
AuthorPosts
Find exclusive trading pro-tools on