Understand Trading Actions and Positions
masterTo simplify the learning process for RL agents, gym-anytrading uses a reduced set of actions and positions compared to traditional trading systems.
Trading Actions
The action space is discrete and contains only two values:
0: Sell1: Buy
Trading Positions
The environment manages two types of positions:
0: Short (selling high to buy back lower)1: Long (buying low to sell higher)