StockFetcher Forums · Filter Exchange · Need a little help<< >>Post Follow-up
davesaint86
725 posts
msg #133088
Ignore davesaint86
12/6/2016 9:04:11 PM

I'm trying to create part of a filter where if the Slow Sto (5,1) is above 20 it is a Long Position
If he Slow Sto (5,1) is above 80 it is type to Sell

set{E1, Slow Stochastic(5,1)}
set{Longposition, (E1 > 20)}
set{Shortposition,(E1 < 80)}
draw shortposition on plot trigger
draw longposition on plot trigger

four
5,087 posts
msg #133091
Ignore four
12/6/2016 9:53:01 PM

Fetcher[
SP100

Draw Slow Stochastic %K(5,1)

Set{E1, Slow Stochastic %K(5,1)}

Set{DoNothing, count(E1 between 20 and 80,1)}
Draw DoNothing

Set{Abov, count(E1 above 80,1)}
Draw Abov

Set{Belw, count(E1 below 20,1)}
Draw Belw
]



davesaint86
725 posts
msg #133094
Ignore davesaint86
12/7/2016 8:22:51 AM

Thank you Four.

StockFetcher Forums · Filter Exchange · Need a little help<< >>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.