Support Board
Date/Time: Mon, 20 Jan 2025 08:25:45 +0000
Post From: Looking for Bitmex help ( exchange problem)
[2018-05-28 06:48:14] |
User651753 - Posts: 77 |
Looking for help to better trade on bitmex. Like everyone, I am getting errors because bitmex is having problems, Lag, cant place order is there any setting I can change to fix up? ( I Prefer the DTC as I tested 2 system with DTC and API and the API was worst) Is there a setting to keep re-sending the action until it gets through? ( Eg resend every 1 min for a max of 5 min) Is there a way to implement bitmex dead man switch https://www.bitmex.com/app/wsAPI#Dead-Mans-Switch-Auto-Cancel ( at least this will cancel the order) One way I have managed to get around this with a spreadsheet: 1. Build your system eg on 1 hr .... then use the study/price overlay study and place all the study on a 1 min chart 2. Within the spreadsheet setting, limit only ONCE per direction... 3. Build the Spreadsheet system to keep trigging K3 every candle until reversal, I've also made a so it will only keep triggering order if the count is less then eg 10 =IF(p3, 1, u4 + 1)
k3 = =if(u3<10,p3,0)
at least doing this - if there is an error it will try on every candle after, and if it does not enter a trade after 10 min of first triggering entry, it will stop sending an order. Is there a way to chart on less then 1 mim ? can you use a spreadsheet to trade on 10 sec ? |