I have written a LoLag Moving Average Indicator LLMA that uses your BuiltIn MAStudy , both vMA and vMAofMA.
I would like to retrieve the value of my LLMA from a few days ago. After some searching I thought that the "offset" parameter in MAStudy would do it. It seems to work correctly on previous bars, but returns 'null' for current ticks on every other tick - or something like that - in-other-words it doesn't seem to work right.
QUESTION #1:
How do you retrieve historical values of your built-in studies or custom written studies?
On a similar topic, when I'm backtesting an indicator I want to bring in - say 10 years of daily SPY data. I drag and drag the chart back, but a fairly large fraction of the time, eSig 7.5 stops responding 'Not responding', and I have to re-start everything.
QUESTION #2:
How do I tell eSig 7.5 that I want to retrieve a certain number of bars?
PS:
I routinely specify starting and ending dates in the MetaStock Downloader, so I know there must be some command to request a certain number of bars.
Ed Hoopes
[email protected]
#549584
I would like to retrieve the value of my LLMA from a few days ago. After some searching I thought that the "offset" parameter in MAStudy would do it. It seems to work correctly on previous bars, but returns 'null' for current ticks on every other tick - or something like that - in-other-words it doesn't seem to work right.
QUESTION #1:
How do you retrieve historical values of your built-in studies or custom written studies?
On a similar topic, when I'm backtesting an indicator I want to bring in - say 10 years of daily SPY data. I drag and drag the chart back, but a fairly large fraction of the time, eSig 7.5 stops responding 'Not responding', and I have to re-start everything.
QUESTION #2:
How do I tell eSig 7.5 that I want to retrieve a certain number of bars?
PS:
I routinely specify starting and ending dates in the MetaStock Downloader, so I know there must be some command to request a certain number of bars.
Ed Hoopes
[email protected]
#549584
Comment