Automatic-Stock-Trader icon indicating copy to clipboard operation
Automatic-Stock-Trader copied to clipboard

A framework for building, testing, and live trading using minute to minute automatically using the Alpaca API.

Results 5 Automatic-Stock-Trader issues
Sort by recently updated
recently updated
newest added

There seems to be an issue where the running app can't seem to sell. The only order type being put in is a buy.

bug

https://andrewlock.net/adding-validation-to-strongly-typed-configuration-objects-in-asp-net-core/

enhancement

Add a trading strategy for the Concurrent Scalping Algo described in python here: https://alpaca.markets/learn/concurrent-scalping-algo-async-python/?utm_source=intercom&utm_medium=email&utm_campaign=engage_users

enhancement
good first issue

Instead of strategies just returning buy or don't buy, allow the strategy to return a percentage. It can return a a number between one and zero scaling how much of...

enhancement

Move the historical data from an in memory list to the repository. Carful consideration should be taken to clean up old data while adding new data to ensure the DB...

enhancement