multiple time frame indicators
multiple time frame indicators
13 Jan 2016, 17:38
Hello,
I wondered if one could access an indicator on a multiple time frame basis, which doesn't take "DataSeries source" as a variable as seen here /api/guides/indicators#el12 ? I was hoping to use a number of stochastic indicators, each with a different time frame but it takes integer and MovingAverageType inputs. Is there a workaround for this?
Best regards.
Replies
j.kozlowski.net
14 Jan 2016, 11:02
Oh wow, I can't believe it's that basic. Huge thanks for your reply!
@j.kozlowski.net
huhax
14 Feb 2016, 15:51
RE: RE: RE:
Ok, I got rid of the above error by using your header, but there is still an issue.
stoc2 = Indicators.StochasticOscillator(anothertimeframe, 9, 3, 9, MovingAverageType.Exponential);
"anothertimeframe" here doesn't work alone. It works only, if I use "anothertimeframe.close", etc., but this gives results different from expected.
What can be wrong about this?
@huhax
DeletedUser2
14 Jan 2016, 02:33 ( Updated at: 16 Aug 2022, 15:13 )
RE:
@DeletedUser2