General Discussion · Amivest Ratio - Coding help for ABSValue and Summation
|
tomm1111 msg #114584 |
7/22/2013 1:47:28 AM
vixvix,
How do you plan using the Amivist Ratio for trading or screening?
|
Filter Exchange · TRADING DIVERGENCES ON THE S&P 500
|
tomm1111 msg #113079 modified |
5/1/2013 11:26:20 PM
I might be mistaken but I believe the volume based indicators, such as Chaikin Money Flow, will not work with ^SPX in stockfetcher. Therefore, SPY should be used for CMF. If this is inaccurate please advise. Thanks.
|
Filter Exchange · What am I doing wrong?
|
tomm1111 msg #111659 |
2/23/2013 1:00:20 AM
Clickable...
Robert, Thank you for the submission. I can't imagine that your filters are organized as such. Please press the "enter" or "return" key when posting to the forum. Also, if you type "Fetcher" with "[]" and add your code in between you can make it clickable. It would be a real time saver for the post viewers.
|
General Discussion · ConnorsRSI
|
tomm1111 msg #111091 |
2/6/2013 4:07:02 PM
Got it. Thanks.
|
General Discussion · ConnorsRSI
|
tomm1111 msg #111064 |
2/6/2013 12:56:57 AM
Kevin, Great filter. I have a question regarding the SS code you posted previously in the thread. In the third line of code, you reference the "low tomorrow" (ref(low,1) < close * 0.94) to create a limit order at close*0.94 of current day. Can you please explain why this is coded this way? I'm trying to follow the logic. Thanks, Tom
"Yes. The exact SS code is as follows:
(close-low)/(high-low) < 0.2 and
ref(low,1) < close * 0.94 and
low < ref(close,-1) * 0.94 and
adx(5) > 40 and
close > 5 and
mov(volume,21,simple) > 250000
Entry is a limit order at close*0.94. "
|
Filter Exchange · KST (know sure thing)
|
tomm1111 msg #110219 |
1/15/2013 11:10:19 PM
Sorry, it will only work with the advance SF subscription. I've only ever had the advanced subscription, therefore, I usually don't know at what point a filter will require it.
|
Filter Exchange · trading the right stocks by stocksforextradingeducation@gmail.com
|
tomm1111 msg #110163 modified |
1/14/2013 9:45:48 PM
Clickable
|
Filter Exchange · KST (know sure thing)
|
tomm1111 msg #110113 |
1/12/2013 10:25:52 PM
I wrote this a couple years ago. This might help with what you are looking for.
|
General Discussion · Real-time screening software
|
tomm1111 msg #110019 |
1/9/2013 8:37:38 PM
NinjaTrader + a purchased data feed. A lot of flexibility/steep learning curve.
|
General Discussion · 2-Period RSI trades with ETFs -- Using Options
|
tomm1111 msg #109822 modified |
1/3/2013 12:38:21 AM
If your time frame is short, look at "in the money" weekly or front month options with high delta. If you don't know what "delta" means, don't trade options and read a book to educate yourself (many available that are good). As eman suggests, futures would a good instrument to trade if they fit with your strategy.
|