NexusFi: Find Your Edge


Home Menu

 





VSA for ThinkorSwim


Discussion in ThinkOrSwim

Updated
      Top Posters
    1. looks_one snowcloud with 93 posts (25 thanks)
    2. looks_two StockJock with 91 posts (27 thanks)
    3. looks_3 cbritton with 37 posts (71 thanks)
    4. looks_4 swimtrader with 22 posts (19 thanks)
      Best Posters
    1. looks_one Hornblower with 2.3 thanks per post
    2. looks_two cbritton with 1.9 thanks per post
    3. looks_3 StockJock with 0.3 thanks per post
    4. looks_4 snowcloud with 0.3 thanks per post
    1. trending_up 309,693 views
    2. thumb_up 223 thanks given
    3. group 86 followers
    1. forum 434 posts
    2. attach_file 131 attachments




 
Search this Thread

VSA for ThinkorSwim

  #91 (permalink)
StockJock
Chicago + Illinois/USA
 
Posts: 256 since Aug 2010
Thanks Given: 15
Thanks Received: 154


Quoting 
green - short term up, mid term up, long term up
light green - short term up, mid term up, long term down
lime green bar - short term up, mid term down, long term down
red bar - short term down, mid term down, long term down
lime green bar - short term down, mid term up, long term up
orange bar - short term down, mid term down, log term up
yellow bar - anything not matching the above.


Thanks for the info. Is there any clarification of what is considered short term, mid term and long term? I would guess they would be the same as from the Investopedia website:

Short Term (from minutes to hours, i.e. Day Trading)
Mid Term (within one to four days, i.e. Swing Trading)
Long Term (from months to years, i.e. Position Trading)

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
ZombieSqueeze
Platforms and Indicators
How to apply profiles
Traders Hideout
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
21 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #92 (permalink)
 
cbritton's Avatar
 cbritton 
Atlanta, Georgia
 
Experience: Intermediate
Platform: NT
Broker: DDT
Trading: ZN, ZB
Posts: 230 since Mar 2010
Thanks Given: 152
Thanks Received: 256


StockJock View Post
Thanks for the info. Is there any clarification of what is considered short term, mid term and long term? I would guess they would be the same as from the Investopedia website:

Short Term (from minutes to hours, i.e. Day Trading)
Mid Term (within one to four days, i.e. Swing Trading)
Long Term (from months to years, i.e. Position Trading)

From the source code:

 
Code
                            
# Trend Definitions
rec fiveDaysSma compoundValue(5Average(close5)[0], Double.NaN);
def LongTermTrendSlope LinearRegressionSlope(price fiveDaysSmalength 40)[0];
def MiddleTermTrendSlope LinearRegressionSlope(price fiveDaysSmalength 15)[0];
def ShortTermTrendSlope LinearRegressionSlope(price fiveDaysSmalength 5)[0]; 
Regards,
-C

“Strategy without tactics is the slowest route to victory. Tactics without strategy is the noise before defeat.” - Sun Tzu
Started this thread Reply With Quote
  #93 (permalink)
StockJock
Chicago + Illinois/USA
 
Posts: 256 since Aug 2010
Thanks Given: 15
Thanks Received: 154


Thanks very much. Yes, a lot can be learned by reading the code. This is another reason I'm searching for the document that tells me the reasons behind the lines of code. I'm not sure how he arrived at a 5 day SMA and then took the linear regression of it among other question I have of the code. I may have to send the original programmer an email, if I can find his email address.

Reply With Quote
  #94 (permalink)
StockJock
Chicago + Illinois/USA
 
Posts: 256 since Aug 2010
Thanks Given: 15
Thanks Received: 154


Quoting 
green - short term up, mid term up, long term up
light green - short term up, mid term up, long term down
lime green bar - short term up, mid term down, long term down
red bar - short term down, mid term down, long term down
lime green bar - short term down, mid term up, long term up
orange bar - short term down, mid term down, log term up
yellow bar - anything not matching the above.

I noticed that the lime green color is mentioned twice including all time frames in both directions and I was wondering what this color is supposed to indicate? Any ideas? Also, anyone have any idea of what is meant by up and down. Does that refer to bullish and bearish or supply up/down or demand up/down?


Quoting 
lime green bar - short term up, mid term down, long term down
lime green bar - short term down, mid term up, long term up


Reply With Quote
  #95 (permalink)
snowcloud
LA, CA
 
Posts: 93 since Jul 2010
Thanks Given: 2
Thanks Received: 25


StockJock View Post
I noticed that the lime green color is mentioned twice including all time frames in both directions and I was wondering what this color is supposed to indicate? Any ideas? Also, anyone have any idea of what is meant by up and down. Does that refer to bullish and bearish or supply up/down or demand up/down?

I thought the same thing the first time I saw that list. What at first glance appears to make no sense does if you consider that Lime Green is the first stage of an Uptrend beginning and the first indication of that Uptrend ending. It becomes more clear if the list is re-ordered. If you watch the "ups" propagate from short to mid to long on the way up and the "downs" propagate from short to mid to long on the way down it makes more sense.

lime green bar - short term up, mid term down, long term down
light green - short term up, mid term up, long term down
green - short term up, mid term up, long term up
lime green bar - short term down, mid term up, long term up
orange bar - short term down, mid term down, long term up
red bar - short term down, mid term down, long term down
yellow bar - anything not matching the above.

"Up" means rising prices, "Down" means falling prices.

All of that being said, it might make more sense to change the second Lime Green to Yellow and change the current Yellow ("anything not matching the above") to White or very light Grey. That would match the new symbol color scheme much better.

Reply With Quote
  #96 (permalink)
 
cbritton's Avatar
 cbritton 
Atlanta, Georgia
 
Experience: Intermediate
Platform: NT
Broker: DDT
Trading: ZN, ZB
Posts: 230 since Mar 2010
Thanks Given: 152
Thanks Received: 256


StockJock View Post
I noticed that the lime green color is mentioned twice including all time frames in both directions and I was wondering what this color is supposed to indicate? Any ideas? Also, anyone have any idea of what is meant by up and down. Does that refer to bullish and bearish or supply up/down or demand up/down?

This point was brought up on previous posts and not just with this particular item. There's a lot of questionable items the author put in the NT version. Obviously, it means something to him or her, but that has been lost along the way since there are no comments in the code about why certain things were implemented the way they were.

That being said, I think the author did a great service to the VSA community and the trader community as a whole by trying to qualify in computer code what William's was trying to describe about supply and demand and how to identify smart money on the move.

Regards,
-C

“Strategy without tactics is the slowest route to victory. Tactics without strategy is the noise before defeat.” - Sun Tzu
Started this thread Reply With Quote
  #97 (permalink)
StockJock
Chicago + Illinois/USA
 
Posts: 256 since Aug 2010
Thanks Given: 15
Thanks Received: 154

Yes, we should appreciate the time and effort that Karthik Marar put into devoping the VPA indicator. His blog on Volume Price Analysis has explanations of some of the terminology in his indicator. This is part of the evolution of Wyckoff's Method of Trading which Tom Williams terms as Volume Spread Analysis. Will you be changing one of the lime greens to another color?

Reversal and Retracement
No Supply Bar
Reverse Upthrust
Stopping Volume
Effort without Result
Weakness
What to do when we see an Upthrust?
Pseudo Upthrusts
What is an Upthrust Bar?
Mark Down
Distribution
Mark Up
How one checks if the congestion area is really an accumulation area?
Introduction to UpThrust Bar

Reply With Quote
  #98 (permalink)
 
cbritton's Avatar
 cbritton 
Atlanta, Georgia
 
Experience: Intermediate
Platform: NT
Broker: DDT
Trading: ZN, ZB
Posts: 230 since Mar 2010
Thanks Given: 152
Thanks Received: 256

I'll let @snowcloud do the updates since he's taking over the development

Your links to the discussion about each bar type is good to have for this thread. Users would be wise to keep those handy while learning to use this indicator.

Regards,
-C



StockJock View Post
Yes, we should appreciate the time and effort that Karthikmarar put into devoping the VPA indicator. His blog on Volume Price Analysis has explanations of some of the terminology in his indicator. This is part of the evolution of Wyckoff's Method of Trading which Tom Williams terms as Volume Spread Analysis. Will you be changing one of the lime greens to another color?

Reversal and Retracement
No Supply Bar
Reverse Upthrust
Stopping Volume
Effort without Result
Weakness
What to do when we see an Upthrust?
Pseudo Upthrusts
What is an Upthrust Bar?
Mark Down
Distribution
Mark Up
How one checks if the congestion area is really an accumulation area?
Introduction to UpThrust Bar


“Strategy without tactics is the slowest route to victory. Tactics without strategy is the noise before defeat.” - Sun Tzu
Started this thread Reply With Quote
Thanked by:
  #99 (permalink)
snowcloud
LA, CA
 
Posts: 93 since Jul 2010
Thanks Given: 2
Thanks Received: 25


StockJock View Post
Will you be changing one of the lime greens to another color?

At some point I probably will but want to wait until there's a critical mass of changes that need to be made or should be made. So far, there's not enough feedback about how the study is working. I have some of my own ideas but want to hear more from traders about what works and what doesn't.

Reply With Quote
  #100 (permalink)
StockJock
Chicago + Illinois/USA
 
Posts: 256 since Aug 2010
Thanks Given: 15
Thanks Received: 154


If you're accumulating items for a todo list. I might add to change both lime green colors to some other colors to make those bars more distint from the green bars.

Reply With Quote




Last Updated on May 21, 2023


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts