I am looking at trying to determine if Esignal has a declaration similar or the same as this TradeStation declaration:
INTRABARPERSIST
New IntrabarPersist Variables and Arrays
A new declaration keyword has been introduced and named “IntrabarPersist”. Variables and arrays declared as IntrabarPersist will not be “pushed-back” and they can be used to accumulate values or preserve states both intra and inter-bar since the values will never be reset. This means that users can now write EasyLanguage to accumulate volume information or monitor intra-bar crossovers, to name a few uses, since the values are calculated and can now be preserved intra-bar.
INTRABARPERSIST
New IntrabarPersist Variables and Arrays
A new declaration keyword has been introduced and named “IntrabarPersist”. Variables and arrays declared as IntrabarPersist will not be “pushed-back” and they can be used to accumulate values or preserve states both intra and inter-bar since the values will never be reset. This means that users can now write EasyLanguage to accumulate volume information or monitor intra-bar crossovers, to name a few uses, since the values are calculated and can now be preserved intra-bar.