Expanding Highs and Low prices.

Login or Register

Please login or register in order to view and post in the Forum.

3 posts / 0 new
Last post
joshdawson
Last seen: 7 months 2 weeks ago
Joined: 04/14/2015 - 12:25
Expanding Highs and Low prices.

Hello,
In Session Statistics, you can select the 2nd highest price, Is there an easy way to get the 3rd and 4 th Highest price/ Lowest prices?

0
cpayne
Last seen: 1 year 4 weeks ago
Joined: 03/30/2009 - 00:00
Session Statistics: 3rd and 4th Highest/Lowest

I just added options for 3rd and 4th Highest/Lowest for next release.  One thing I noticed in the process....if for instance you are computing the 2nd Highest High of all bars of the session, the result would be zero on the 1st bar, because technically there is no 2nd highest.  But I think a better approach would be to assume both the highest, 2nd highest, 3rd highest, and 4th highest are all a tie at that point (1st bar) and should all be the same price (high of 1st bar).  That would also eliminate the zero values that can impact scaling.  Agree?

joshdawson
Last seen: 7 months 2 weeks ago
Joined: 04/14/2015 - 12:25
"But I think a better

"But I think a better approach would be to assume both the highest, 2nd highest, 3rd highest, and 4th highest are all a tie at that point (1st bar) and should all be the same price (high of 1st bar). That would also eliminate the zero values that can impact scaling. Agree?"

Yea I would agree for the 1st bar the starting point should all be the same. Then the 2nd Highest price stair steps down, 3rd Highest price stair steps down etc. This would allow me to build a trading system Last >= 2nd highest, enter short sell. and use targets such as 3rd lowest price as sell stop.

I really wish there was a cookbook for the more advance features of the RTL language. I get stuck on things constantly and it's because I have not learned how to appropriately apply things correctly. For example ZZO ---> setting retracement 50%. I am not exactly sure how to build a signal on it. That is just one example. I have been posting my questions in the Fourm but you are only one person with a lot of complex questions to answer. I would be willing to pay for a Udemy class on just programming in the RTL language