Hi all,
I have written a comprehensive optimisation routine, that can optimise a set of variable settings for the symbol loaded for various proprietary measures.
One of the functions I have been requesting for some time, is the ability to automatically load symbols in a pre defined watch list so that optimisation can occur on each of these symbols automatically, without me having to load each symbol individually. The original idea I had was for a function called symbol(name, number of bars to load)
I am now aware of the new series function, one of which is sym(). has anyone got any experience of using this function to effectively deliver the above?
I want to load the historic daily values (open, high, low and close) for a particular symbol, and then process this data within an efs formula before moving onto the next day (just as you would with the loaded symbol by using open(), high(), low() and close())
a simple example would be useful, simply to help me get me head around how this works.
many thanks in advance
I have written a comprehensive optimisation routine, that can optimise a set of variable settings for the symbol loaded for various proprietary measures.
One of the functions I have been requesting for some time, is the ability to automatically load symbols in a pre defined watch list so that optimisation can occur on each of these symbols automatically, without me having to load each symbol individually. The original idea I had was for a function called symbol(name, number of bars to load)
I am now aware of the new series function, one of which is sym(). has anyone got any experience of using this function to effectively deliver the above?
I want to load the historic daily values (open, high, low and close) for a particular symbol, and then process this data within an efs formula before moving onto the next day (just as you would with the loaded symbol by using open(), high(), low() and close())
a simple example would be useful, simply to help me get me head around how this works.
many thanks in advance
Comment