You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate trading orders (BUY, SELL, NOTHING) using technical orders' rules based on historical data. Manual Strategy uses my modest intuition to find the optimal policy. QLearnerStrategy uses Machine Learning (QLearning algorithm) to find the optimal policy: four indicators are discretized to generate each state.