I'm a programming rookie...been kinda of playing around with the following idea...but have not been able to make it work properly:
on a 1min(or any timeframe) chart of say $TICK,
-The chart background turns green if the last >= 200
-The chart background turns yellow if the last is > -200, but < than 200.
-The chart background turns red if the tick <= -200
I'd be using a line on these charts, but if done with bars, it would need to be given consderation for the bar colors
The idea is that I would apply the same idea to each of the $TICK, $TRIN, $TICKQ, etc etc..and would be able to glance at the charts, to get a feel for the market based on the color. of that indicator row of charts.
Thanks for any help,
cas
on a 1min(or any timeframe) chart of say $TICK,
-The chart background turns green if the last >= 200
-The chart background turns yellow if the last is > -200, but < than 200.
-The chart background turns red if the tick <= -200
I'd be using a line on these charts, but if done with bars, it would need to be given consderation for the bar colors
The idea is that I would apply the same idea to each of the $TICK, $TRIN, $TICKQ, etc etc..and would be able to glance at the charts, to get a feel for the market based on the color. of that indicator row of charts.
Thanks for any help,
cas
Comment