SAFeTRADE 644 posts msg #132756 - Ignore SAFeTRADE modified |
11/23/2016 11:07:18 PM
|
Kevin_in_GA 4,599 posts msg #132769 - Ignore Kevin_in_GA |
11/24/2016 10:12:07 AM
Can you check on 11/8/16? It looks like everything had a LONG signal, including both VXX and XIV.
|
SAFeTRADE 644 posts msg #132772 - Ignore SAFeTRADE |
11/24/2016 12:27:43 PM
Thanks, Kevin very good eye! I have altered the code to reflect the signal relative to VXX and XIV
only . The other symbols TVIX and VXZ were for my observational purposes only. I have removed
them and only the SPY remains. Again this only signals the VXX and XIV trades. Also a buy on
the VXX signals a sell on the XIV. A buy on the XIV signals a sell on the VXX. I hope this clears
things up a bit.
|
pthomas215 1,251 posts msg #132781 - Ignore pthomas215 |
11/25/2016 11:17:59 AM
SafETrade, what a great filter. Thank you. There is no replacement for an additional data point to secure your confidence in a trade.
|
pthomas215 1,251 posts msg #132784 - Ignore pthomas215 |
11/25/2016 12:04:52 PM
SAFeTrade, if I want to create the same programming in this filter but look at JDST/DUST versus NUGT/JNUG, would I just change the ETF's? I did try that but the timing seemed off. Thoughts?
|
jackmack 334 posts msg #132787 - Ignore jackmack |
11/25/2016 2:05:35 PM
pthomas215
I was looking at the same thing as well - I was thinking if the MACD cross was the trigger it would give a more reliable entry/exit signal but I do not know how to code that.
|
SAFeTRADE 644 posts msg #132793 - Ignore SAFeTRADE modified |
11/25/2016 6:10:44 PM
Is this what you had in mind with JNUG/JDST and NUGT/DUST?
|
pthomas215 1,251 posts msg #132794 - Ignore pthomas215 |
11/25/2016 6:55:20 PM
SAFeTrade, yes--thank you. Not sure whether you, FOUR, or Kevin from GA should receive the Stockfetcher genius of the year award. This helps so much on entry and exit.
If you were trading DUST and JNUG night-to-night as opposed to a longer swing trade, what specifically would you look at within the chart? The MACD crossover alone? The reason I ask is because DUST and JNUG seem to gap up and down overnight quite often and I am trying to figure out a methodology on how to increase probabilities of catching the nightly gap up.
|
jackmack 334 posts msg #132797 - Ignore jackmack |
11/25/2016 8:15:10 PM
Awesome
How would you make it keeping the entry trigger as is but the EXIT trigger would be the cross of the macds/macdf?
|
SAFeTRADE 644 posts msg #132798 - Ignore SAFeTRADE |
11/25/2016 9:21:25 PM
You would use:
set{macd3, count(macdf crossed below macds,1)}
set{macd0, count(macdf crossed below 0,1)}
draw macd3
draw macd0
add column macd3
add column macd0
You could also try waiting for Macd0 to cross 0, would eliminate whip saws.
|