example-scalping
example-scalping copied to clipboard
A working example algorithm for scalping strategy trading multiple stocks concurrently using python asyncio
I really like your scalping strategy and Python implementation! I have a live account and a paper account, and regularly work with Polygon. However, when I try to run your...
Hey, saw your Medium article. Wonderful project. Just wanted to clarify a danger of the algorithm with the line of code `self._bars.rolling(20).mean().close.values` Assuming that internet connection is lost for a...
This issue is not particularly related to the example provided. The concern I have is that when I tried to run this code, some trade updates doesn't get reflected to...
Added: - table of contents - description of safety measures to be taken to ensure API keys are not stolen - python dependencies - how to prevent slippage in arbitrage...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.9.11 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
_**I saw that you liked my work,**_ I like that you have looked at it https://github.com/Leci37/LecTrade/tree/develop My name is Luis, I'm a big-data machine-learning developer, I'm a fan of your...