Another late day run per an earnings winner that held its gains.
One of the most recognizable patterns to trade.
The Volume Label:
Create the volume label indicator with the following code and add to your chart:
# Volume label by Palmer
# www.thepennystockquest.com
def yesterdayvol = volume(period = ”DAY”)[1];
def todayvol = volume(period = ”DAY”);
AddLabel(yes, "Y_Vol: " + yesterdayvol, Color.liGHT_GREEN);
AddLabel(yes, "T_Vol: " + todayvol, Color.lighT_ORANGE);
# End code
I simply named it VolumeLabel
Palmer
Posted May 06, 16 5:34 PMbyPalmer
Categories
Earnings
Tickers
$CLNE
Thanks Palmer...had CLNE tagged but @ that open i shied away...with such a small account i can't chance these even for 10% moves bc commissions eat up any gain.
Yeah, small accounts can be tough per those commissions...you'll get there...
See new post for updated code...
Wow...$CLNE at almost $3.50 per share this morning. I'll 'learn' to hold over the weekend at some point...
Join now or log in to leave a comment