Originally posted by Alexis C. Montenegro
........Therefore if you are generating signals based on multiple time frames you should always consider using completed bars else you will get false signals in real time or incorrect results in back tests (because they are forward looking).
Using completed intervals will instead ensure that real time and historical signals always match .....
Alex
........Therefore if you are generating signals based on multiple time frames you should always consider using completed bars else you will get false signals in real time or incorrect results in back tests (because they are forward looking).
Using completed intervals will instead ensure that real time and historical signals always match .....
Alex
I am working on an EFS to use stochastics (stochs) in two timeframes within a 15 minute chart. When 60 minute stochs is about to or is already rising, and 15 minute stochs turns up, that is my buy signal. I plan to plot the 15 minute stochs, and set the chart BG color based on the 60 minute stochs condition (i.e. not plot the 60 minute stochs)
If 20 minutes into an hour, a previously flat or falling 60 minute stochs is showing signs of rising, and the 15 minute stochs is turning up, that's fine, I want to see that signal. I understand that by the end of the hour, the 60 minute stochs may not close up but I'd rather see the early potentially false signal, than wait for a later confirmed signal.
If I understood the previous posts, the getSeries command would make plotting of the non-chart timeframe study more accurate (?), but I don't plan to plot the 60 min stochs in my 15 min chart.
Without the getSeries command, would my 60 min stochs not be accurate when I first loaded the chart in the morning - would it take 60 minutes of data for it to become accurate? Otherwise, I'm not concerned with historical signals (backtesting).
Is using getSeries any more processor intensive?
At the moment, I have one EFS for the 15 minute stochs which I've used for a while now, and I'm working on the 2nd EFS for the 60 minute stochs. Once they both work, I'll consider combining them, if that matters.
So, in my application is there a need or benefit to using getSeries? I can attach the EFS's if that helps.
Regards
shaeffer
Comment