PedroHFreire / risk-system-db

0 stars 0 forks source link

Fix close and adjusted_close Duplication Issue #15

Open PedroHFreire opened 1 year ago

PedroHFreire commented 1 year ago

There is an issue where close and adjusted_close are currently the same in the database. This happens because it's the data we are getting from metatrader, but it's possible that we can get the real close and adjusted_close separately, if not we can use the closing prices together with the events to calculate the adjusted_close.