The overnight market was able to trade above yesterday's Point of Control near 1092.50. 1097.50 is resistance. Other than the Point of Control, support is near the 1088.50 to 1089.75 area.
Charles, thank you. you responded to my Brett S. post. I have been able to get the cumulative tick code to work for the 1min, but still struggling with the 5 min. I'll be watching your blog from now on. thanks again.
Charles, Thank you, but I don't need to use excel with the code you gave me. I have the indicator live with the tick. Again, no problem in 1min, still working on 5min.
On the 5 min chart, format the symbol for 60 days or more. On 15 minute charts, I use 300 days.
This is because the indicator input is currently set to use 3900 bars. On the 1 minute chart, 3900 bars is 10 days of bars. So on the higher time frames, you need to increase the number of days to fit in 3900 bars.
Charles,
ReplyDeletethank you. you responded to my Brett S. post.
I have been able to get the cumulative tick code to work for the 1min, but still struggling with the 5 min.
I'll be watching your blog from now on.
thanks again.
Hi kuch,
ReplyDeleteYou may also find this post helpful concerning downloading TradeStation Data into excel:
Using TradeStation Data In Excel
Charles
Charles,
ReplyDeleteThank you, but I don't need to use excel with the code you gave me. I have the indicator live with the tick.
Again, no problem in 1min, still working on 5min.
Kuch,
ReplyDeleteOn the 5 min chart, format the symbol for 60 days or more. On 15 minute charts, I use 300 days.
This is because the indicator input is currently set to use 3900 bars. On the 1 minute chart, 3900 bars is 10 days of bars. So on the higher time frames, you need to increase the number of days to fit in 3900 bars.
Charles
C,
ReplyDeletetried 60 days instead of 100, still get a straight down line on the esz09.
Kuch,
ReplyDeleteUse ESZ09.D
Charles
C,
ReplyDeletethanks again but now I get a straight line up.
kuch,
ReplyDeleteI posted the cumulative $TICK on a 5-minute chart above. So it is possible. Not sure what you may be doing wrong.
Charles
C,
ReplyDeleteGot it. the input was reading "data1" should have been "data2".
Very nice of you to take the time to help a rookie at this.