lucasfbn / Reddit-Sentiment-Reinforcement-Learning

Stock trading using Reddit sentiment data and reinforcement learning.
0 stars 1 forks source link

Idea: Grant fraction of margin as reward when holding #104

Closed lucasfbn closed 2 years ago

lucasfbn commented 3 years ago

Meaning, hold actions after a buy will grant a fraction of the theoretical margin at this point. It will not grant the whole margin as this would make the sell action obsolete. This might motivate the agent to buy once, then hold, and sell at a good point.

lucasfbn commented 3 years ago

Implemented in 0021c9bfdd6d8a6cb4e48d18bd06aaf4eaaadec5

lucasfbn commented 3 years ago

Further ideas:

lucasfbn commented 2 years ago

Irrelevant since #119 is working.