|
0e9da4fdae
|
Correctly use the RSI Period parameter when initializing the RSI indicator
|
2024-09-10 06:39:26 -07:00 |
|
|
520969d54f
|
Initial commit of Cumulative RSI indicator
|
2024-09-10 06:36:17 -07:00 |
|
|
d75d14782e
|
Trivial correction of a typo in 2-Period RSI strategy documentation
|
2024-09-09 14:14:37 -07:00 |
|
|
022f6d7796
|
Add QQQ backtest results for 2-Period RSI strategy
|
2024-09-09 08:52:51 -07:00 |
|
|
bb48a099a6
|
Add SPY backtest results for 2-Period RSI strategy
|
2024-09-09 08:49:54 -07:00 |
|
|
5c7ea75e71
|
Add parameter documentation for 2-Period RSI strategy
|
2024-09-09 08:46:13 -07:00 |
|
|
533fd9383d
|
Add a configuration setting to only allow long trades to 2-Period RSI strategy
|
2024-09-09 08:41:45 -07:00 |
|
|
fce0a9dd38
|
Add the ability to enable / disable fixed position sizing and specify the position size to 2-Period RSI strategy
|
2024-09-09 08:22:40 -07:00 |
|
|
94c883ecf5
|
Remove unnecessary entry / exit comments from 2-Period RSI strategy
|
2024-09-09 08:17:40 -07:00 |
|
|
af8a4458ff
|
Remove BarsRequiredToTrade property from 2-Period RSI strategy since the long / short term trend periods already determine when a trade can be entered
|
2024-09-09 08:15:15 -07:00 |
|
|
42c91e0cc9
|
Add long and short entry thresholds to 2-Period RSI strategy
|
2024-09-09 08:13:57 -07:00 |
|
|
b15fb26aa7
|
Add RSI configuration settings to 2-Period RSI strategy
|
2024-09-09 08:09:53 -07:00 |
|
|
ba9c84dff1
|
Add short term trend configuration setting to 2-Period RSI strategy
|
2024-09-09 08:07:37 -07:00 |
|
|
49a7c661b2
|
Add long term trend period configuration setting to 2-Period RSI strategy
|
2024-09-09 08:05:35 -07:00 |
|
|
337436e651
|
Add short trade rules to the 2-Period RSI strategy documentation
|
2024-09-09 07:54:49 -07:00 |
|
|
9a38394cf8
|
Update names of long and short term trend moving averages in 2-Period RSI strategy to make them more generic
|
2024-09-09 07:06:10 -07:00 |
|
|
05d976f017
|
Add rules to 2-Period RSI strategy documentation
|
2024-09-09 06:58:14 -07:00 |
|
|
60fd052e0b
|
Add description to 2-Period RSI strategy documentation
|
2024-09-09 06:38:53 -07:00 |
|
|
e73b979161
|
Initial commit of 2-Period RSI strategy README
|
2024-09-09 06:34:33 -07:00 |
|
|
85b31cb6aa
|
Move 2-Period RSI strategy into a separate directory
|
2024-09-09 06:30:11 -07:00 |
|
|
037f3d8b15
|
Add after screenshot for candle color indicator
|
2024-09-08 06:44:39 -07:00 |
|
|
08d31b2598
|
Add before screenshot for candle color indicator
|
2024-09-08 06:43:49 -07:00 |
|
|
498db70920
|
Add screenshot section to candle color indicator documentation
|
2024-09-08 06:41:07 -07:00 |
|
|
b8fc28426b
|
Add plot documentation for candle color indicator
|
2024-09-08 06:39:01 -07:00 |
|
|
e81c9da4fb
|
Add parameter documentation for candle color indicator
|
2024-09-08 06:37:46 -07:00 |
|
|
7e6e292c68
|
Add description to candle color indicator documentation
|
2024-09-08 06:34:14 -07:00 |
|
|
ff4000416b
|
Initial commit of candle color indicator README
|
2024-09-08 06:30:48 -07:00 |
|
|
771a2de28b
|
Remove unnecessary comment from Candle Color indicator
|
2024-09-08 06:29:21 -07:00 |
|
|
a586492f4d
|
Move candle color indicator into a separate directory
|
2024-09-08 06:26:04 -07:00 |
|
|
0355d16bfb
|
Update VWAP indicator screenshot following change to display the indicator behind the bars on the chart
|
2024-09-07 07:42:15 -07:00 |
|
|
7ebd0dc295
|
Update screenshot of VWAP indicator with standard deviation plots following change to display the indicator behind the bars on the chart
|
2024-09-07 07:40:52 -07:00 |
|
|
cc5244cfce
|
Display VWAP indicator behind the bars on the chart
|
2024-09-07 07:39:17 -07:00 |
|
|
b168fe31b7
|
Add clarification regarding multiple standard deviation plots to VWAP indicator documentation
|
2024-09-07 06:39:06 -07:00 |
|
|
901c2597bd
|
Add plots to VWAP indicator documentation
|
2024-09-07 06:37:57 -07:00 |
|
|
b9c39e84d0
|
Add screenshot of VWAP indicator showing upper and lower standard deviation plots
|
2024-09-07 06:30:29 -07:00 |
|
|
438923780e
|
Add screenshot of VWAP indicator with default settings
|
2024-09-07 06:28:31 -07:00 |
|
|
e099a4c7af
|
Add public series for upper and lower VWAP standard deviations
|
2024-09-06 20:43:11 -07:00 |
|
|
37dc01ad22
|
Add parameter documentation to VWAP indicator
|
2024-09-06 07:28:11 -07:00 |
|
|
127fe84822
|
Change name of chart precision when displayed to the user
|
2024-09-06 07:22:17 -07:00 |
|
|
0a33f80fcd
|
Add description to VWAP documentation
|
2024-09-06 07:15:05 -07:00 |
|
|
bc352fe36c
|
Default to using typical price in VWAP calculation
|
2024-09-06 07:05:22 -07:00 |
|
|
0c6390b57a
|
Re-organize the properties of the Display attributes
|
2024-09-06 07:02:41 -07:00 |
|
|
b2f46a1e43
|
Initial commit of VWAP indicator README
|
2024-09-06 07:01:02 -07:00 |
|
|
a8427cfde1
|
Move VWAP indicator to separate directory
|
2024-09-06 07:00:33 -07:00 |
|
|
8374da9e6b
|
Add standard deviation to VWAP indicator
|
2024-09-06 06:59:56 -07:00 |
|
|
9af6f9d497
|
Add QQQ backtest results for daily reversal strategy
|
2024-09-05 05:10:43 -07:00 |
|
|
5164ce761e
|
Add SPY backtest results for daily reversal strategy
|
2024-09-05 05:08:41 -07:00 |
|
|
98869ac6a5
|
Add SPX backtest results for daily reversal strategy
|
2024-09-05 05:05:38 -07:00 |
|
|
9782aef910
|
Add documentation regarding usage of 1-minute data series to daily reversal strategy
|
2024-09-05 04:59:43 -07:00 |
|
|
5a9e9c825f
|
Add parameter documentation for daily reversal strategy
|
2024-09-05 04:45:04 -07:00 |
|