summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/miscellaneous/scripts/stocks/test_stocks_bt.openbb
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_terminal/miscellaneous/scripts/stocks/test_stocks_bt.openbb')
-rw-r--r--openbb_terminal/miscellaneous/scripts/stocks/test_stocks_bt.openbb18
1 files changed, 18 insertions, 0 deletions
diff --git a/openbb_terminal/miscellaneous/scripts/stocks/test_stocks_bt.openbb b/openbb_terminal/miscellaneous/scripts/stocks/test_stocks_bt.openbb
new file mode 100644
index 00000000000..88dfcf3e637
--- /dev/null
+++ b/openbb_terminal/miscellaneous/scripts/stocks/test_stocks_bt.openbb
@@ -0,0 +1,18 @@
+stocks
+load tsla
+bt
+whatif
+whatif -n 2.34
+whatif 2021-01-01
+ema
+ema --spy
+ema --spy --no_bench
+ema -l 2
+emacross
+emacross -l 10 -s 3
+emacross --spy --no_bench --no_short
+rsi
+rsi -l 20 -u 80 -p 12
+rsi --spy
+rsi --no_bench --no_short
+exit