.. |
new-highs-new-lows
|
Add Nasdaq cumulative 52 week new highs new lows strategy
|
2024-07-05 07:53:44 -07:00 |
rsi-divergence
|
Initial commit of RSI divergence strategy README
|
2024-07-10 19:17:14 -07:00 |
vwap-trend
|
Fix typo TQQ -> TQQQ
|
2024-06-29 05:34:44 -07:00 |
CaptainBacktestModel.cs
|
|
|
CumulativeRSIBot.cs
|
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 |
InternalBarStrengthBot.cs
|
Add Internal Bar Strength (IBS) bot
|
2024-06-23 05:33:30 -07:00 |
KnowSureThingBot.cs
|
|
|
MeanReversionBot.cs
|
Initial commit of simple mean reversion bot
|
2024-06-30 05:53:18 -07:00 |
MovingAverageCrossover.cs
|
|
|
MovingAverageCrossoverBot.cs
|
Add alternate moving average crossover strategy
|
2024-06-09 06:09:26 -07:00 |
OpeningRangeBot.cs
|
Prevent the stop loss from being updated after the trade has been entered
|
2024-05-14 05:44:35 -07:00 |
OpeningRangeBreakout.cs
|
|
|
PairsTradingBot.cs
|
A simple pairs trading strategy
|
2024-06-17 04:51:01 -07:00 |
PivotBot.cs
|
Initial commit of Pivot Bot
|
2024-07-15 11:46:52 -07:00 |
RandomBot.cs
|
Initial commit of Random Bot
|
2024-05-30 05:42:06 -07:00 |
RandomBotRSI.cs
|
Add strategy that randomly places trades based on the current RSI value
|
2024-06-01 06:00:31 -07:00 |
SonicRBot.cs
|
Trivial removal of comment
|
2024-07-06 20:48:25 -07:00 |
SuperBot.cs
|
|
|
ThreeCandleReversalBot.cs
|
Actually commit code for 3CR bot (oops!)
|
2024-07-12 14:27:10 -07:00 |
TrendBreakout.cs
|
Add trend breakout strategy taken from chapter 3 of Kaufman Constructs Trading Systems
|
2024-06-16 05:30:30 -07:00 |
TrendFollowing.cs
|
Simple trend following bot
|
2024-06-18 04:36:10 -07:00 |
TripleMovingAverageBot.cs
|
Initial commit of Triple Moving Average bot
|
2024-07-16 11:08:52 -07:00 |
TurtleTradingBot.cs
|
Initial commit of Turtle trading method bot
|
2024-06-10 07:34:17 -07:00 |
TwoPeriodRSI.cs
|
Initial commit of 2 Period RSI strategy taken from Short Term Trading Strategies That Work
|
2024-07-20 05:39:13 -07:00 |