Received 6 Karmas
devask168
1
devask168 May 09, 16 3:54 AM

@Palmer I think you have just perfected the best thinkScript out there. I was already like "WOW!' this is going to save my hide big time and now I'm left in awe - and I still need to find the time to go through your other videos!

Palmer
Palmer May 09, 16 7:33 AM

Thanks for the kind words everyone. I'll keep on keepin' on as things develope. If anyone wants to add any other 'days ago' labels to the code all you would need to do is add def yesterdayvol2 = volume(period = ”DAY”)[2]; under the line of code with the [1] in it and then add another AddLabel(yes, "Y_Vol: " + yesterdayvol2, Color.light_gray); under that original line but remember...I am using this to easily see the volume on the 1 minute chart per the opening area so adding 2 days ago and 3 da

Palmer
Palmer May 09, 16 7:33 AM

days ago might not be that relevant...

Palmer
Palmer May 09, 16 8:51 AM

And so goes coding...So if you are using this you see that it is not working. This is because I did not take into account the Friday to Monday weekend gap. The code looks for the volume from the previous day which was Sunday so there is no volume to compare. Stnad by later for the updated version of this...

Join now or log in to leave a comment