| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() | | Tweet | |
VSA - No Demand/No Supply & Squats Details »» | |||||||||||||||||||||||||||||
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
Screenshots Show Your Support
| |||||||||||||||||||||||||||||
| The Following 4 Users Say Thank You to Blu-Ray For This Useful Post: | ||
| Comments |
| | #18 | ||
![]() | Re: VSA - No Demand/No Supply & Squats Quote:
| ||
| |
|
| | #19 | ||
![]() | Re: VSA - No Demand/No Supply & Squats 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. | ||
| |
|
| | #20 | ||
![]() | Re: VSA - No Demand/No Supply & Squats Quote:
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 | ||
| |
|
| | #21 | ||
![]() | Re: VSA - No Demand/No Supply & Squats Quote:
By default the scaling of a MC indicator is to screen, which is something TS doesn't do. | ||
| |
|
| | #22 | ||
![]() | Re: VSA - No Demand/No Supply & Squats 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:
| ||
| |
|
| | #23 | ||
![]() | Re: VSA - No Demand/No Supply & Squats Quote:
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
__________________ “ 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 | ||
| |
|
| The Following User Says Thank You to Blu-Ray For This Useful Post: | ||
HBBHVN (09-05-2009) | ||
| | #24 | ||
![]() | Re: VSA - No Demand/No Supply & Squats did anybody experiment with vsa patterns in a neural net like neuroshell? good trades, cosmic | ||
| |
|
| | #25 | ||
| Re: VSA - No Demand/No Supply & Squats Quote:
__________________ | |||
| |
|
![]() |
| Thread Tools | |
| 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 |