Commit Graph

659 Commits

Author SHA1 Message Date
3825d74a20 Remove unused parameters from %B strategy 2024-09-26 08:24:45 -07:00
6a5f187f45 Change default %B parameters in order to match settings used in High Probability ETF Trading 2024-09-26 08:24:12 -07:00
f3193ae98b Add parameters to %B strategy documentation 2024-09-26 07:07:32 -07:00
3956ba6645 Initial commit of %B strategy 2024-09-26 06:52:41 -07:00
9df47c8ade Remove NinjaScriptProperty attributes from plot properties so that strategies based on the %B indicator are not required to pass them into the constructor 2024-09-26 06:31:37 -07:00
42c658d74d Add rules to %B strategy documentation 2024-09-26 06:07:57 -07:00
aa05d6aa04 Mention and link to %B strategy in %B indicator documentation 2024-09-26 05:59:58 -07:00
6d1464cbd7 Update %B strategy description in documentation 2024-09-26 05:58:24 -07:00
ee43b1b62a Add description to %B strategy documentation 2024-09-26 05:49:51 -07:00
8cb0416a7f Initial commit of %B strategy README 2024-09-26 05:49:07 -07:00
06b3235fc1 Rename property group to accurately reflect %B indicator name 2024-09-26 05:47:07 -07:00
c904240a69 Remove resource type from property display attributes 2024-09-26 05:43:57 -07:00
2af4eb3011 Remove unused imports from %B indicator 2024-09-26 05:40:22 -07:00
bf932b5e04 Remove unnecessary comment from %B indicator 2024-09-26 05:39:36 -07:00
61269e04f4 Rename %B indicator directory 2024-09-26 05:37:58 -07:00
832229a743 Initial commit of %B indicator README 2024-09-26 05:37:32 -07:00
497515889b Move %B indicator to separate directory 2024-09-26 05:36:12 -07:00
7603e7cf36 Re-organize conditions in 3-Day High / Low strategy in order to properly perform aggressive entries 2024-09-25 10:21:28 -07:00
dd40d53d5d Add sector ETF backtest results for R3 strategy 2024-09-25 08:44:15 -07:00
f3a1f0f089 Add IWM backtest results for R3 strategy 2024-09-25 08:34:17 -07:00
eceb46e920 Add DIA backtest results for R3 strategy 2024-09-25 08:30:32 -07:00
4201a30130 Add QQQ backtest results for R3 strategy 2024-09-25 08:28:13 -07:00
2458def76c Add SPY backtest results for R3 strategy 2024-09-25 08:25:43 -07:00
12abf370d9 Add parameters to R3 strategy documentation 2024-09-25 08:21:13 -07:00
38f7e6e9cf Override DisplayName in 3-Day High / Low strategy 2024-09-25 07:06:34 -07:00
07b1b6d72a Override DisplayName in R3 strategy 2024-09-25 07:06:02 -07:00
71c28ce918 Initial commit of R3 strategy 2024-09-25 07:02:38 -07:00
aef375335f Add short rules to R3 strategy 2024-09-25 06:28:13 -07:00
e3985b6ec8 Add long rules to R3 strategy 2024-09-25 06:27:47 -07:00
8357df1e58 Add description to R3 strategy documentation 2024-09-25 06:26:16 -07:00
a9f8409046 Initial commit of R3 strategy README 2024-09-25 06:23:15 -07:00
41077512f8 Override DisplayName in VIX RSI strategy 2024-09-25 06:12:00 -07:00
304535ba87 Make sure the backtest result path and plot title default to empty 2024-09-24 12:54:01 -07:00
e14bb66ad1 Add aggregated sector ETF backtest results for RSI 25 / 75 strategy 2024-09-24 12:51:37 -07:00
7726afddb4 Add QQQ backtest results for RSI 25 / 75 strategy 2024-09-24 07:58:39 -07:00
590b03a38b Add SPY backtest results for RSI 25 / 75 strategy 2024-09-24 07:55:49 -07:00
c6b58de8e3 Remove unnecessary settings from RSI 25 / 75 strategy 2024-09-24 07:52:40 -07:00
bdd16ffc6e Allow for taking up to 2 trades in either direction in order to support aggressive entries in RSI 25 / 75 strategy 2024-09-24 07:50:57 -07:00
ed7d90f847 Trivial correction in RSI 25 / 75 strategy documentation 2024-09-24 07:48:40 -07:00
f5308decc0 Add parameters to RSI 25 / 75 strategy documentation 2024-09-24 07:46:52 -07:00
b351767b29 Add long and short entry / exit logic to RSI 25 / 75 strategy 2024-09-24 07:40:51 -07:00
09785f6b22 Add long and short RSI entry and exit thresholds to RSI 25 / 75 strategy 2024-09-24 07:35:31 -07:00
19de52b5f7 Add properties for enabling long, short, and aggressive trade entries to RSI 25 / 75 strategy 2024-09-24 06:55:11 -07:00
31acb619cf Add guard clause to prevent trading before there are enough bars in RSI 25 / 75 strategy 2024-09-24 06:53:39 -07:00
10423ab6cc Remove unused imports from RSI 25 / 75 strategy 2024-09-24 06:51:55 -07:00
173085c0a0 Add RSI indicator to RSI 25 / 75 strategy 2024-09-24 06:51:11 -07:00
451093a75c Add long-term trend simple moving average to RSI 25 / 75 strategy 2024-09-24 06:49:30 -07:00
52b9985714 Override DisplayName for RSI 25 / 75 strategy 2024-09-24 06:47:21 -07:00
1457cfe731 Add description to RSI 25 / 75 strategy 2024-09-24 06:46:35 -07:00
c57f1f827d Add rules to RSI 25 / 75 strategy documentation 2024-09-24 06:44:42 -07:00