plotting ascii data out into the future beyond today  [SOLVED]

Questions about MultiCharts and user contributed studies.
toduar
Posts: 1
Joined: 17 Sep 2014
Has thanked: 1 time

plotting ascii data out into the future beyond today

Postby toduar » 17 Sep 2014

I have some pre-calculated intraday ascii data that i would like to plot out into the future, several days beyond today. but so far i can only get it to plot out for the rest of the day today. is there a way to plot out data past today?

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: plotting ascii data out into the future beyond today  [SOLVED]

Postby TJ » 17 Sep 2014

I have some pre-calculated intraday ascii data that i would like to plot out into the future, several days beyond today. but so far i can only get it to plot out for the rest of the day today. is there a way to plot out data past today?
if the data is from an indicator... you can plot using


PLOT[ -1 ]
PLOT[ -2 ]
PLOT[ -3 ]
PLOT[ -4 ]
...


Return to “MultiCharts”