pthomas215 1,251 posts msg #137664 - Ignore pthomas215 |
8/15/2017 3:41:34 PM
thank you ferndave. will give it a shot.
|
Kevin_in_GA 4,599 posts msg #137666 - Ignore Kevin_in_GA |
8/15/2017 7:52:02 PM
My suggestion - start with a simple OneClick strategy against a set of ETFs (I prefer using the High Sharpe Ratio OneClick since it emphasizes both maximum return and minimal drawdown). No need to even think too much. Let it run overnight and review the results. You'll be pleasantly surprised at how well this software works at finding good systems.
|
pthomas215 1,251 posts msg #137667 - Ignore pthomas215 |
8/15/2017 8:01:54 PM
Thanks Kevin. appreciate it, as I have so many different systems now...it seems overwhelming but I will try it.
|
Kevin_in_GA 4,599 posts msg #137677 - Ignore Kevin_in_GA |
8/16/2017 11:14:19 AM
My second suggestion - ignore any personally developed system that has not been backtested thoroughly. SS gives you systems with clear entry and exit signals that are rigorously backtested against any timeframe you choose. Later on you can also check out the walk-forward analysis capability (for now I would suggest focusing on OneClick systems).
|
Bewilderbeast 11 posts msg #137678 - Ignore Bewilderbeast |
8/16/2017 11:37:37 AM
I wanted to thank you guys, for pointing out this software. I've dl'ed it, and I'm running the toot now. I don't know if I'll be able to deploy it like some of you, but I hope to.
Thanks to all of you for making me aware of it. Much appreciated.
|
ferndave 65 posts msg #138006 - Ignore ferndave |
9/6/2017 9:10:19 PM
As of 9pm, I'm not getting data for 9/6 from Google. The last time it happened, it was only some tickers. This is everything. Sigh...
|
ferndave 65 posts msg #138011 - Ignore ferndave |
9/6/2017 11:08:24 PM
I'm now reading that Google has changed their data feed. This will kill free automated data fetching in SS. Between Pete ending development, Yahoo and Google closing their data feeds, and Quantopian ending broker trading, I'm close to throwing in the towel and hibernating until into 2018.
|
shillllihs 6,044 posts msg #138012 - Ignore shillllihs |
9/7/2017 2:53:33 AM
This is why I did not expend the energy. I would feel defeated and want to quit it all.
|
SAFeTRADE 644 posts msg #138013 - Ignore SAFeTRADE |
9/7/2017 7:49:25 AM
What would the Stratasearch code be for RSI(2) crossed above 70 as a buy signal
and a RSI(2) cross below 30 as a sell signal?
For use on SPY,QQQ,DIA,XIV
|
Kevin_in_GA 4,599 posts msg #138014 - Ignore Kevin_in_GA |
9/7/2017 9:43:51 AM
crossabove(rsi(2),70) - buy signal
crossbelow(rsi(2), 30) - sell signal
|