time frame

Created at 28 Sep 2014, 15:44
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!
ATBIN-ROBOT's avatar

ATBIN-ROBOT

Joined 22.09.2014

time frame
28 Sep 2014, 15:44


hi

how i can , indicator time frame set in monthly. and i use in h1 time frame

 


@ATBIN-ROBOT
Replies

AlexanderRC
28 Sep 2014, 16:39

I had a similar problem.

Currently I am setting a timer with the first interval for to be fired at expected time of bar in a different timeframe and in the handler I restart the timer with the interval adjusted for the next bar. I have to recalculate the interval in the handler every time due to the handler being fired

Are there any better solutions to generate OnBar() events for a timeframe that is different from the one selected on a chart or specified as a parameter in backtester/optimizer?


@AlexanderRC

Spotware
29 Sep 2014, 12:26

RE:

AlexanderRC said:

I had a similar problem.

Currently I am setting a timer with the first interval for to be fired at expected time of bar in a different timeframe and in the handler I restart the timer with the interval adjusted for the next bar. I have to recalculate the interval in the handler every time due to the handler being fired

Are there any better solutions to generate OnBar() events for a timeframe that is different from the one selected on a chart or specified as a parameter in backtester/optimizer?

No, there is no at the moment. We plan to add OnBar event to the MarketSeries object.


@Spotware

ATBIN-ROBOT
01 Oct 2014, 17:30

tanks alot for your replay


@ATBIN-ROBOT