In EFS2 I can create custom series by calling efsInternal/efsExternal and using a custom function to produce each value in the serie. However all the series are built sequentially, meaning that the custom function is called for the bar on the chart in a strictly sequential order.
Is it possible to create arbitrary custom series? For example, if I want to put together all the 5 minutes 9:30 bars for the last 10 days in an array, can I pass this specific array to a EFS2 built-in functions?
Is it possible to create arbitrary custom series? For example, if I want to put together all the 5 minutes 9:30 bars for the last 10 days in an array, can I pass this specific array to a EFS2 built-in functions?
Comment