Proskurin Oleksandr
Proskurin Oleksandr
Add parameter to z-score filter functions so that the filter may capture not only price spikes, but also price declines. For example in the implementation of the z_score_filter, there is...
**Is your feature request related to a problem? Please describe.** Paper https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3010414 describes the algorithm to be implemented.
Due to the fact that cash levels can be negative in QsTrader, we have leveraging effect when transaction costs are included. For example, we have 100 000 USD in initial...
- OS: Mac OS - Programming Language version: Python - CCXT version: latest ccxt Hi, I am using ccxt for FTX trading to generate market orders. ``` exchange_client = ccxt.ftx(...