Joey Schentrup
Joey Schentrup
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.
https://andrewlock.net/adding-validation-to-strongly-typed-configuration-objects-in-asp-net-core/
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
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...
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...
This in reference to this issue: https://github.com/pmjones/AutoRoute/issues/16 After doing some prototyping and thinking, I don't think this is a bug but a good design choice. Not allowing implicit url parameters...
I may be doing something wrong here, but based on the documentation, a route like `/group/78/something` should be able to route to `BaseNameSpace\Group\Something\GetGroupSomething`. When trying it out though, it seems...