High timeframe and low timeframe
High timeframe and low timeframe
18 Feb 2015, 06:43
Hi,
Is it possible to upload indicator for high time frame to low time frame example of 30EMA on 1 hr chart to be used on 5m chart
if how? or if the functions allows to do so please advise how
thanks
A
Replies
hiba7rain
25 Feb 2015, 11:39
RE:
Thanks that will help but just want to know when we will have a function to read the trend lines (chart objects) values?
Spotware said:
First of all, you need to obtain MarketSeries object for TimeFrame.Hour using MarketData.GetSeries method.
Second of all, you need to create an indicator over the obtained series: Indicators.ExponentialMovingAverage(h1Series.Close, 30).
Hope this helps. If not, we can recommend you to contact one of our Partners or post a job in Development Jobs section.
@hiba7rain
Spotware
25 Feb 2015, 11:15
First of all, you need to obtain MarketSeries object for TimeFrame.Hour using MarketData.GetSeries method.
Second of all, you need to create an indicator over the obtained series: Indicators.ExponentialMovingAverage(h1Series.Close, 30).
Hope this helps. If not, we can recommend you to contact one of our Partners or post a job in Development Jobs section.
@Spotware