Conversion of the highest function of the software Metastock 10.0
Forums › ProRealTime English forum › ProBuilder support › Conversion of the highest function of the software Metastock 10.0
- This topic has 5 replies, 3 voices, and was last updated 3 years ago by robertogozzi.
-
-
08/16/2021 at 6:05 PM #175483
Function: Highest [highest()]
SYNTAX highest( DATA ARRAY )
FUNCTION Calculates the highest value in the DATA ARRAY since the first day loaded in the chart.
EXAMPLE The formula “highest( rsi(14) )” returns the highest Relative Strength Index value since the first day loaded in the chart ; “highest ( close )” returns the highest closing price since the first day loaded in the chart.08/17/2021 at 1:50 AM #175505Only post in the language of the forumthat you are posting in. For example English only in the English speaking forums and French only in the French speaking forums.
You used English in the Spanish forum.
Thank you:)
08/17/2021 at 8:12 AM #17550808/17/2021 at 6:16 PM #175565Hi Nicolas. I have prepared an indicator with the code that you indicate but I have not been able to make it work. I attach it to you. On the other hand, if I replace rsi [ 14 ] with close, the indicator does work And it gives the value of the maximum close to date. What am I doing wrong?.
maximum value of rsi1412highestrsi14 = highest[max(1,barindex)]( RSI[14](close))return highestrsi14Thanks. Hi Nicholas. I have prepared an indicator with the code you indicate but I have not managed to make it work. I'll attach it to you. On the other hand if I replace rsi [14] by close the indicator does work and gives the value of the maximum close to date. What am I doing wrong ?. Thank you.
08/17/2021 at 6:22 PM #175566My apologies for the erroneous inclusion of this post in the forum, I keep it in mind for other occasions. My apologies for the erroneous inclusion of this post in the forum, I take it into account for other occasions.
08/17/2021 at 7:44 PM #175577Only post in the language of the forumthat you are posting in. For example English only in the English speaking forums and French only in the French speaking forums.
You used Spanish in the English forum.
Thank you:)
-
AuthorPosts