sword134
sword134
Hello, I am trying to open a long limit order when the time is between 2:55pm and 3pm and only in that timeframe. In raw python it would look like...
**Describe the bug** If one has a dataset of the daily closing prices of lets say 30 stocks and add the latest closing prices for the new day, then the...
Is it realistic that when running an exponential gradient model I am beating the best constant rebalanced portfolio return on the same timeframe? I thought that the BCRP was the...
Running the example code shown gives the following error: ``` stock = qs.utils.download_returns('FB') qs.reports.html(stock, "SPY", output="report.html") ``` ``` Traceback (most recent call last): File "d:\Finansiering. Modern Portfolio Theory Projekt\MyOwnBacktester.py", line...
Hello, after creating a model in the stable baselines library anytrading (https://github.com/AminHP/gym-anytrading) and running the following code: ``` env = gym.make('stocks-v0', frame_bound=(50, 100), window_size=10) model = DQN('MlpPolicy', env, tensorboard_log="D:\ReinforcementLearning\BaseLines\Trading\Tensorboard", verbose=2)...
So I recently trained a realtime evolution agent that I want to use in a production environment for testing. However, when downloading and feeding it the latest data it will...
Hello! I am trying to figure out why neither models print any output. I ran get_prices.py and it created the correct csv file with data. I then ran preprocessing.py and...
Hello, Today I stumpled upon this mighty fine github repo that allows you to visualize the training behaviour of an RL that runs on OpenAI's Gym. https://github.com/deepmind/bsuite Just thought that...
Im very suprised that the blackjack agent doesn't include bets. The whole point of trying to beat the house in blackjack is making the right bets (rewards scale on bet...
Hello, Currently I am pulling the matches and their respective teams stats, however I want to also add each teams player stats along side the teams names? For example for...