StockFetcher Forums · Filter Exchange · ATR trailing stops<< 1 2 >>Post Follow-up
duke56468
683 posts
msg #91530
Ignore duke56468
4/22/2010 8:30:27 PM

Can this be coded to work with SF price plot?

http://tradersedgesystems.com/aiq/traderstips/traders-tips-june-2009.htm

morteza471
132 posts
msg #91572
Ignore morteza471
4/23/2010 9:02:34 PM

does any body have a filter for White Spinning Top
thank you

four
5,087 posts
msg #91609
Ignore four
4/24/2010 9:11:44 PM

Trailing ATR STOP
http://stocata.org/youtube/video_030.html

duke56468
683 posts
msg #91619
Ignore duke56468
4/25/2010 10:01:21 AM

@ four,
Yes that is what I hoped could be coded for SF by someone a lot smarter than I. I was hoping to be able to use SF backtesting to check the different periods and multiplication factors to find the best fit for different stocks. Thank you for your interest.

chetron
2,817 posts
msg #91626
Ignore chetron
4/25/2010 3:58:34 PM

what is wrong with these filters... = (


four
5,087 posts
msg #91629
Ignore four
4/25/2010 4:08:28 PM

ATR trailing stops

http://forums.stockfetcher.com/sfforums/?q=view&fid=1002&tid=91610&qrid=

Does this give you any ideas ?

duke56468
683 posts
msg #91638
Ignore duke56468
4/25/2010 7:49:34 PM

@chetron,
I just have the basic so I only get "Your StockFetcher filter exceeds filter performance restrictions." :(

duke56468
683 posts
msg #91641
Ignore duke56468
modified
4/25/2010 8:07:11 PM

Fetcher[apply to symlist (ge,rvbd,v)
set{v1, atr(5) *3.2}
draw v1 on plot price
]



how do I superimpose it on the price?

four
5,087 posts
msg #91643
Ignore four
modified
4/25/2010 8:38:30 PM



V1 needs to be subtracted from the low ??? (for example)

Fetcher[
apply to symlist (ge,rvbd,v)
set{v1, atr(5) *1.01}

set{sell, low - v1}
draw sell on plot close

add column sell
add column atr(5)
add column v1
draw atr(5)
draw v1


]




It might never trigger a sell ?? What is the ultimate pain before closing the position ??


four
5,087 posts
msg #91645
Ignore four
4/25/2010 8:49:48 PM

perhaps.....

set{v1, atr(5) *1.5}

set{sell, high - v1}
draw sell on plot close

StockFetcher Forums · Filter Exchange · ATR trailing stops<< 1 2 >>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.