Skip to content

Commit

Permalink
TICKERS
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumingpassional committed Mar 6, 2022
1 parent 62765a1 commit edf6eb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finrl/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def backtest_stats(account_value, value_col_name="account_value"):

def backtest_plot(
account_value,
baseline_start=config.START_TRADE_DATE,
baseline_start=config.TRADE_START_DATE,
baseline_end=config.END_DATE,
baseline_ticker="^DJI",
value_col_name="account_value",
Expand Down
6 changes: 5 additions & 1 deletion finrl/test.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
import ray

from finrl.apps.config import (
DOW_30_TICKER,
TECHNICAL_INDICATORS_LIST,
TEST_END_DATE,
TEST_START_DATE,
RLlib_PARAMS,
)

from finrl.apps.config_tickers import (
DOW_30_TICKER,
)

from finrl.finrl_meta.env_stock_trading.env_stocktrading import StockTradingEnv


Expand Down

0 comments on commit edf6eb0

Please sign in to comment.