Karl

Results 25 issues of Karl

Great script but I don't get why the output files are split up by default in 1024 Mbyte files. I will definitively change this on my version. Other than that,...

the -convert (upper lower..etc) options weren't working, fixed that.. and made some modifications to chunk size

Getting this error on zabbix 5.0 when trying to import the second template `Cannot import template "Advanced Template Net Mikrotik SNMPv2", linked template "Template Module Generic SNMPv2" does not exist.`

I'm initializing a dataframe with zeros to then progressively adding data to it. While calling ema_indicator() at each iteration ``` zeros = np.zeros(1000) df = pd.DataFrame(zeros) ema_indicator(df, 1000) ``` This...

I'm trying to set long or short mode (default is BOTH). `client.futures_change_position_mode(data={'dualSidePosition':'true'})` It is giving me this error ``` Traceback (most recent call last): File "", line 1, in File...

The web interface has an option that says "close all positions". How can I perform this action via the API? Calling open orders does not return to me the order...

As far as I know binance spot does not support exchange side stop loss. My question is, how then does frostybot implement the [stop loss](https://github.com/CryptoMF/frostybot-js/wiki/Frostybot-Command-Reference#trade_sltp) on binance spot? How does...

I can't install on a virtual environment on Windows 10. Python 3.9.1 Windows 10 Pro OS build: 19042.867 This is my error log ``` ERROR: Command errored out with exit...

I adapted your [time_series_classification ](https://github.com/patrick-kidger/torchcde/blob/master/example/time_series_classification.py) example for market data prediction. It seems to be working but training is exceptionally slow on a P100 GPU which normally finishes similar tasks in...

Is it possible to use code to define my own filters using screeni-py ? Couldn't find information about that in the documentation