Commit Graph

52 Commits

Author SHA1 Message Date
3c0661b4bb Initial commit of 3-Day Trade strategy, taken from Kaufman Constructs Trading Systems 2024-08-06 07:14:53 -07:00
b21523e6f1 Add strategy based on Williams %R 2024-08-04 07:01:14 -07:00
9cfcf66650 Add Triple Moving Average Slope Bot 2024-08-03 05:15:38 -07:00
12a3f61ea7 Add long term trend filter and opening range bias to Sonic R Bot in addition to modifying stop logic 2024-08-02 13:26:39 -07:00
77841593e5 Remove BarsRequiredToTrade from Triple Moving Average Bot 2024-07-31 14:00:20 -07:00
f9b4da8b4a Trivial formatting changes to Cumulative RSI Bot parameters 2024-07-27 10:49:39 -07:00
c459ae01c1 Re-order Cumulative RSI Bot parameters 2024-07-27 10:48:32 -07:00
da4ac632ca Add separate property for cumulative RSI period 2024-07-27 10:46:59 -07:00
fb5a073eac Add VIX 5% Bot, taken from Chapter 5 of Short Term Trading Strategies That Work 2024-07-21 05:53:36 -07:00
bdac441f1e Initial commit of 2 Period RSI strategy taken from Short Term Trading Strategies That Work 2024-07-20 05:39:13 -07:00
9067205156 Add Cumulative RSI Bot, credit to Larry Connors and his book Short Term Trading Strategies That Work 2024-07-18 12:18:07 -07:00
593b02afa9 Initial commit of Triple Moving Average bot 2024-07-16 11:08:52 -07:00
16bcbd63da Initial commit of Pivot Bot 2024-07-15 11:46:52 -07:00
b78c16409c Actually commit code for 3CR bot (oops!) 2024-07-12 14:27:10 -07:00
0523d06e12 Initial commit of 3CR bot 2024-07-12 14:23:06 -07:00
a77f3f9288 Initial commit of RSI divergence strategy README 2024-07-10 19:17:14 -07:00
32b673c1ad Equally size all positions taken by the RSI divergence bot 2024-07-09 13:57:10 -07:00
6512c78c67 Add simple RSI divergence swing strategy meant to be applied on the hourly chart 2024-07-07 06:00:05 -07:00
175db2ec70 Trivial removal of comment 2024-07-06 20:48:25 -07:00
fe6b789b5b Removing opening range indicator from Sonic R strategy as it didn't offer any improvement 2024-07-06 20:46:23 -07:00
2aefec3a51 Correct bot name in strategy properties 2024-07-06 20:32:02 -07:00
fea73a7f89 Add Nasdaq cumulative 52 week new highs new lows strategy 2024-07-05 07:53:44 -07:00
1cdeb40610 Add long-term strategy based on NYSE 52 week new highs and new lows 2024-07-05 05:28:52 -07:00
f8f19c6a43 Initial commit of simple mean reversion bot 2024-06-30 05:53:18 -07:00
a1168ec494 Fix typo TQQ -> TQQQ 2024-06-29 05:34:44 -07:00
9eb5fa6c21 Add SPY backtest results for VWAP trend bot 2024-06-29 05:34:09 -07:00
edfdfafbcb Add QQQ backtest results for VWAP trend bot 2024-06-29 05:31:55 -07:00
9f22e1a5a9 Add backtest results for VWAP trend bot for TQQQ 2024-06-29 05:28:04 -07:00
2898b98668 Add README for VWAP Trend Bot with strategy overview 2024-06-29 05:10:52 -07:00
881a2634d8 Move VWAP Trend Bot into separate directory 2024-06-29 05:05:40 -07:00
39ef56067e Add VWAP trend bot 2024-06-28 14:00:24 -07:00
8f3cdd7082 Add Internal Bar Strength (IBS) bot 2024-06-23 05:33:30 -07:00
d61d7ea08c Simple trend following bot 2024-06-18 04:36:10 -07:00
28d1ccada8 A simple pairs trading strategy 2024-06-17 04:51:01 -07:00
a03bde4b15 Add trend breakout strategy taken from chapter 3 of Kaufman Constructs Trading Systems 2024-06-16 05:30:30 -07:00
0d867ef955 Initial commit of Turtle trading method bot 2024-06-10 07:34:17 -07:00
c8ac80e7ff Add alternate moving average crossover strategy 2024-06-09 06:09:26 -07:00
c564ee3fe2 Initial commit of Sonic R. Bot 2024-06-06 11:35:40 -07:00
8e923b7a41 Add strategy that randomly places trades based on the current RSI value 2024-06-01 06:00:31 -07:00
e6db90916f Initial commit of Random Bot 2024-05-30 05:42:06 -07:00
fdba098f52 Prevent the stop loss from being updated after the trade has been entered 2024-05-14 05:44:35 -07:00
55b6abf526 Add secondary data series required by opening range indicator according to the current bars on the chart 2024-05-13 07:36:58 -07:00
1a17b9bd95 Add another opening range bot 2024-05-11 06:03:52 -07:00
8334526d36 Remove unused imports 2024-04-27 06:59:46 -07:00
e8e6c84e58 Add exit condition based on KST value closing above / below moving average and enter trades at relatively extreme values of indicator 2024-04-27 06:58:39 -07:00
901488bc5a Add simple bot based on Know Sure Thing indicator 2024-04-25 09:46:28 -07:00
3c339ecb56 Add the ability to configure price range high / low levels 2024-01-13 06:16:18 -08:00
5a052ebb1b Render price range levels in OnRender() instead of using Draw.Line() 2024-01-12 13:06:20 -08:00
52925af126 Add Captain Backtest Model strategy, courtesy of @tradeforopp 2024-01-11 13:50:36 -08:00
812f19e6b6 Add strategy based on the SuperSmoother indicator 2023-11-15 06:33:23 -08:00