Welcome to the Traders Laboratory Forums.
Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.

Reply
VSA - No Demand/No Supply & Squats Details »»
VSA - No Demand/No Supply & Squats
Platform: , by Blu-Ray Blu-Ray is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Platform: Tradestation Rating: (1 votes - 5.00 average)
Released: 02-12-2008 Last Update: Never Installs: 5
 
No support by the author.

A special thanks to PivotProfiler for providing the code for VT, unfortunately I volunteered to translate it into tradestation. Three weeks later and I'm finally finished. Apologies for the delay but tradestation doesn't allow future referencing which the code did, so I had to individually make it backwards compatible.

For example VT code :

c>ref(c,+3) had to become c[3]>c in EasyLanguage............. ....and doing this for over 150 plots

Most of the plots require at least 1 bar for confirmation, so I've coded the indicator to show, for example, "No Demand3(1)" in the data window to let you know that it required 1 bar for confirmation before the indicator plotted ( handy for looking over previous charts as well ).

I've also coded in Alerts into each one, so all you have to do is format the indicator and enable the Alerts if desired.

I've split the code into two ELD's, one for No Demand/Supply and the other for squats.

I've also included an input so you can adjust the number of ticks above/below the high/low you want the indicator to plot. Here's a pic of some examples:

Hope this helps

Blu-Ray



Download Now

File Type: eld VSA_SQUATS.ELD (22.2 KB, 504 views)
File Type: eld vsa-no-demand-no-supply.eld (29.7 KB, 419 views)

Screenshots

VSA - No Demand/No Supply & Squats-vsa.png   VSA - No Demand/No Supply & Squats-alerts.png  

Show Your Support

  • If you like this modification support the author by donating.
  • If you like to thanks you by the author -> Click Thanks to the Author
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.
The Following 4 Users Say Thank You to Blu-Ray For This Useful Post:
denbur (10-28-2008), kh_model (07-08-2009), nuno-online (10-11-2010), Tams (09-02-2009)

Comments
Old 03-06-2008, 05:51 PM   #18

Join Date: Aug 2007
Location: Moscow
Posts: 22
Ignore this user

Thanks: 6
Thanked 2 Times in 2 Posts

Re: VSA - No Demand/No Supply & Squats

Quote:
Originally Posted by dandxg »
Hi Blu Ray, thanks so much for converting them. I do plan to donate to your time if I use the code. I have a question for you. Since this is Easy Language will it work with both TS and Multi Charts? I have used neither so far, but looking at them. I would think so because both use EL? Currently I use Sierra Charts so I am attempting to do due diligence before making a forklift upgrade to a new charting platform. Thanks again.
Yes, it works well in Multicharts.
garp is offline  
Reply With Quote
Old 03-07-2008, 05:43 PM   #19

januson's Avatar

Join Date: Mar 2007
Location: Denmark - Copenhagen
Posts: 107
Ignore this user

Thanks: 0
Thanked 4 Times in 4 Posts

Re: VSA - No Demand/No Supply & Squats

hi again..

I'm using MultiCharts and I think the dots are misplaced, for some strange reason they are flying to high or to low. But it's nothing to do with your code, I've just created a support question at TS Support as it must be a bug in MC.
januson is offline  
Reply With Quote
Old 03-07-2008, 06:20 PM   #20

Blu-Ray's Avatar

Join Date: Nov 2006
Location: England
Posts: 508
Ignore this user

Thanks: 164
Thanked 292 Times in 105 Posts

Re: VSA - No Demand/No Supply & Squats

Quote:
Originally Posted by januson »
hi again..

I'm using MultiCharts and I think the dots are misplaced, for some strange reason they are flying to high or to low. But it's nothing to do with your code, I've just created a support question at TS Support as it must be a bug in MC.

Hi januson

Yes I think you're right about MC, as I've had another member mention the same problem. Unfortunately I don't have MC to test out the fault, however it seems to be working fine in TS.

Cheers

Blu-Ray
__________________

“ Search is the ultimate expression of the power of the individual, using a computer, looking at the world, and finding exactly what they want ” – Eric Schmidt, Google
Blu-Ray is offline  
Reply With Quote
Old 03-07-2008, 07:42 PM   #21

Join Date: Feb 2007
Location: US
Posts: 314
Ignore this user

Thanks: 86
Thanked 206 Times in 89 Posts

Re: VSA - No Demand/No Supply & Squats

Quote:
Originally Posted by Blu-Ray »
Yes I think you're right about MC, as I've had another member mention the same problem. Unfortunately I don't have MC to test out the fault, however it seems to be working fine in TS.Blu-Ray
Thanks for the indicator, BR. The problem with MC may be with scaling to symbol setting.
By default the scaling of a MC indicator is to screen, which is something TS doesn't do.

thrunner is offline  
Reply With Quote
Old 03-11-2008, 01:29 PM   #22

Join Date: Nov 2007
Location: Chicago suburb
Posts: 4
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: VSA - No Demand/No Supply & Squats

Hi Blu-Ray,
I was looking through the code and I think I found a possible mistake. Can you verify for Plot21 and Plot22 in the file "VSA No Demand No Supply.txt". Both "if" statements for those plots contain the condition: (H[3]-L[3])<(H[3]-L[3]) which will always be evaluated as FALSE. Perhaps this is a typo???

Thanks,
Ben

Quote:
Originally Posted by Blu-Ray »
Here you go Leonid, I've attached two text files, just from my observation, the majority of the signals fired are the NoDem/Supp 3 and 14.
SBGTrading is offline  
Reply With Quote
Old 03-12-2008, 05:34 AM   #23

Blu-Ray's Avatar

Join Date: Nov 2006
Location: England
Posts: 508
Ignore this user

Thanks: 164
Thanked 292 Times in 105 Posts

Re: VSA - No Demand/No Supply & Squats

Quote:
Originally Posted by SBGTrading »
Hi Blu-Ray,
I was looking through the code and I think I found a possible mistake. Can you verify for Plot21 and Plot22 in the file "VSA No Demand No Supply.txt". Both "if" statements for those plots contain the condition: (H[3]-L[3])<(H[3]-L[3]) which will always be evaluated as FALSE. Perhaps this is a typo???

Thanks,
Ben

Thanks Ben for pointing that out, yes it is a mistake

the code should read " (H[3]-L[3])<(H[4]-L[4]) ".

I've attached the modified ELD ( Hopefully James or a Mod could move it to the front page )

Thanks again

Blu-Ray
Attached Files
File Type: eld VSA_NODEM_NOSUPP.ELD (29.7 KB, 159 views)
__________________

“ Search is the ultimate expression of the power of the individual, using a computer, looking at the world, and finding exactly what they want ” – Eric Schmidt, Google
Blu-Ray is offline  
Reply With Quote
The Following User Says Thank You to Blu-Ray For This Useful Post:
HBBHVN (09-05-2009)
Old 03-12-2008, 06:32 AM   #24

Join Date: Oct 2006
Location: Germany
Posts: 21
Ignore this user

Thanks: 1
Thanked 3 Times in 2 Posts

Re: VSA - No Demand/No Supply & Squats

thanks blu-ray & ben for fixing this.

did anybody experiment with vsa patterns in a neural net like neuroshell?

good trades,
cosmic
cosmic is offline  
Reply With Quote
Old 03-12-2008, 07:34 AM   #25

Soultrader's Avatar

Status: Super Moderator
Join Date: Aug 2006
Location: Tokyo
Posts: 3,623
Ignore this user

Thanks: 545
Thanked 1,370 Times in 491 Posts
Blog Entries: 4

Re: VSA - No Demand/No Supply & Squats

Quote:
Originally Posted by Blu-Ray »
Thanks Ben for pointing that out, yes it is a mistake

the code should read " (H[3]-L[3])<(H[4]-L[4]) ".

I've attached the modified ELD ( Hopefully James or a Mod could move it to the front page )

Thanks again

Blu-Ray
Fixed. Thanks.
__________________

Soultrader is offline  
Reply With Quote

Reply

Thread Tools
Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Supply vs Demand Soultrader Technical Analysis 9 03-11-2010 10:23 PM
[Supply Vs Demand At Key Pivots] Soultrader Trading Videos 6 02-15-2007 03:11 AM
Supply and Demand Viety Cent Stock Trading Laboratory 3 02-09-2007 08:59 PM
Oil, Supply and Demand specmav General Discussion 5 09-12-2006 01:53 PM

All times are GMT -4. The time now is 05:23 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.