StockFetcher Forums · Filter Exchange · Vervoort Crossover help<< 1 2 >>Post Follow-up
duke56468
683 posts
msg #96495
Ignore duke56468
9/23/2010 10:03:29 PM

Thanks tennek 1719, but that is kind of the outcome I have been getting. If you notice in the example in

http://www.traders.com/Documentation/FEEDbk_Docs/2009/06/Vervoort.html

the ATR reverses from buy to sell on a single candle similar to a parabolic SAR, I can't seem to get the ATR to do that. I know it is available in some software and I have seen it used by successful traders. Vervoorts coding for it is available on the web, I just don't know how to make it work. Was hoping to add another arrow to the quiver.

Fetcher[/* set price to calulate ATR, open, low, high, close*/

Set{PPoint, low 1-day ago}

Set{CATR1a, High - Low}
Set{CATR1b, ppoint - CATR1a}
Set{CATR2a, High - close 1-day ago}
Set{CATR2b, ABS(CATR2a)}
Set{CATR2c, ppoint - CATR2b}
Set{CATR3a, Low - close 1-day ago}
Set{CATR3b, ABS(CATR3a)}
Set{CATR3c, ppoint - CATR3b}
Set{CATR1, CEMA(CATR1b, 5)}
Set{CATR2, CEMA(CATR2c, 5)}
Set{CATR3, CEMA(CATR3c, 5)}
Draw CATR1 on plot price
Draw CATR2 on plot price
Draw CATR3 on plot price
]



tennek1719
7 posts
msg #96496
Ignore tennek1719
9/23/2010 10:16:27 PM

What are the links you talking about(Vervoort) and how do you make an input clickable?

duke56468
683 posts
msg #96499
Ignore duke56468
9/23/2010 11:33:55 PM

You can make a filter click able by adding
Fetcher[ ]

around it.

The Vervoort formula for different software can be found here....

http://www.traders.com/Documentation/FEEDbk_docs/2009/06/TradersTips.html

athrasher
11 posts
msg #96516
Ignore athrasher
9/24/2010 9:40:23 AM

tennek1719 -

Thanks for posting the code, It still seems to come up as 'exceeding filter performance limit'. Is there still no way around this?

I appreciate your help.

four
5,087 posts
msg #96528
Ignore four
9/24/2010 11:00:44 AM

thrasher,


You might need 'Advanced' versus 'Standard' subscription

StockFetcher Forums · Filter Exchange · Vervoort Crossover help<< 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.