I've started storing IB scanner results:
For example:
For example:
News trading is where it is .. in FX.
Just keeping this here as a note for myself, eventually will start storing it and see relations to daily returns:
Code:curl -q -o - https://api.stocktwits.com/api/2/streams/trending.json 2> /dev/null | jq '.messages | .[] | .symbols | .[] | .symbol' | sort | uniq -c | sort -nr
I remember watching a YouTube video a long time ago in which somebody made code to analyze Twitter feeds about sentiment related to certain stock tickers. He used that to place trades. I don’t remember whether the outcome was profitable.
Just curious....before taking on this mammoth task of creating your own trading platform, did you first get a chance to review Ninja Trader ? I am not a subscriber, but I've witnessed some really impressive charting and indicators using it.
Just curious....before taking on this mammoth task of creating your own trading platform, did you first get a chance to review Ninja Trader ? I am not a subscriber, but I've witnessed some really impressive charting and indicators using it.