High timeframe and low timeframe

Created at 18 Feb 2015, 06:43
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
HI

hiba7rain

Joined 20.07.2014

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


@hiba7rain
Replies

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

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
27 Feb 2015, 14:38

Thanks that will help but just want to know when we will have a function to read the trend lines (chart objects) values?

This feature will be available in the future. We apologize that we cannot provide an ETA at this point.


@Spotware