Hi All, I have some calculations that I need to make once a day (at the start of the day)... these calculations require a lot of historical bars. Hence I don't want to include these calculations in any chart code I'm using.
I want to execute this AFL outside of chart... these calculations will yield around 40 discrete values. What's the best way of doing this...? As a scan? Exploration? Or anything else? How would I then pass those 40 discrete values to the AFL code in charts elsewhere...? Static variables...? feedback appareciated TIA
