StockFetcher Forums · General Discussion · Interesting video on using Volume data<< >>Post Follow-up
Kevin_in_GA
4,599 posts
msg #78064
Ignore Kevin_in_GA
8/27/2009 9:01:35 AM

Check this out - seems to make sense. While it uses intraday data for the example, I will try to see if it holds true for EOD traders like me as well. It never hurts to see how other people look at trading.

http://www.marketgauge.com/volumeshortcuts/volumeshortcutssky.asp

Kevin

chetron
2,817 posts
msg #78066
Ignore chetron
8/27/2009 9:21:08 AM

CLICK ME


Kevin_in_GA
4,599 posts
msg #78067
Ignore Kevin_in_GA
8/27/2009 9:31:53 AM

Chet:

can you post the code that lets you insert html into a message like this? It would help a lot. Thanks!

chetron
2,817 posts
msg #78091
Ignore chetron
modified
8/27/2009 11:27:34 AM

IF YOU REMOVE THE SPACE BETWEEN THE 1ST "<" AND THE "A", THAT'S IT.
AND THE SPACE BETWEEN THE LAST "<" AND THE "/"
HTH


< A href="http://www.marketgauge.com/volumeshortcuts/volumeshortcutssky.asp">CLICK ME< /A>



Kevin_in_GA
4,599 posts
msg #78101
Ignore Kevin_in_GA
8/27/2009 1:08:52 PM

Cool. Thanks!

klynn55
747 posts
msg #78113
Ignore klynn55
8/27/2009 5:53:57 PM

kevin: thanks for the video!

chetron
2,817 posts
msg #78894
Ignore chetron
modified
9/9/2009 7:04:55 PM

MAYBE.......................


Fetcher[
set{varb,volume 21 day high}
set{varc,volume 21 day low}
set{var4,varb / varc}

set{var1,count(volume equals volume 21 day high,1)}
set{vbuy,high * var1}
set{vshort,low * var1}

set{vbtrig,count(close above vbuy 21 day high 1 DAY AGO,1)}
set{vstrig,count(close below vshort 21 day high 1 DAY AGO,1)}

set{vplays,vbtrig + vSTRIG}

add column vbuy 21 day high
add column vshort 21 day high
add column var4 {skyscraper_stories}

draw vshort 21 day high on plot price
draw vbuy 21 day high on plot price

vshort 21 day high above .005

vplays above .5

VAR4 ABOVE 9
close above .1
volume above 1000000

DO NOT DRAW VPLAYS
DO NOT DRAW VAR4
DO NOT DRAW VBUY
DO NOT DRAW VSHORT
sort column 7 descending
]



Kevin_in_GA
4,599 posts
msg #78897
Ignore Kevin_in_GA
9/9/2009 7:20:40 PM

Too much for the plebians. Any thoughts on simplifying it?

chetron
2,817 posts
msg #78899
Ignore chetron
modified
9/9/2009 7:29:03 PM

I AM JUST TRYING TO DRAW HORIZONTAL LINES AT THE HIGHS AND LOWS OF HIGH VOLUME PRICE CANDLES, WHICH THE VIDEO USED LIKE SUPPORT AND RESISTANCE LINES.

I AM TRYING TO CAPTURE WHEN THE CLOSE CROSSES ONE OF THESE LINE, WHICH SHOULD BE A BUY/SHORT SIGNAL DEPENDING ON WHICH DIRECTION IT'S GOINIG.




chetron
2,817 posts
msg #78922
Ignore chetron
9/9/2009 11:01:18 PM

a little cleaner....


Fetcher[

set{varb,volume 21 day high}
set{varc,volume 21 day low}
set{var4,varb / varc}

set{var1,count(volume equals volume 21 day high,1)}
set{vbuy,high * var1}
set{vshort,low * var1}

set{vbtrig,count(close above vbuy 21 day high 1 DAY AGO,1)}
set{vstrig,count(close below vshort 21 day high 1 DAY AGO,1)}

set{vplays,vbtrig + vSTRIG}

add column vbuy 21 day high
add column vshort 21 day high
add column var4 {skyscraper_stories}

draw price line at vshort 21 day high
draw price line at vbuy 21 day high
draw vbtrig

vshort 21 day high above .005

vplays above .5

VAR4 ABOVE 9
close above .1
volume above 1000000

do not draw vshort 21 day high
DO NOT DRAW VPLAYS
DO NOT DRAW VAR4
DO NOT DRAW VBUY
DO NOT DRAW VSHORT
sort column 7 descending

]



StockFetcher Forums · General Discussion · Interesting video on using Volume data<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.