Multiple time frame - question

Questions about MultiCharts and user contributed studies.
waveslider
Posts: 223
Joined: 16 Oct 2011
Has thanked: 66 times
Been thanked: 20 times

Multiple time frame - question

Postby waveslider » 23 Jul 2014

Hello -

Issue:
Strategy and possibly indicators not updating.

Replicate:
The issue is replicated by creating a chart with 2 data series. In this case I used a 15 minute chart and a 390 minute chart of the ES. The 15 minute chart uses a custom session which begins at 1500 local (PST) time and ends at 1300 local (PST) time. The 390 minute chart uses a custom session that begins at 630 local time and ends at 1300 local. Workspace attached.

Code:

Code: Select all

value1=c ;
value2=c data2;
print(time," ",value1," ",value2);
Results: The print statement will print historically on every bar, but during live data it is stopped at 1300 and will not begin printing again until data2 begins again.

Thanks
Attachments
BugTrack.wsp
(229.39 KiB) Downloaded 343 times

User avatar
Andrew MultiCharts
Posts: 1587
Joined: 11 Oct 2011
Has thanked: 931 times
Been thanked: 559 times

Re: Multiple time frame - BUG

Postby Andrew MultiCharts » 24 Jul 2014

Hello waveslider,

Most likely the reason of the issue is enabled Realtime-History Matching feature in the settings of the signal.

waveslider
Posts: 223
Joined: 16 Oct 2011
Has thanked: 66 times
Been thanked: 20 times

Re: Multiple time frame - question

Postby waveslider » 24 Jul 2014

That looks like it will address the issue perfectly. Learned something new about MC! Hopefully it will solve the issue - thank you


Return to “MultiCharts”