I need to understand a question.
If I need to have an indicator that prints the highest high of an instrument (absolute max since that instrument exist) I can do it loading the number of bar in that chart till that max.
For example:
If I try to print the absolute max of Nasdaq in a 10 range bar chart, I need to load about 2 years of data (over 3.000.000 of bars...)
In this case my indicator work well but my computer go in crash often (this is not the only calculation that I need to do)
Is there a way to get the max from a daily chart (about 750 bars) and then pass the value to my indicator on 10 range bar?
So I need to load only 750 bars in the daily chart, and few days in the 10 range bars.
This will be better from my pc resource.
Can you help me ?
thank you
best regards
Andrea

Comment