Indicator data from different time frame
I am trying to view stochastic values from the 5 minute time frame in the 1 minute time frame chart. Is this possible? I think this concept is called multiple time frame or something.
HI! it is very trivial task!
First you need to create your own indicator. There are plenty in the codebase as an examples if you miss a part on where to start. So your indicator will use different timeframe and this is how you are going to retrieve data with api. Your goal is to obtain a container, and use its method load to provide the depth of your history. Once you have new data in cache you can use it in your own calculation or feed it to already exist stochastic wrapper. This is it, now you can plot higher tf line. If you are still confused, use a skype to ask for a help.