sandjco 648 posts msg #141159 - Ignore sandjco |
1/18/2018 11:19:51 PM
Thanks Dave... appreciate you trying. Ill play with it. cheers.
|
Mactheriverrat 3,153 posts msg #141161 - Ignore Mactheriverrat |
1/19/2018 12:05:30 AM
XIV still in Short position mode.
|
davesaint86 725 posts msg #141181 - Ignore davesaint86 |
1/19/2018 5:30:45 PM
Mach - What are the dots called? Makes it even clearer to read.
|
davesaint86 725 posts msg #141183 - Ignore davesaint86 |
1/19/2018 6:46:12 PM
Novacane
Some new signals running this filter (1st one from Davesaint) at about 9pm EST 1/18/18
Short--GUSH ,LABU and TMV
Long--LABD
I think it will be a lot easier to make money using the filter for whatever ETFs are the strongest. An etf in a 45 degree downturn may go on a three day run and make some money. I would rather be in the the ones in an upturn. With that said I'm closely following DGAZ which is in a downturn that looks like it might be strengthening. We might be able to make some money here. Maybe use the 2 hour live chart to get in and out if it turns against you.
|
Mactheriverrat 3,153 posts msg #141184 - Ignore Mactheriverrat |
1/19/2018 10:20:00 PM
@dave
I don't want you to think I'm being a smarta$$ but that's what they are on the chart are called dots. The do make charts better to read. IMHO.
There are on the pop up menu top right corner. One can change chart price action to show candles, line, OHLC,Area or dot.
XIV
Still in shorting mode but dma(8,-5),8) takes a sharp turn up .
|
Mactheriverrat 3,153 posts msg #141185 - Ignore Mactheriverrat modified |
1/19/2018 10:29:41 PM
@Dave
Thanks for posting that great code . I tend to agree as other's have posted in the past here on SF that there is no Holy Grail but its about near as I've seen . I'm still studying the Long positon short position crossover on past runners like JPM , BAC , AKS. All I can say is very interesting.
Thanks again Dave.
set{E3,dma(8,-5),8)-cma(DMA(8,-5),8) }
set{Longposition, count(E3 > 0,1)}
set{Shortposition, count(E3 < 0,1)}
SET{TRIGGER,0}
draw Longposition on plot
draw Shortposition on plot
draw dma(8,-5),8)
draw cma(DMA(8,-5),8)
|
shillllihs 6,044 posts msg #141187 - Ignore shillllihs modified |
1/19/2018 11:53:25 PM
Gush looks like the only one that held on to its short position, so I’m going to guess short GUsh to about 30. I’m thinking look for 2days in a row that don’t flip, and that’s your trend.
|
novacane32000 331 posts msg #141188 - Ignore novacane32000 |
1/20/2018 9:26:41 AM
Yes , GUSH gave another short signal and LABD and LABU toggled and switched direction,which I'm ok with. Whipsaws will happen and are part of the game.
The problem is ,the TMV short signal disappeared and now looks like it has been long for over a week which confirms it is impossible to backtest this filter accurately.
Still like the filter very much to help identify a possible reversal in trend.
|
karennma 8,057 posts msg #141189 - Ignore karennma |
1/20/2018 9:29:35 AM
@ Mac, (or anyone)
Re: long x short column in Mac's filters
"set{LONGxSHORT, LONGSHORTa - LONGSHORTb} and add column LONGxSHORT {LONG_x_SHORT}"
What is that for? What does it mean?
|
karennma 8,057 posts msg #141190 - Ignore karennma |
1/20/2018 9:40:08 AM
That's nice to see the color graph at the bottom, but I was trying to display it as columns so I wouldn't have to look at all the charts (i.e., if I have 50 results).
Does anyone know how to fix this, please?
set{longposition, count(E3 > 0,1)}
set{shortposition, count(E3 < 0,1)}
add column longposition
add column shortposition
That doesn't work. But I'm no coding expert, so .... WTH.
TIA!
|