einok msg #92893 - Ignore einok |
5/19/2010 11:07:18 AM
How do I set a multiple exit condition for a filter?
For instance:
RSI closes above 70 then drops back below 70 indicating my exit?
Thanks
|
Cacher 121 posts msg #92903 - Ignore Cacher |
5/19/2010 7:23:36 PM
Conditional statements not allowed....but oooohhh that would be soooo sweet.
|
Kevin_in_GA 4,599 posts msg #92904 - Ignore Kevin_in_GA |
5/19/2010 7:47:02 PM
In the specific case you just mentioned, the simple statement "crossed 70 from above" would work. It would have to have gone above 70 beforehand for the statement to be true.
Try it and see.
|
four 5,087 posts msg #92905 - Ignore four modified |
5/19/2010 7:53:36 PM
Currently StockFetcher does not support conditional boolean logic directly. This is due to the potentially enormous computational impact it might have on StockFetcher's servers. There are, however, some work-arounds which may accomplish any boolean logic (or/if conditions). See the following forum posts for some solutions:
http://www.stockfetcher.com/stockdb/fetcher?p=forum⊂=view&fid=1001&tid=28017
http://www.stockfetcher.com/stockdb/fetcher?p=forum⊂=view&fid=1003&tid=28019
Reference: http://help.stockfetcher.com/sfhelp/?id=100318&isiframe=&isiframe=
|
einok msg #92911 - Ignore einok |
5/19/2010 11:50:22 PM
Thanks for the feedback all. Kevin that worked exactly as I had hoped. Thanks again
|