Worked out a few issues in the first couple days of paper trading. #2
TexasCoding
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I originally had the daily losers tick data being pulled from Yahoo Finance. Now all stock tick data comes from Alpaca. There was also an issue of pulling previous day losers at market open. It is possible that the losers were not coming from the previous day, rather the current day. So now the script will save a CSV file of losers. But it needs to be ran at the end of each trading day.
I am not able to monitor everything during the day, so I have to work out issues in the evenings from bug reports sent from the script to my slack channel. So far not really many errors. Just some quirks that I overlooked in the original coding. I will be adding in as much functionality I can from Alpaca's API. But will also continue using YFinance and other outside tools, if they help make some strategies better.
Hopefully in a week or 2 I will have the Daily Losers strategy working 100%. And will start work on another strategy and features. Any requests or ideas will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions