Support Board
Date/Time: Mon, 25 Nov 2024 11:41:43 +0000
Post From: ACSIL global variables
[2014-01-29 06:28:18] |
User40117 - Posts: 56 |
hi, before i do my indicator calculations i need to compute some 'global' variables like average volume, avg price move etc... so i need to loop once through the bars. Next with automated looping my indicator is computed. The global variables don't need to be re-computed when new bars are added, only when f.e. more historical data is loaded. How can i achieve this one-time variables calculation ? ty ! |