Git Product home page Git Product logo

lhpcontrol's People

Contributors

daisy613 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

lhpcontrol's Issues

Enhancement - User settable "refresh" time for position checking?

Enchancement:

How often does the script "refresh" and check for number open positions, account balance used by open positions, etc?

Early days of Doosj this was set quite low (2-5 second refresh from memory), then a later version this increased to 15 seconds (I found this far too long and dropped it back to 2-3). If it is in the order of 15 seconds (if it still works like this) is it possible to make this a user definable setting?

If the PC is powerful enough you should be able to lower this and it will prevent open positions exceeding maxopenpositions and kick in isolation mode quicker. During big market moves position size can grow fast and so can open positions.

Add parameters

It would be nice if you could add a parameter to start the procedure on startup . For example ./lhcp.exe --auto-start. The use case of that would be automatic server updates.

v1.77.5 still not showing Coins

V1.77.5 still not showing the coins being traded in the GUI. I can restart the bot a few times and it will show until the refresh happens every 5 mins. Screenshot below
image

Add parameter --accept-<yes/no> and --no-update-notification

Hello.

Thank you for adding -startbot. It would be nice if you could equate your namings with the standard. The standard is that you use one hyphen if the parameter is one character long and for more you use a double hyphen.
Can you rename it to something like --startbot or -start <auto/manual>

The main problem of -startbot is that if there is an cross/isolated prompt it waits until you press something. Can you add the following parameter to accept or decline it?
--accept <yes/no>

Besides this I would like to disable the update notification by a parameter or by the settings file.
--no-update-notification

Multiple lick values in coins list being used for each coin

When a liquidation event comes through and is displayed in the websocket log window (and websocket log file) it compares every lick value set acrtoss the coins in the c oins list for that liquidation even.

Tested with 9 paiurs and across these 9 there are 4 different lick values across these coins (100, 250, 500 and 750). Refer attached log where it displays that for a coin liquidation it is checking the lick value for each of these and not what is set for that coin (in
this case CRV has a Lick of 250).

It doesn't look to be consistent and happen all the time for all pairs, so far its only the once for CRV attached (others are ok so far and successful trades have also been made).

binance-ninjaWhippet LH Pro 1.77 GUI Test-W_out.log

Settings getting deleted

Problem: Settings are missing as seen on screenshot when I run LHPC.
image

When it occurs: Usually when I download new version of the program. Once just closed the bot and reopened it.
Procedure: I stop the bot, wait few seconds and then close the program. Wait few more seconds and from latest release I download and replace the LHPC.exe file. I run the file and settings aren't there.

Last time happened was when I downloaded v1.77.0d. I run the exe and the settings were there, then I started the bot and everything seemed to work. After an hour I noticed that not a single trade happened while there were licks and on profit log I saw the "ERROR - 2020-12-22 18:29:51,277 - Expecting value: line 1 column 1 (char 0)". I stopped the bot, waited few seconds, closed the program and started it again, the settings gone missing! This last time it erased the coins list too!

debugData.txt

enhancement - change how log is displayed

change the direction of the log viewing so that the newest entries are on the bottom.

this will match the physical logs, and keep things in perfect order.

I'm assuming that something similar to 'tail' is being used, it shouldn't be difficult to place the new entries at the bottom of the window instead of the top
eg.

$log += $newLogEntry

instead of
$log = $newLogEntry + $log

Auto time synchronization

Sometimes the system clock does not synchronize correctly which can cause the following Binance API error:
{"code":-1021,"msg":"Timestamp for this request was 1000ms ahead of the server's time."}

I solved this issue with a small PowerShell script which will sync the time hourly:

$timeService = Get-Service -Name W32Time

if($timeService.StartType -eq "Disabled") {
    Set-Service W32Time -StartupType Manual
}
if($timeService.Status -eq "Running") {
    net stop W32Time
} 

net start W32Time
w32tm /config /manualpeerlist:"0.ch.pool.ntp.org" /syncfromflags:manual /reliable:yes /update

while($true) {
    w32tm /resync
    Start-Sleep -Seconds 3600
}

Is it possible to integrate this fix in the next release of LHPControl?

Thanks!

Cant start bot

If "ALPHA" key does not work, please get a new license key
from @daisy or make sure you are connected to the internet.

feature request - show websocket mem usage

We can see the profit mem and cpu usage on the gui, however we can only see the websocket cpu usage, even when lhpc is full screen (1080p monitor for reference).

if it is already in there, then the top section of the gui needs to be resized or re-ordered slightly to have it display.

this can also be accomplished by allowing the users to resize the individual windows themselves (profit/websocket and error windows).

LH 1.79 & LHPC 1.79.9 Websocket error log

Saw bot call order but it not go through and saw this in websocket error log

INFO - 2021-01-12 02:17:36,808 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:17:36,808 - Using stream_buffer
INFO - 2021-01-12 02:17:36,821 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610446656.8219917
INFO - 2021-01-12 02:17:36,823 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610446656.823003
INFO - 2021-01-12 02:17:36,910 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=2825e709-00c6-4e05-8d35-9965fb690317
INFO - 2021-01-12 02:17:36,915 - BinanceWebSocketApiManager._add_stream_to_stream_list(2825e709-00c6-4e05-8d35-9965fb690317, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:17:36,927 - BinanceWebSocketApiSocket.start_socket(2825e709-00c6-4e05-8d35-9965fb690317, ['!forceOrder'], ['{}']) socket_id=edb4d385-de30-4536-a9f6-88e7d20526f4 recent_socket_id=edb4d385-de30-4536-a9f6-88e7d20526f4
INFO - 2021-01-12 02:17:36,927 - BinanceWebSocketApiManager.subscribe_to_stream(2825e709-00c6-4e05-8d35-9965fb690317, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:17:36,927 - BinanceWebSocketApiManager.create_payload(2825e709-00c6-4e05-8d35-9965fb690317, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:17:36,927 - BinanceWebSocketApiManager.create_payload(2825e709-00c6-4e05-8d35-9965fb690317, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:17:36,927 - BinanceWebSocketApiManager.create_payload(2825e709-00c6-4e05-8d35-9965fb690317, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:17:36,927 - BinanceWebSocketApiManager.subscribe_to_stream(2825e709-00c6-4e05-8d35-9965fb690317, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:17:36,927 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=2825e709-00c6-4e05-8d35-9965fb690317 is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-12 02:17:38,027 - BinanceWebSocketApiSocket.start_socket(2825e709-00c6-4e05-8d35-9965fb690317, ['!forceOrder'], ['{}'] socket_id=edb4d385-de30-4536-a9f6-88e7d20526f4 recent_socket_id=edb4d385-de30-4536-a9f6-88e7d20526f4 - Sending payload started ...
INFO - 2021-01-12 02:17:38,027 - BinanceWebSocketApiSocket.start_socket(2825e709-00c6-4e05-8d35-9965fb690317, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-12 02:17:38,408 - BinanceWebSocketApiSocket.start_socket(2825e709-00c6-4e05-8d35-9965fb690317) - Received result message: {"id":1,"result":null}
INFO - 2021-01-12 02:17:39,181 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-12, 10:17:39 UTC
INFO - 2021-01-12 02:17:40,126 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 263 B/s at 2021-01-12, 10:17:40 UTC
INFO - 2021-01-12 02:17:41,061 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 265 B/s at 2021-01-12, 10:17:41 UTC
INFO - 2021-01-12 02:17:45,198 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.83 kB/s at 2021-01-12, 10:17:45 UTC
INFO - 2021-01-12 02:17:47,023 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 2.87 kB/s at 2021-01-12, 10:17:47 UTC
INFO - 2021-01-12 02:17:48,272 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 3.91 kB/s at 2021-01-12, 10:17:48 UTC
INFO - 2021-01-12 02:17:52,016 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 7.45 kB/s at 2021-01-12, 10:17:52 UTC
INFO - 2021-01-12 02:19:32,963 - Present this line if asked for if not IGNORE, this is for Developer Logging
ERROR - 2021-01-12 02:19:32,963 - Invalid URL 'webhookhere': No schema supplied. Perhaps you meant http://webhookhere?
INFO - 2021-01-12 02:19:32,969 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:19:32,969 - Using stream_buffer
INFO - 2021-01-12 02:19:32,969 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610446772.9690642
INFO - 2021-01-12 02:19:32,973 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610446772.9735582
INFO - 2021-01-12 02:19:33,065 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=41b2e080-af9d-4ca7-91cb-252428c337a2
INFO - 2021-01-12 02:19:33,065 - BinanceWebSocketApiManager._add_stream_to_stream_list(41b2e080-af9d-4ca7-91cb-252428c337a2, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:19:33,067 - BinanceWebSocketApiSocket.start_socket(41b2e080-af9d-4ca7-91cb-252428c337a2, ['!forceOrder'], ['{}']) socket_id=9a84ef0f-607c-4e3f-94c1-333d00ba94bd recent_socket_id=9a84ef0f-607c-4e3f-94c1-333d00ba94bd
INFO - 2021-01-12 02:19:33,067 - BinanceWebSocketApiManager.subscribe_to_stream(41b2e080-af9d-4ca7-91cb-252428c337a2, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:19:33,071 - BinanceWebSocketApiManager.create_payload(41b2e080-af9d-4ca7-91cb-252428c337a2, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:19:33,077 - BinanceWebSocketApiManager.create_payload(41b2e080-af9d-4ca7-91cb-252428c337a2, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:19:33,088 - BinanceWebSocketApiManager.create_payload(41b2e080-af9d-4ca7-91cb-252428c337a2, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:19:33,088 - BinanceWebSocketApiManager.subscribe_to_stream(41b2e080-af9d-4ca7-91cb-252428c337a2, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:19:33,088 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=41b2e080-af9d-4ca7-91cb-252428c337a2 is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-12 02:19:34,235 - BinanceWebSocketApiSocket.start_socket(41b2e080-af9d-4ca7-91cb-252428c337a2, ['!forceOrder'], ['{}'] socket_id=9a84ef0f-607c-4e3f-94c1-333d00ba94bd recent_socket_id=9a84ef0f-607c-4e3f-94c1-333d00ba94bd - Sending payload started ...
INFO - 2021-01-12 02:19:34,235 - BinanceWebSocketApiSocket.start_socket(41b2e080-af9d-4ca7-91cb-252428c337a2, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-12 02:19:34,593 - BinanceWebSocketApiSocket.start_socket(41b2e080-af9d-4ca7-91cb-252428c337a2) - Received result message: {"id":1,"result":null}
INFO - 2021-01-12 02:19:35,224 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-12, 10:19:35 UTC
INFO - 2021-01-12 02:19:43,108 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 271 B/s at 2021-01-12, 10:19:43 UTC
INFO - 2021-01-12 02:21:12,230 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 533 B/s at 2021-01-12, 10:21:12 UTC
INFO - 2021-01-12 02:21:15,077 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 542 B/s at 2021-01-12, 10:21:15 UTC
INFO - 2021-01-12 02:21:24,221 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 790 B/s at 2021-01-12, 10:21:24 UTC
INFO - 2021-01-12 02:21:30,392 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.59 kB/s at 2021-01-12, 10:21:30 UTC
INFO - 2021-01-12 02:21:32,144 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 6.9 kB/s at 2021-01-12, 10:21:32 UTC
INFO - 2021-01-12 02:21:50,011 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 8.66 kB/s at 2021-01-12, 10:21:50 UTC
INFO - 2021-01-12 02:21:50,033 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 8.66 kB/s at 2021-01-12, 10:21:50 UTC
INFO - 2021-01-12 02:21:52,136 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 9.85 kB/s at 2021-01-12, 10:21:52 UTC
INFO - 2021-01-12 02:21:52,168 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 9.85 kB/s at 2021-01-12, 10:21:52 UTC
INFO - 2021-01-12 02:24:50,476 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:24:50,476 - Using stream_buffer
INFO - 2021-01-12 02:24:50,504 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610447090.5045896
INFO - 2021-01-12 02:24:50,505 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610447090.5057893
INFO - 2021-01-12 02:24:50,775 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=a65069ce-f4b6-47fd-ba9f-6f5d651b0aad
INFO - 2021-01-12 02:24:50,775 - BinanceWebSocketApiManager._add_stream_to_stream_list(a65069ce-f4b6-47fd-ba9f-6f5d651b0aad, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:24:50,777 - BinanceWebSocketApiSocket.start_socket(a65069ce-f4b6-47fd-ba9f-6f5d651b0aad, ['!forceOrder'], ['{}']) socket_id=f3c36298-e2c2-4a58-9d66-66eb2b3cd5fc recent_socket_id=f3c36298-e2c2-4a58-9d66-66eb2b3cd5fc
INFO - 2021-01-12 02:24:50,777 - BinanceWebSocketApiManager.subscribe_to_stream(a65069ce-f4b6-47fd-ba9f-6f5d651b0aad, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:24:50,777 - BinanceWebSocketApiManager.create_payload(a65069ce-f4b6-47fd-ba9f-6f5d651b0aad, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:24:50,777 - BinanceWebSocketApiManager.create_payload(a65069ce-f4b6-47fd-ba9f-6f5d651b0aad, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:24:50,777 - BinanceWebSocketApiManager.create_payload(a65069ce-f4b6-47fd-ba9f-6f5d651b0aad, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:24:50,777 - BinanceWebSocketApiManager.subscribe_to_stream(a65069ce-f4b6-47fd-ba9f-6f5d651b0aad, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:24:50,777 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=a65069ce-f4b6-47fd-ba9f-6f5d651b0aad is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-12 02:24:51,893 - BinanceWebSocketApiSocket.start_socket(a65069ce-f4b6-47fd-ba9f-6f5d651b0aad, ['!forceOrder'], ['{}'] socket_id=f3c36298-e2c2-4a58-9d66-66eb2b3cd5fc recent_socket_id=f3c36298-e2c2-4a58-9d66-66eb2b3cd5fc - Sending payload started ...
INFO - 2021-01-12 02:24:51,893 - BinanceWebSocketApiSocket.start_socket(a65069ce-f4b6-47fd-ba9f-6f5d651b0aad, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-12 02:24:52,240 - BinanceWebSocketApiSocket.start_socket(a65069ce-f4b6-47fd-ba9f-6f5d651b0aad) - Received result message: {"id":1,"result":null}
INFO - 2021-01-12 02:24:53,014 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-12, 10:24:53 UTC
INFO - 2021-01-12 02:25:23,201 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 535 B/s at 2021-01-12, 10:25:23 UTC
INFO - 2021-01-12 02:25:28,223 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 540 B/s at 2021-01-12, 10:25:28 UTC
INFO - 2021-01-12 02:25:52,082 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.05 kB/s at 2021-01-12, 10:25:52 UTC
INFO - 2021-01-12 02:25:56,206 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.06 kB/s at 2021-01-12, 10:25:56 UTC
INFO - 2021-01-12 02:26:27,015 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.31 kB/s at 2021-01-12, 10:26:27 UTC
INFO - 2021-01-12 02:27:05,287 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 5.25 kB/s at 2021-01-12, 10:27:05 UTC
INFO - 2021-01-12 02:27:11,233 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 11.62 kB/s at 2021-01-12, 10:27:11 UTC
INFO - 2021-01-12 02:27:50,217 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 12.12 kB/s at 2021-01-12, 10:27:50 UTC
INFO - 2021-01-12 02:28:00,053 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 26.29 kB/s at 2021-01-12, 10:28:00 UTC
INFO - 2021-01-12 02:29:19,201 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:29:19,201 - Using stream_buffer
INFO - 2021-01-12 02:29:19,209 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610447359.2090974
INFO - 2021-01-12 02:29:19,212 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610447359.2120512
INFO - 2021-01-12 02:29:19,443 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=55bd2d30-2645-4ceb-bf1b-b99d4ab10e6e
INFO - 2021-01-12 02:29:19,443 - BinanceWebSocketApiManager._add_stream_to_stream_list(55bd2d30-2645-4ceb-bf1b-b99d4ab10e6e, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:29:19,490 - BinanceWebSocketApiSocket.start_socket(55bd2d30-2645-4ceb-bf1b-b99d4ab10e6e, ['!forceOrder'], ['{}']) socket_id=8f4e9612-ad72-439a-b049-e1364a862557 recent_socket_id=8f4e9612-ad72-439a-b049-e1364a862557
INFO - 2021-01-12 02:29:19,490 - BinanceWebSocketApiManager.subscribe_to_stream(55bd2d30-2645-4ceb-bf1b-b99d4ab10e6e, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:29:19,490 - BinanceWebSocketApiManager.create_payload(55bd2d30-2645-4ceb-bf1b-b99d4ab10e6e, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:29:19,490 - BinanceWebSocketApiManager.create_payload(55bd2d30-2645-4ceb-bf1b-b99d4ab10e6e, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:29:19,490 - BinanceWebSocketApiManager.create_payload(55bd2d30-2645-4ceb-bf1b-b99d4ab10e6e, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:29:19,490 - BinanceWebSocketApiManager.subscribe_to_stream(55bd2d30-2645-4ceb-bf1b-b99d4ab10e6e, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:29:19,490 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=55bd2d30-2645-4ceb-bf1b-b99d4ab10e6e is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-12 02:30:59,751 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:30:59,751 - Using stream_buffer
INFO - 2021-01-12 02:30:59,756 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610447459.7555497
INFO - 2021-01-12 02:30:59,756 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610447459.756567
INFO - 2021-01-12 02:31:00,002 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=d1b87c48-d440-49eb-ab7f-3a94107d69cc
INFO - 2021-01-12 02:31:00,002 - BinanceWebSocketApiManager._add_stream_to_stream_list(d1b87c48-d440-49eb-ab7f-3a94107d69cc, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:31:00,010 - BinanceWebSocketApiSocket.start_socket(d1b87c48-d440-49eb-ab7f-3a94107d69cc, ['!forceOrder'], ['{}']) socket_id=f10115cb-5e1a-407b-99d8-ceffe0d6a31c recent_socket_id=f10115cb-5e1a-407b-99d8-ceffe0d6a31c
INFO - 2021-01-12 02:31:00,010 - BinanceWebSocketApiManager.subscribe_to_stream(d1b87c48-d440-49eb-ab7f-3a94107d69cc, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:31:00,010 - BinanceWebSocketApiManager.create_payload(d1b87c48-d440-49eb-ab7f-3a94107d69cc, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:31:00,017 - BinanceWebSocketApiManager.create_payload(d1b87c48-d440-49eb-ab7f-3a94107d69cc, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:31:00,023 - BinanceWebSocketApiManager.create_payload(d1b87c48-d440-49eb-ab7f-3a94107d69cc, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:31:00,023 - BinanceWebSocketApiManager.subscribe_to_stream(d1b87c48-d440-49eb-ab7f-3a94107d69cc, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:31:00,023 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=d1b87c48-d440-49eb-ab7f-3a94107d69cc is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-12 02:31:01,145 - BinanceWebSocketApiSocket.start_socket(d1b87c48-d440-49eb-ab7f-3a94107d69cc, ['!forceOrder'], ['{}'] socket_id=f10115cb-5e1a-407b-99d8-ceffe0d6a31c recent_socket_id=f10115cb-5e1a-407b-99d8-ceffe0d6a31c - Sending payload started ...
INFO - 2021-01-12 02:31:01,145 - BinanceWebSocketApiSocket.start_socket(d1b87c48-d440-49eb-ab7f-3a94107d69cc, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-12 02:31:01,513 - BinanceWebSocketApiSocket.start_socket(d1b87c48-d440-49eb-ab7f-3a94107d69cc) - Received result message: {"id":1,"result":null}
INFO - 2021-01-12 02:31:02,205 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-12, 10:31:02 UTC
INFO - 2021-01-12 02:31:23,141 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 265 B/s at 2021-01-12, 10:31:23 UTC
INFO - 2021-01-12 02:31:25,004 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 269 B/s at 2021-01-12, 10:31:25 UTC
INFO - 2021-01-12 02:31:31,027 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 271 B/s at 2021-01-12, 10:31:31 UTC
INFO - 2021-01-12 02:31:34,491 - Present this line if asked for if not IGNORE, this is for Developer Logging
ERROR - 2021-01-12 02:31:34,491 - Invalid URL 'webhookhere': No schema supplied. Perhaps you meant http://webhookhere?
INFO - 2021-01-12 02:31:34,496 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:31:34,496 - Using stream_buffer
INFO - 2021-01-12 02:31:34,501 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610447494.5011053
INFO - 2021-01-12 02:31:34,501 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610447494.5011053
INFO - 2021-01-12 02:31:34,616 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=e08d337b-ea43-4958-ac41-bbc58f6b3c0d
INFO - 2021-01-12 02:31:34,616 - BinanceWebSocketApiManager._add_stream_to_stream_list(e08d337b-ea43-4958-ac41-bbc58f6b3c0d, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:31:34,616 - BinanceWebSocketApiSocket.start_socket(e08d337b-ea43-4958-ac41-bbc58f6b3c0d, ['!forceOrder'], ['{}']) socket_id=b93302f1-8a64-4b21-8a45-4e48114d3778 recent_socket_id=b93302f1-8a64-4b21-8a45-4e48114d3778
INFO - 2021-01-12 02:31:34,616 - BinanceWebSocketApiManager.subscribe_to_stream(e08d337b-ea43-4958-ac41-bbc58f6b3c0d, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:31:34,616 - BinanceWebSocketApiManager.create_payload(e08d337b-ea43-4958-ac41-bbc58f6b3c0d, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:31:34,616 - BinanceWebSocketApiManager.create_payload(e08d337b-ea43-4958-ac41-bbc58f6b3c0d, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:31:34,616 - BinanceWebSocketApiManager.create_payload(e08d337b-ea43-4958-ac41-bbc58f6b3c0d, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:31:34,616 - BinanceWebSocketApiManager.subscribe_to_stream(e08d337b-ea43-4958-ac41-bbc58f6b3c0d, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:31:34,616 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=e08d337b-ea43-4958-ac41-bbc58f6b3c0d is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-12 02:31:35,812 - BinanceWebSocketApiSocket.start_socket(e08d337b-ea43-4958-ac41-bbc58f6b3c0d, ['!forceOrder'], ['{}'] socket_id=b93302f1-8a64-4b21-8a45-4e48114d3778 recent_socket_id=b93302f1-8a64-4b21-8a45-4e48114d3778 - Sending payload started ...
INFO - 2021-01-12 02:31:35,812 - BinanceWebSocketApiSocket.start_socket(e08d337b-ea43-4958-ac41-bbc58f6b3c0d, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-12 02:31:36,263 - BinanceWebSocketApiSocket.start_socket(e08d337b-ea43-4958-ac41-bbc58f6b3c0d) - Received result message: {"id":1,"result":null}
INFO - 2021-01-12 02:31:37,057 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-12, 10:31:37 UTC
INFO - 2021-01-12 02:31:46,161 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 269 B/s at 2021-01-12, 10:31:46 UTC
INFO - 2021-01-12 02:31:47,120 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 538 B/s at 2021-01-12, 10:31:47 UTC
INFO - 2021-01-12 02:31:47,222 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 538 B/s at 2021-01-12, 10:31:47 UTC
INFO - 2021-01-12 02:31:50,100 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 542 B/s at 2021-01-12, 10:31:50 UTC
INFO - 2021-01-12 02:31:50,145 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 542 B/s at 2021-01-12, 10:31:50 UTC
INFO - 2021-01-12 02:32:06,241 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.85 kB/s at 2021-01-12, 10:32:06 UTC
INFO - 2021-01-12 02:32:06,396 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.85 kB/s at 2021-01-12, 10:32:06 UTC
INFO - 2021-01-12 02:32:18,854 - Present this line if asked for if not IGNORE, this is for Developer Logging
ERROR - 2021-01-12 02:32:18,855 - Invalid URL 'webhookhere': No schema supplied. Perhaps you meant http://webhookhere?
INFO - 2021-01-12 02:32:18,855 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:32:18,855 - Using stream_buffer
INFO - 2021-01-12 02:32:18,858 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610447538.8581216
INFO - 2021-01-12 02:32:18,863 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610447538.863073
INFO - 2021-01-12 02:32:18,947 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=fa5bdcf2-c89f-4160-9792-09dc2e8e148c
INFO - 2021-01-12 02:32:18,948 - BinanceWebSocketApiManager._add_stream_to_stream_list(fa5bdcf2-c89f-4160-9792-09dc2e8e148c, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:32:18,959 - BinanceWebSocketApiSocket.start_socket(fa5bdcf2-c89f-4160-9792-09dc2e8e148c, ['!forceOrder'], ['{}']) socket_id=d314bbf4-9c3b-4dff-8e82-68fe3430b86e recent_socket_id=d314bbf4-9c3b-4dff-8e82-68fe3430b86e
INFO - 2021-01-12 02:32:18,960 - BinanceWebSocketApiManager.subscribe_to_stream(fa5bdcf2-c89f-4160-9792-09dc2e8e148c, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:32:18,960 - BinanceWebSocketApiManager.create_payload(fa5bdcf2-c89f-4160-9792-09dc2e8e148c, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:32:18,961 - BinanceWebSocketApiManager.create_payload(fa5bdcf2-c89f-4160-9792-09dc2e8e148c, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:32:18,967 - BinanceWebSocketApiManager.create_payload(fa5bdcf2-c89f-4160-9792-09dc2e8e148c, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:32:18,973 - BinanceWebSocketApiManager.subscribe_to_stream(fa5bdcf2-c89f-4160-9792-09dc2e8e148c, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:32:18,979 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=fa5bdcf2-c89f-4160-9792-09dc2e8e148c is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-12 02:32:20,286 - BinanceWebSocketApiSocket.start_socket(fa5bdcf2-c89f-4160-9792-09dc2e8e148c, ['!forceOrder'], ['{}'] socket_id=d314bbf4-9c3b-4dff-8e82-68fe3430b86e recent_socket_id=d314bbf4-9c3b-4dff-8e82-68fe3430b86e - Sending payload started ...
INFO - 2021-01-12 02:32:20,286 - BinanceWebSocketApiSocket.start_socket(fa5bdcf2-c89f-4160-9792-09dc2e8e148c, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-12 02:32:20,668 - BinanceWebSocketApiSocket.start_socket(fa5bdcf2-c89f-4160-9792-09dc2e8e148c) - Received result message: {"id":1,"result":null}
INFO - 2021-01-12 02:32:21,218 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-12, 10:32:21 UTC
INFO - 2021-01-12 02:32:22,253 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 271 B/s at 2021-01-12, 10:32:22 UTC
INFO - 2021-01-12 02:32:23,280 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.05 kB/s at 2021-01-12, 10:32:23 UTC
INFO - 2021-01-12 02:34:03,039 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 2.12 kB/s at 2021-01-12, 10:34:03 UTC
INFO - 2021-01-12 02:34:03,314 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 2.12 kB/s at 2021-01-12, 10:34:03 UTC
INFO - 2021-01-12 02:34:03,348 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 2.12 kB/s at 2021-01-12, 10:34:03 UTC
INFO - 2021-01-12 02:36:48,130 - Present this line if asked for if not IGNORE, this is for Developer Logging
ERROR - 2021-01-12 02:36:48,130 - Invalid URL 'webhookhere': No schema supplied. Perhaps you meant http://webhookhere?
INFO - 2021-01-12 02:36:48,135 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:36:48,135 - Using stream_buffer
INFO - 2021-01-12 02:36:48,136 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610447808.1367264
INFO - 2021-01-12 02:36:48,152 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610447808.152971
INFO - 2021-01-12 02:36:48,439 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=a77080bf-3bca-4316-9c47-ace7f0b7d836
INFO - 2021-01-12 02:36:48,439 - BinanceWebSocketApiManager._add_stream_to_stream_list(a77080bf-3bca-4316-9c47-ace7f0b7d836, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:36:48,443 - BinanceWebSocketApiSocket.start_socket(a77080bf-3bca-4316-9c47-ace7f0b7d836, ['!forceOrder'], ['{}']) socket_id=6b767be7-09c3-4c59-b74c-fd3aa4ee1d83 recent_socket_id=6b767be7-09c3-4c59-b74c-fd3aa4ee1d83
INFO - 2021-01-12 02:36:48,443 - BinanceWebSocketApiManager.subscribe_to_stream(a77080bf-3bca-4316-9c47-ace7f0b7d836, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:36:48,443 - BinanceWebSocketApiManager.create_payload(a77080bf-3bca-4316-9c47-ace7f0b7d836, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:36:48,443 - BinanceWebSocketApiManager.create_payload(a77080bf-3bca-4316-9c47-ace7f0b7d836, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:36:48,443 - BinanceWebSocketApiManager.create_payload(a77080bf-3bca-4316-9c47-ace7f0b7d836, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:36:48,443 - BinanceWebSocketApiManager.subscribe_to_stream(a77080bf-3bca-4316-9c47-ace7f0b7d836, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:36:48,443 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=a77080bf-3bca-4316-9c47-ace7f0b7d836 is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-12 02:36:49,576 - BinanceWebSocketApiSocket.start_socket(a77080bf-3bca-4316-9c47-ace7f0b7d836, ['!forceOrder'], ['{}'] socket_id=6b767be7-09c3-4c59-b74c-fd3aa4ee1d83 recent_socket_id=6b767be7-09c3-4c59-b74c-fd3aa4ee1d83 - Sending payload started ...
INFO - 2021-01-12 02:36:49,576 - BinanceWebSocketApiSocket.start_socket(a77080bf-3bca-4316-9c47-ace7f0b7d836, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-12 02:36:49,980 - BinanceWebSocketApiSocket.start_socket(a77080bf-3bca-4316-9c47-ace7f0b7d836) - Received result message: {"id":1,"result":null}
INFO - 2021-01-12 02:36:50,274 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-12, 10:36:50 UTC
INFO - 2021-01-12 02:37:07,107 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 271 B/s at 2021-01-12, 10:37:07 UTC
INFO - 2021-01-12 02:37:09,295 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 813 B/s at 2021-01-12, 10:37:09 UTC
INFO - 2021-01-12 02:37:16,193 - Present this line if asked for if not IGNORE, this is for Developer Logging
ERROR - 2021-01-12 02:37:16,193 - Invalid URL 'webhookhere': No schema supplied. Perhaps you meant http://webhookhere?
INFO - 2021-01-12 02:37:16,193 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:37:16,193 - Using stream_buffer
INFO - 2021-01-12 02:37:16,199 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610447836.1998625
INFO - 2021-01-12 02:37:16,200 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610447836.2008624
INFO - 2021-01-12 02:37:16,282 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=970021d6-9e7c-4108-87ee-7b1358d4df9f
INFO - 2021-01-12 02:37:16,282 - BinanceWebSocketApiManager._add_stream_to_stream_list(970021d6-9e7c-4108-87ee-7b1358d4df9f, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:37:16,284 - BinanceWebSocketApiSocket.start_socket(970021d6-9e7c-4108-87ee-7b1358d4df9f, ['!forceOrder'], ['{}']) socket_id=8d86fdaf-db9a-42d2-b2c8-4cd2bb3003bd recent_socket_id=8d86fdaf-db9a-42d2-b2c8-4cd2bb3003bd
INFO - 2021-01-12 02:37:16,285 - BinanceWebSocketApiManager.subscribe_to_stream(970021d6-9e7c-4108-87ee-7b1358d4df9f, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:37:16,285 - BinanceWebSocketApiManager.create_payload(970021d6-9e7c-4108-87ee-7b1358d4df9f, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:37:16,285 - BinanceWebSocketApiManager.create_payload(970021d6-9e7c-4108-87ee-7b1358d4df9f, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:37:16,285 - BinanceWebSocketApiManager.create_payload(970021d6-9e7c-4108-87ee-7b1358d4df9f, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:37:16,285 - BinanceWebSocketApiManager.subscribe_to_stream(970021d6-9e7c-4108-87ee-7b1358d4df9f, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:37:16,285 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=970021d6-9e7c-4108-87ee-7b1358d4df9f is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-12 02:37:17,358 - BinanceWebSocketApiSocket.start_socket(970021d6-9e7c-4108-87ee-7b1358d4df9f, ['!forceOrder'], ['{}'] socket_id=8d86fdaf-db9a-42d2-b2c8-4cd2bb3003bd recent_socket_id=8d86fdaf-db9a-42d2-b2c8-4cd2bb3003bd - Sending payload started ...
INFO - 2021-01-12 02:37:17,358 - BinanceWebSocketApiSocket.start_socket(970021d6-9e7c-4108-87ee-7b1358d4df9f, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-12 02:37:17,768 - BinanceWebSocketApiSocket.start_socket(970021d6-9e7c-4108-87ee-7b1358d4df9f) - Received result message: {"id":1,"result":null}
INFO - 2021-01-12 02:37:18,262 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-12, 10:37:18 UTC
INFO - 2021-01-12 02:37:28,024 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 271 B/s at 2021-01-12, 10:37:28 UTC
INFO - 2021-01-12 02:37:35,309 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 813 B/s at 2021-01-12, 10:37:35 UTC
INFO - 2021-01-12 02:41:11,076 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.04 kB/s at 2021-01-12, 10:41:11 UTC
INFO - 2021-01-12 02:41:11,152 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.04 kB/s at 2021-01-12, 10:41:11 UTC
INFO - 2021-01-12 02:41:26,001 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 2.11 kB/s at 2021-01-12, 10:41:26 UTC
INFO - 2021-01-12 02:41:26,137 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 2.11 kB/s at 2021-01-12, 10:41:26 UTC
INFO - 2021-01-12 02:45:13,081 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:45:13,092 - Using stream_buffer
INFO - 2021-01-12 02:45:13,093 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610448313.093411
INFO - 2021-01-12 02:45:13,093 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610448313.093411
INFO - 2021-01-12 02:45:13,200 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=33423b7d-1a58-404d-9ba9-40b99fdfe2a9
INFO - 2021-01-12 02:45:13,200 - BinanceWebSocketApiManager._add_stream_to_stream_list(33423b7d-1a58-404d-9ba9-40b99fdfe2a9, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:45:13,203 - BinanceWebSocketApiSocket.start_socket(33423b7d-1a58-404d-9ba9-40b99fdfe2a9, ['!forceOrder'], ['{}']) socket_id=981af4fa-e139-41bb-9598-6d6f95522f9f recent_socket_id=981af4fa-e139-41bb-9598-6d6f95522f9f
INFO - 2021-01-12 02:45:13,203 - BinanceWebSocketApiManager.subscribe_to_stream(33423b7d-1a58-404d-9ba9-40b99fdfe2a9, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:45:13,203 - BinanceWebSocketApiManager.create_payload(33423b7d-1a58-404d-9ba9-40b99fdfe2a9, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:45:13,203 - BinanceWebSocketApiManager.create_payload(33423b7d-1a58-404d-9ba9-40b99fdfe2a9, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:45:13,203 - BinanceWebSocketApiManager.create_payload(33423b7d-1a58-404d-9ba9-40b99fdfe2a9, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:45:13,203 - BinanceWebSocketApiManager.subscribe_to_stream(33423b7d-1a58-404d-9ba9-40b99fdfe2a9, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:45:13,203 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=33423b7d-1a58-404d-9ba9-40b99fdfe2a9 is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-12 02:45:14,338 - BinanceWebSocketApiSocket.start_socket(33423b7d-1a58-404d-9ba9-40b99fdfe2a9, ['!forceOrder'], ['{}'] socket_id=981af4fa-e139-41bb-9598-6d6f95522f9f recent_socket_id=981af4fa-e139-41bb-9598-6d6f95522f9f - Sending payload started ...
INFO - 2021-01-12 02:45:14,338 - BinanceWebSocketApiSocket.start_socket(33423b7d-1a58-404d-9ba9-40b99fdfe2a9, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-12 02:45:14,715 - BinanceWebSocketApiSocket.start_socket(33423b7d-1a58-404d-9ba9-40b99fdfe2a9) - Received result message: {"id":1,"result":null}
INFO - 2021-01-12 02:45:15,276 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 338 B/s at 2021-01-12, 10:45:15 UTC
INFO - 2021-01-12 02:45:16,233 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.05 kB/s at 2021-01-12, 10:45:16 UTC
INFO - 2021-01-12 02:47:59,206 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.05 kB/s at 2021-01-12, 10:47:59 UTC
INFO - 2021-01-12 02:54:37,218 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 1.84 kB/s at 2021-01-12, 10:54:37 UTC
INFO - 2021-01-12 02:56:39,777 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-12 02:56:39,777 - Using stream_buffer
INFO - 2021-01-12 02:56:39,788 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610448999.7887466
INFO - 2021-01-12 02:56:39,788 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610448999.7887466
INFO - 2021-01-12 02:56:40,292 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=7c200344-2090-46fe-ac6f-19af8a24cff5
INFO - 2021-01-12 02:56:40,292 - BinanceWebSocketApiManager._add_stream_to_stream_list(7c200344-2090-46fe-ac6f-19af8a24cff5, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-12 02:56:40,295 - BinanceWebSocketApiSocket.start_socket(7c200344-2090-46fe-ac6f-19af8a24cff5, ['!forceOrder'], ['{}']) socket_id=a6a400c1-931e-4674-8b15-fd63dec1fa4b recent_socket_id=a6a400c1-931e-4674-8b15-fd63dec1fa4b
INFO - 2021-01-12 02:56:40,295 - BinanceWebSocketApiManager.subscribe_to_stream(7c200344-2090-46fe-ac6f-19af8a24cff5, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:56:40,301 - BinanceWebSocketApiManager.create_payload(7c200344-2090-46fe-ac6f-19af8a24cff5, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-12 02:56:40,301 - BinanceWebSocketApiManager.create_payload(7c200344-2090-46fe-ac6f-19af8a24cff5, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-12 02:56:40,301 - BinanceWebSocketApiManager.create_payload(7c200344-2090-46fe-ac6f-19af8a24cff5, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:56:40,301 - BinanceWebSocketApiManager.subscribe_to_stream(7c200344-2090-46fe-ac6f-19af8a24cff5, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-12 02:56:40,303 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=7c200344-2090-46fe-ac6f-19af8a24cff5 is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-13 07:16:52,552 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-13 07:16:52,557 - Using stream_buffer
INFO - 2021-01-13 07:16:52,557 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610551012.5573177
INFO - 2021-01-13 07:16:52,557 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610551012.5573177
INFO - 2021-01-13 07:16:52,682 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=b68d4118-833d-4232-a365-6289c7ae750f
INFO - 2021-01-13 07:16:52,683 - BinanceWebSocketApiManager._add_stream_to_stream_list(b68d4118-833d-4232-a365-6289c7ae750f, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-13 07:16:52,684 - BinanceWebSocketApiSocket.start_socket(b68d4118-833d-4232-a365-6289c7ae750f, ['!forceOrder'], ['{}']) socket_id=d21b9a53-b30a-4b21-a10a-358da22dbedf recent_socket_id=d21b9a53-b30a-4b21-a10a-358da22dbedf
INFO - 2021-01-13 07:16:52,684 - BinanceWebSocketApiManager.subscribe_to_stream(b68d4118-833d-4232-a365-6289c7ae750f, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 07:16:52,684 - BinanceWebSocketApiManager.create_payload(b68d4118-833d-4232-a365-6289c7ae750f, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 07:16:52,684 - BinanceWebSocketApiManager.create_payload(b68d4118-833d-4232-a365-6289c7ae750f, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-13 07:16:52,684 - BinanceWebSocketApiManager.create_payload(b68d4118-833d-4232-a365-6289c7ae750f, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-13 07:16:52,684 - BinanceWebSocketApiManager.subscribe_to_stream(b68d4118-833d-4232-a365-6289c7ae750f, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-13 07:16:52,684 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=b68d4118-833d-4232-a365-6289c7ae750f is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-13 07:16:53,770 - BinanceWebSocketApiSocket.start_socket(b68d4118-833d-4232-a365-6289c7ae750f, ['!forceOrder'], ['{}'] socket_id=d21b9a53-b30a-4b21-a10a-358da22dbedf recent_socket_id=d21b9a53-b30a-4b21-a10a-358da22dbedf - Sending payload started ...
INFO - 2021-01-13 07:16:53,770 - BinanceWebSocketApiSocket.start_socket(b68d4118-833d-4232-a365-6289c7ae750f, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-13 07:16:54,118 - BinanceWebSocketApiSocket.start_socket(b68d4118-833d-4232-a365-6289c7ae750f) - Received result message: {"id":1,"result":null}
INFO - 2021-01-13 07:16:55,052 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-13, 15:16:55 UTC
INFO - 2021-01-13 07:16:57,110 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 534 B/s at 2021-01-13, 15:16:57 UTC
INFO - 2021-01-13 07:17:38,275 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 536 B/s at 2021-01-13, 15:17:38 UTC
INFO - 2021-01-13 07:17:39,211 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 2.11 kB/s at 2021-01-13, 15:17:39 UTC
INFO - 2021-01-13 07:18:07,752 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-13 07:18:07,753 - Using stream_buffer
INFO - 2021-01-13 07:18:07,757 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610551087.7571905
INFO - 2021-01-13 07:18:07,758 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610551087.758204
INFO - 2021-01-13 07:18:07,837 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=d6ce8dcd-a891-40be-ac25-6f8ba0c34961
INFO - 2021-01-13 07:18:07,837 - BinanceWebSocketApiManager._add_stream_to_stream_list(d6ce8dcd-a891-40be-ac25-6f8ba0c34961, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-13 07:18:07,844 - BinanceWebSocketApiSocket.start_socket(d6ce8dcd-a891-40be-ac25-6f8ba0c34961, ['!forceOrder'], ['{}']) socket_id=e79cd0ae-9e5b-4f70-bedc-4957a5f8dfd7 recent_socket_id=e79cd0ae-9e5b-4f70-bedc-4957a5f8dfd7
INFO - 2021-01-13 07:18:07,851 - BinanceWebSocketApiManager.subscribe_to_stream(d6ce8dcd-a891-40be-ac25-6f8ba0c34961, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 07:18:07,863 - BinanceWebSocketApiManager.create_payload(d6ce8dcd-a891-40be-ac25-6f8ba0c34961, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 08:48:53,652 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-13 08:48:53,655 - Using stream_buffer
INFO - 2021-01-13 08:48:53,656 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610556533.6568453
INFO - 2021-01-13 08:48:53,657 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610556533.6578114
INFO - 2021-01-13 08:48:53,727 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=6301756a-f719-4567-a0f0-bf605751d836
INFO - 2021-01-13 08:48:53,727 - BinanceWebSocketApiManager._add_stream_to_stream_list(6301756a-f719-4567-a0f0-bf605751d836, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-13 08:48:53,737 - BinanceWebSocketApiSocket.start_socket(6301756a-f719-4567-a0f0-bf605751d836, ['!forceOrder'], ['{}']) socket_id=7cd3b6ad-9e8f-4b5f-9730-f644a952e6bf recent_socket_id=7cd3b6ad-9e8f-4b5f-9730-f644a952e6bf
INFO - 2021-01-13 08:48:53,756 - BinanceWebSocketApiManager.subscribe_to_stream(6301756a-f719-4567-a0f0-bf605751d836, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 08:48:53,763 - BinanceWebSocketApiManager.create_payload(6301756a-f719-4567-a0f0-bf605751d836, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 08:48:53,769 - BinanceWebSocketApiManager.create_payload(6301756a-f719-4567-a0f0-bf605751d836, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-13 08:48:53,775 - BinanceWebSocketApiManager.create_payload(6301756a-f719-4567-a0f0-bf605751d836, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-13 08:48:53,775 - BinanceWebSocketApiManager.subscribe_to_stream(6301756a-f719-4567-a0f0-bf605751d836, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-13 08:48:53,775 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=6301756a-f719-4567-a0f0-bf605751d836 is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-13 08:48:54,902 - BinanceWebSocketApiSocket.start_socket(6301756a-f719-4567-a0f0-bf605751d836, ['!forceOrder'], ['{}'] socket_id=7cd3b6ad-9e8f-4b5f-9730-f644a952e6bf recent_socket_id=7cd3b6ad-9e8f-4b5f-9730-f644a952e6bf - Sending payload started ...
INFO - 2021-01-13 08:48:54,908 - BinanceWebSocketApiSocket.start_socket(6301756a-f719-4567-a0f0-bf605751d836, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-13 08:48:55,285 - BinanceWebSocketApiSocket.start_socket(6301756a-f719-4567-a0f0-bf605751d836) - Received result message: {"id":1,"result":null}
INFO - 2021-01-13 08:48:56,162 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-13, 16:48:56 UTC
INFO - 2021-01-13 08:55:10,978 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-13 08:55:10,979 - Using stream_buffer
INFO - 2021-01-13 08:55:10,980 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610556910.9807224
INFO - 2021-01-13 08:55:10,982 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610556910.9826775
INFO - 2021-01-13 08:55:11,200 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=64cd2ea0-2c99-4988-b10b-1529defddfea
INFO - 2021-01-13 08:55:11,200 - BinanceWebSocketApiManager._add_stream_to_stream_list(64cd2ea0-2c99-4988-b10b-1529defddfea, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-13 08:55:11,200 - BinanceWebSocketApiSocket.start_socket(64cd2ea0-2c99-4988-b10b-1529defddfea, ['!forceOrder'], ['{}']) socket_id=d416d50d-992c-4ddd-8faa-2456238af833 recent_socket_id=d416d50d-992c-4ddd-8faa-2456238af833
INFO - 2021-01-13 08:55:11,209 - BinanceWebSocketApiManager.subscribe_to_stream(64cd2ea0-2c99-4988-b10b-1529defddfea, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 08:55:11,214 - BinanceWebSocketApiManager.create_payload(64cd2ea0-2c99-4988-b10b-1529defddfea, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 08:55:11,222 - BinanceWebSocketApiManager.create_payload(64cd2ea0-2c99-4988-b10b-1529defddfea, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-13 08:55:11,222 - BinanceWebSocketApiManager.create_payload(64cd2ea0-2c99-4988-b10b-1529defddfea, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-13 08:55:11,222 - BinanceWebSocketApiManager.subscribe_to_stream(64cd2ea0-2c99-4988-b10b-1529defddfea, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-13 08:55:11,222 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=64cd2ea0-2c99-4988-b10b-1529defddfea is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-13 08:55:12,352 - BinanceWebSocketApiSocket.start_socket(64cd2ea0-2c99-4988-b10b-1529defddfea, ['!forceOrder'], ['{}'] socket_id=d416d50d-992c-4ddd-8faa-2456238af833 recent_socket_id=d416d50d-992c-4ddd-8faa-2456238af833 - Sending payload started ...
INFO - 2021-01-13 08:55:12,369 - BinanceWebSocketApiSocket.start_socket(64cd2ea0-2c99-4988-b10b-1529defddfea, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-13 08:55:12,778 - BinanceWebSocketApiSocket.start_socket(64cd2ea0-2c99-4988-b10b-1529defddfea) - Received result message: {"id":1,"result":null}
INFO - 2021-01-13 08:55:13,184 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-13, 16:55:13 UTC
INFO - 2021-01-13 08:55:41,246 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 266 B/s at 2021-01-13, 16:55:41 UTC
INFO - 2021-01-13 08:55:43,328 - Present this line if asked for if not IGNORE, this is for Developer Logging
ERROR - 2021-01-13 08:55:43,328 - binance {"code":-4003,"msg":"Quantity less than zero."}
INFO - 2021-01-13 08:55:43,330 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-13 08:55:43,330 - Using stream_buffer
INFO - 2021-01-13 08:55:43,330 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610556943.3304267
INFO - 2021-01-13 08:55:43,330 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610556943.3304267
INFO - 2021-01-13 08:55:43,435 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=984bda0f-2604-466d-bd5e-d5b3efc91c40
INFO - 2021-01-13 08:55:43,438 - BinanceWebSocketApiManager._add_stream_to_stream_list(984bda0f-2604-466d-bd5e-d5b3efc91c40, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-13 08:55:43,438 - BinanceWebSocketApiSocket.start_socket(984bda0f-2604-466d-bd5e-d5b3efc91c40, ['!forceOrder'], ['{}']) socket_id=0aeb515c-8ec7-4250-a1b0-7b6ec0e6d02b recent_socket_id=0aeb515c-8ec7-4250-a1b0-7b6ec0e6d02b
INFO - 2021-01-13 08:55:43,438 - BinanceWebSocketApiManager.subscribe_to_stream(984bda0f-2604-466d-bd5e-d5b3efc91c40, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 08:55:43,438 - BinanceWebSocketApiManager.create_payload(984bda0f-2604-466d-bd5e-d5b3efc91c40, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 08:55:43,438 - BinanceWebSocketApiManager.create_payload(984bda0f-2604-466d-bd5e-d5b3efc91c40, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-13 08:55:43,438 - BinanceWebSocketApiManager.create_payload(984bda0f-2604-466d-bd5e-d5b3efc91c40, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-13 08:55:43,438 - BinanceWebSocketApiManager.subscribe_to_stream(984bda0f-2604-466d-bd5e-d5b3efc91c40, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-13 08:55:43,438 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=984bda0f-2604-466d-bd5e-d5b3efc91c40 is wss://fstream.binance.com/stream?streams=!forceOrder@arr
INFO - 2021-01-13 08:55:44,295 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 529 B/s at 2021-01-13, 16:55:44 UTC
INFO - 2021-01-13 08:55:44,564 - BinanceWebSocketApiSocket.start_socket(984bda0f-2604-466d-bd5e-d5b3efc91c40, ['!forceOrder'], ['{}'] socket_id=0aeb515c-8ec7-4250-a1b0-7b6ec0e6d02b recent_socket_id=0aeb515c-8ec7-4250-a1b0-7b6ec0e6d02b - Sending payload started ...
INFO - 2021-01-13 08:55:44,565 - BinanceWebSocketApiSocket.start_socket(984bda0f-2604-466d-bd5e-d5b3efc91c40, ['!forceOrder'], ['{}'] - Sending payload: {'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}
INFO - 2021-01-13 08:55:44,911 - BinanceWebSocketApiSocket.start_socket(984bda0f-2604-466d-bd5e-d5b3efc91c40) - Received result message: {"id":1,"result":null}
INFO - 2021-01-13 08:55:45,221 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 71 B/s at 2021-01-13, 16:55:45 UTC
INFO - 2021-01-13 08:55:54,315 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 262 B/s at 2021-01-13, 16:55:54 UTC
INFO - 2021-01-13 08:55:55,247 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 267 B/s at 2021-01-13, 16:55:55 UTC
INFO - 2021-01-13 08:56:11,293 - BinanceWebSocketApiManager._frequent_checks() - reached new highest_receiving_speed 528 B/s at 2021-01-13, 16:56:11 UTC
INFO - 2021-01-13 08:56:36,515 - New instance of unicorn-binance-websocket-api_1.28.0-python_3.8.5 on Windows 10 started ...
INFO - 2021-01-13 08:56:36,515 - Using stream_buffer
INFO - 2021-01-13 08:56:36,523 - BinanceWebSocketApiManager._frequent_checks() new instance created with frequent_checks_id=1610556996.5236351
INFO - 2021-01-13 08:56:36,526 - BinanceWebSocketApiManager._keepalive_streams() new instance created with keepalive_streams_id=1610556996.5260642
INFO - 2021-01-13 08:56:36,622 - BinanceWebSocketApiManager.create_stream(['!forceOrder'], ['{}'], None, False, False) with stream_id=81be2ea1-c91b-4655-bec7-39c7372ff2e3
INFO - 2021-01-13 08:56:36,624 - BinanceWebSocketApiManager._add_stream_to_stream_list(81be2ea1-c91b-4655-bec7-39c7372ff2e3, ['!forceOrder'], ['{}'], None, False, False)
INFO - 2021-01-13 08:56:36,634 - BinanceWebSocketApiSocket.start_socket(81be2ea1-c91b-4655-bec7-39c7372ff2e3, ['!forceOrder'], ['{}']) socket_id=d5a8bb66-cb8f-470f-8590-4b4fc8933480 recent_socket_id=d5a8bb66-cb8f-470f-8590-4b4fc8933480
INFO - 2021-01-13 08:56:36,634 - BinanceWebSocketApiManager.subscribe_to_stream(81be2ea1-c91b-4655-bec7-39c7372ff2e3, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 08:56:36,634 - BinanceWebSocketApiManager.create_payload(81be2ea1-c91b-4655-bec7-39c7372ff2e3, ['!forceOrder'], ['{}']) started ...
INFO - 2021-01-13 08:56:36,634 - BinanceWebSocketApiManager.create_payload(81be2ea1-c91b-4655-bec7-39c7372ff2e3, ['!forceOrder'], ['{}']) - Payload: [{'method': 'SUBSCRIBE', 'params': ['!forceOrder@arr'], 'id': 1}]
INFO - 2021-01-13 08:56:36,634 - BinanceWebSocketApiManager.create_payload(81be2ea1-c91b-4655-bec7-39c7372ff2e3, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-13 08:56:36,634 - BinanceWebSocketApiManager.subscribe_to_stream(81be2ea1-c91b-4655-bec7-39c7372ff2e3, ['!forceOrder'], ['{}']) finished ...
INFO - 2021-01-13 08:56:36,634 - BinanceWebSocketApiManager.create_websocket_uri(['!forceOrder'], ['{}'], , False) - Created websocket URI for stream_id=81be2ea1-c91b-4655-bec7-39c7372ff2e3 is wss://fstream.binance.com/stream?streams=!forceOrder@arr

Feature request - Maintain settings profile

Hello Development team,

Would like to request a feature,

Feature: Create/maintain settings profiles.
Purpose: To maintain different profiles in different situations,

If bull run starts, to have specific settings and for normal market situations have another settings.

Thank you.

Bug configuration coin.json

Hello everyone, I'm currently encountering a bug on Lickhunter, I'm configuring my Coin by LHPControle and when I launch it, each coin appears in triple with different settings. Has anyone ever had a problem? Do you know how to resolve it?

image

so the bot is using wrong parameters

image

image

Controlling bot via telegram while away from PC?

Hello guys.

Great project btw and I'd like to thank all the contributors!

Would it be possible to integrate telegram to control the bot with simple commands like:

  • start the bot
  • stop the bot
  • show daily profits
  • show balance
  • reload settings (change long and short offsets)?

That would give users more control over the bot while away from PC - you could switch the bot on/off or increase/decrease offsets values under extreme market movements.

I'm using freqtrade with telegram for spot trading and having control everywhere and anytime just from your phone it's a great advantage.

telegram_lickhunter

Thanks again for great work!

FQ: Stop the bot gracefully

This is a feature request.
It would be nice if we had an option to stop the bot gracefully. e.g. start no new position and just finish with the existing positions.

OpenOrderIsolation or MaxOpen not update coin.js

Thanks for your effort to make the bot more awesome,

I notice, in 1.77.3 when OpenOrderIsolation or MaxOpen turn to True, LHPC will, update coin.js to same with Open Order list, to prevent Open Order another coins, but in 1.77.4, LHPC not update coin.js.

it is bug or i miss understanding LHPC works?

Precentbal per pair

is it possible to have precentbal per pair ? as in a new feature for the bot since i tend to lower my pb for more liquid pairs.
if thats doable would love to see that as a new feature.

Best regards ,

Salty

Is there any way to stop/start LHPC programatically ?

I've developed a script that finds the most optimal coins lick values every 30 minutes, but when I try to update the values on varPairs.json (or coins.json), I can see the new values are overwritten during the next bot refresh cycle.
Is there any way to programmatically stop and restart LHPC to avoid this ?
This is the flow I'm trying to achieve :

  • stop LHPC
  • update the coins config values
  • restart LHPC

It would be even optimal, to be able to refresh those values without having to stop the bot

isolationPercentage wrong value

isolationPercentage if set at 10 (meaning 10% of total balance) it triggers at 1% instead.
Going to test if the same happens at 20 too.

Future Update - Settings profiles

Make the bot change the settings on the fly (for example stop itself, call another settings file and re run again) based on specific conditions like:

  1. Time based profiles - Let's say I create 2 settings files, 1 for the day while I am awake and monitoring the bot with a bit more aggressive configs and 1 for the night with safer settings The swap between the profiles will be triggered by predetermined time that the user will set on LHPC. So if I enable this feature when I woke up everyday at 8:00 the bot will automatically load the daily settings, etc.

  2. Conditional based profiles - If I run the daily profile explained above and my isolationOrder=10 kicks in, do nothing. But if my balance keeps falling further and goes below i.e. 30% (value set by user), swap to a safer profile settings file (with lower leverage and/or pb, etc) until the bot closes the dangerous positions and returns to normal trading, then swap back to it's aggressive profile automatically or have an option to disable swapping back (in case the market stays volatile whole day for example).

  3. Manual swapping - A new Profiles tab next to Activity one, where you can list all your profiles and few buttons like Create, Clone, Edit, Delete profile, and of course the manual swap button to a profile selected by the user at that moment, i.e. from a dropdown menu.

Before the LHPC I used to edit the settings file, according to my preference of the market at moment, on the fly and just save it with a simple Ctrl+S (no need to stop and restart the bot).
Since the release of LHPC, I have to stop the bot -> change the settings I want (pb and lev most of the time) -> save settings -> Start the bot.
Few extra steps than before, so I thought we might as well make that process a bit simpler and why not provide an export profile feature too (were all personal details, like keys will be deleted from the settings file) then those profile files get into a zip file for example so we can send that profile file to another user to instantly load it and run it on his own bot.

Why not on top of that in the future make a Leaderboard where users can vote among other users profiles so the top 3 can be picked and packed by default to new bot installations. So a new user can start from somewhere since lots of them don't want to mess with settings and just want a stable bot running.

[Errno 22] Invalid argument

Found out that latest version of LH wwith latest version of LHPC crashed on my VPS, when I was checking the logs I had 249MB of a log mostly with this message:

ERROR - 2021-01-19 19:06:12,384 - [Errno 22] Invalid argument

I will attach all my logs and the debug.
In case its nothing related feel free to close.

Thanks for your efforts and keep the good work.
debugData.txt
other logs.zip

feature request - show yesterday's pnl information

Feature Request.

Show the previous days pnl amount and percentage, without having to use additional programs or going directly to get the information from the wallet on the selected exchange. (have the daily amount move into a separate variable before resetting the current days values at midnight)

LHPC Doesnt open order

Last 2 days bot doesnt take open order or take little bit late. Sometimes its missing take profit because of that delay. İ changed api but nothing change.

feature request - purge logs or clamp log sizes

Just a feature request to purge the log files, or clamp the max size of the logs (by clearing the oldest entries as new ones are put in).

this would save us from landing log files that turn into several gb of data that can't be opened.

websocket turns off as soon as order isolation is on and wont dca on open orders

I am running 2 bots one 1.6 with doos and 1.77 with UI, but noticed that as soon as order isolation turns on, WebSocket disappears from the pm2 monitor and order will not dca while same order on 1.6 dca'ing no problem, same settings on both bots, only with different accounts. Not sure how to fix it, it only did DCA a few times while isolation was inactive.

pressing stop bot does not shut down lhp background processes correctly

not sure if this is an isolated issue or not, but when I stop bot via lhpc, i still need to manually shut down profit/websocket processes. (had this happen consistently over the past few days. it has just completely stopped killing the processes itself.)

I have deleted and set both lhp and lhpc back up with no change to the behavior.

While (at this time) it has worked in my favor, I do not feel like that will always be the case.

"Update All" button dosen't work

So, fresh install of lickhunter 1.76, toying around with LHPC...
I tried to input different values into the boxes nothing works, i get a message saying "you need to input all the values"
I didn't even turn it on yet just clicked save changes a few times.

debugData.txt

bug_lhpc

Future Update - Incorporate Crypto Tracker

As a future update it would be nice a crypto tracker to be incorporated in LHPC. Either embedded or to run externally as it does via a web browser now.

One control panel, to rule them all :P

Coin Search Bar

A search bar above coin list would be nice for faster editing.
Whole or even better at the right side of the box i drew. I think there is a good place for a search bar.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.