You are using an outdated browser. This site may not function properly with it. For a better experience, please upgrade to a modern browser here.
  • Premium
    Premium Content
    DVDs
    My DVDsShop
    Pricing
  • Community
    Contribute
    Trades
    View TradesOpenVerifiedComments
    StockOptionFutureForexCrypto
    Leaderboards
  • Search
  • Log In
  • View Help
Palmer
Palmer
Follow
Follow

Avg $ Gain

$149

Winning %

74.34%

Profit

$76k
1108 Followers
3 Following
865 Trades
About
Blog PostsWatchlistsVideosLensesTrades
  • Avg $ Gain$149
  • Winning %74.34%
  • Profit$75,829.95
  • View Profit Chart
    Trades865
    MARA

    $1,136

    MRVL

    $106

    CLSN

    $355

    FL

    $413

    WMT

    $327

    ANY

    -$56

    ROKU

    $646

    MTCH

    $83

    View Trades
    Followers1,108
    NateTrade
    ericliuche
    DDT
    JoeBloggs
    Michelino12
    redwagonrider
    billy_the_mountain
    StevenLaPidus
    Following3
    Turbobob
    Arussell125
    SIMPLY_PRIVATE
    Karma
    2,248
    theoilfield
    theoilfield
    theoilfield
    AlaBonBon
    billy_the_mountain
    aahindigo
    ShortNSqueeze
    enmanuel1583
    Charts0
    This user has no charts.
    Photos1
    See all community posts
    Edit to the volume label code:

    This may be a better visual cue for some people for the volume label.

     

    The previous day's volume label will be light gray in color.

    If today's volume is greater than the previous day's volume then the T-Vol label will be green.

    If today's volume is less than the previous day's volume then the T-Vol label will be red.

    In the event that the volume is = then the T-Vol label will be gray also. This would be a rare event but will happen and if no color is assigned for that condition then the T-Vol label would not display during that time.

    Again, this is an identifier to help 'see' the volume per morning price action.

    Enjoy:

    # Begin Code

    # Volume label by Palmer

    # www.thepennystockquest.com

    def yesterdayvol = volume(period = ”DAY”)[1];

    def todayvol = volume(period = ”DAY”);

    def volg = todayvol is greater than yesterdayvol;

    def voll = todayvol is less than yesterdayvol;

    AddLabel(yes, "Y_Vol: " +  yesterdayvol, Color.light_gray);

    AddLabel(yes, ("T_Vol: " +  todayvol), if todayvol > yesterdayvol then Color.lime else if todayvol < yesterdayvol then color.red else color.light_gray);

    # End Code

     

    Posted May 08, 16 11:41 AMbyPalmer
    Categories  Technical Analysis
    Views 771 / 6
    Received 6 Karmas
    View previous comments
    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
    {karmaCount}{karmaCount}{karmaCount}
    {username} {date}

    {text}

    • Join Now
    • Pricing
    • Our Story
    • Support
    • FAQ
    • Affiliate
    • Log In
    Follow Us
    © Profit.ly® by TLC Media LLC. All Rights Reserved. +1 (888) 267-6185
    Terms of Service.  Privacy Statement.  Code of Conduct.
    Get it on Google Play