AminHP / gym-anytrading

The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why the price is based on 'Low' but not 'Close'

williamlifaith opened this issue · comments

Hello,
in this line :prices = env.df.loc[:, 'Low'].to_numpy()[start:end]

I think we need replace 'Low' with 'Close',that will be better,may I know the reason why you use 'Low' here ?