algorithmic-trading

Linux NoHup fails for Streaming API IG Markets where file is python

Linux NoHup fails for Streaming API IG Markets where file is python Question: This is quite a specific question regarding nohup in linux, which runs a python file. Back-story, I am trying to save down streaming data (from IG markets broadcast signal). And, as I am trying to run it via a remote-server (so I …

Total answers: 1

Python – how can identify ranges of numbers in a OHLC dataset?

Python – how can identify ranges of numbers in a OHLC dataset? Question: I’m working on a side project where i try to identify support zones in a OHLCV dataset of Bitcoin historical prices, here is what my data looks like in a pandas dataframe: startTime time open high low close volume date direction date …

Total answers: 2

How to implement RSI Divergence in Python

How to implement RSI Divergence in Python Question: I was wondering is there any Python library that covers RSI-Divergence (difference between a fast and a slow RSI) or any guidence about how can I implement its algorithm in Python. Already asked question: Programmatically detect RSI divergence. One of the answer suggests quantconnect forum for the …

Total answers: 4