Done.
Turns out there is something to this algorithm. The market -> twatter -> market feedback is real? Not enough data to know for sure, but will soon enough.
Done.
Today's trade, ITCI.
- Showed up on scanner around 9am
- Trending on Stocktwats around 9:30
- Bought in around 9:45
- Twitter started noticing around 10am
- Sold to the twatters
View attachment 215726
I won't be adding any more trades of this type for now. It is too manual and I don't like it. I will be working on automating the process.
Edit: fortunately, I have all the data stored.
Some projects to connect Python to .Net and the JVM, pythonnet and Py4J. Never know. Might be a good trading project coming from these 2 worlds which Python can access now (pythonnet only for Windows, uses .Net Framework library, not .Net Core):
https://pythonnet.github.io/
https://www.py4j.org/
How to install:
pip install pythonnet
pip install Py4J
There's a good tutorial starter series for pythonnet on this YouTube Channel. He goes over the fundamentals of access to the CLR interface and then constructs an Excel interface library in Python. Kudos to Alex for putting this very informative series together.
Link to Sigma Coding YouTube video list:
https://www.youtube.com/channel/UCBsTB02yO0QGwtlfiv5m25Q/videos
Python for .NET (pythonnet) is a package that gives Python programmers nearly seamless integration with the .NET 4.0+ Common Language Runtime (CLR) on Windows and Mono runtime on Linux and OSX.