harvey_folse@yahoo.com 2 posts msg #124571 - Ignore harvey_folse@yahoo.com |
8/2/2015 7:40:51 PM
I'm experimenting with a filter. I'm a newbie so any advice is appreciated.
Is there a way to Average True Range over last 10 days
something like find ATR (10) 10 days ago store in register 1
find ATR (10) 9 days ago and add to register 1
etc. 8 more times
then / 10 to get ATR of the last 10 days
|
four 5,087 posts msg #124572 - Ignore four modified |
8/2/2015 9:04:42 PM
Welcome...
Suggestion, change your ID from your email address.
If you put an email address on a web page ... , spammers will steal it.
More information here:
http://websitehelpers.com/spam/
|
four 5,087 posts msg #124573 - Ignore four modified |
8/2/2015 9:05:56 PM
Suggestion, visit the training manual: I found it to be very helpful in working through the basics of StockFetcher's ways.
http://www3.stockfetcher.com/download/sfuserguide2_0.pdf
|
four 5,087 posts msg #124574 - Ignore four modified |
8/2/2015 9:11:51 PM
/*
Is there a way to Average True Range over last 10 days
something like find ATR (10) 10 days ago store in register 1
find ATR (10) 9 days ago and add to register 1
etc. 8 more times
then / 10 to get ATR of the last 10 days
------------------------------------------------------------------------
See the pattern (below). I did the 9 days.
*/
|
Kevin_in_GA 4,599 posts msg #124575 - Ignore Kevin_in_GA |
8/2/2015 10:14:58 PM
|