binance_grid_trader icon indicating copy to clipboard operation
binance_grid_trader copied to clipboard

Nice work

Open MBillar opened this issue 3 years ago • 19 comments

But COINM not connecting.. is it work?

2022-05-29 03:01:26,242 INFO: dotusd_perpetual: Could Not Find The Symbol:dotusd_perpetual.BINANCE, Please Connect the Api First.

im tried to connect a lot of times

MBillar avatar May 29 '22 00:05 MBillar

the best what u can do: if new orders on red position will put on size of last minute candle on the end of the candle (for squeezes)

MBillar avatar May 29 '22 05:05 MBillar

But COINM not connecting.. is it work?

2022-05-29 03:01:26,242 INFO: dotusd_perpetual: Could Not Find The Symbol:dotusd_perpetual.BINANCE, Please Connect the Api First.

im tried to connect a lot of times

you need you connect the api first. And the future api has usdt-base and coin-base.

51bitquant avatar May 29 '22 23:05 51bitquant

Im do it. Im chose coin-m, its connecting, on init i see this error

MBillar avatar May 30 '22 23:05 MBillar

and one more thing: can u do grid for long trend, or short trend?

MBillar avatar May 30 '22 23:05 MBillar

ok,I will add it in the next version. but currently you can place specific volume of long or short order from app or website before starting this bot.

51bitquant avatar May 31 '22 01:05 51bitquant

But COINM not connecting.. is it work? 2022-05-29 03:01:26,242 INFO: dotusd_perpetual: Could Not Find The Symbol:dotusd_perpetual.BINANCE, Please Connect the Api First. im tried to connect a lot of times

you need you connect the api first. And the future api has usdt-base and coin-base.

the symbol is not correct, the symbo would be DOTUSD.BINANCE rather than dotusd_perpetual.BINANCE

51bitquant avatar May 31 '22 01:05 51bitquant

What u think about adding Divergence signals to bot for minute trading? https://ru.tradingview.com/script/n8AGnIZd-Divergence-for-Many-Indicators-v4/ this tool works perfect. it can be better than just grid

MBillar avatar Jun 01 '22 17:06 MBillar

And on spot i cant use. PAXGUSDT: Subscribe Market Data Failed,Symbol Not Found PAXG_USDT.BINANCE PAXG: Subscribe Market Data Failed,Symbol Not Found PAXG.BINANCE

MBillar avatar Jun 01 '22 17:06 MBillar

At the moment works only USDT futures. All another have same errors

MBillar avatar Jun 01 '22 17:06 MBillar

Fix it please) its bug on spot and coinm. give u 10$ if u do it tonight!

MBillar avatar Jun 01 '22 18:06 MBillar

And on spot i cant use. PAXGUSDT: Subscribe Market Data Failed,Symbol Not Found PAXG_USDT.BINANCE PAXG: Subscribe Market Data Failed,Symbol Not Found PAXG.BINANCE

use the lowercase for spot market, the symbol would be paxgusdt. for future market, use the upper case, it would be BTCUSDT for btcusdt perpetual future.

51bitquant avatar Jun 03 '22 01:06 51bitquant

And on spot i cant use. PAXGUSDT: Subscribe Market Data Failed,Symbol Not Found PAXG_USDT.BINANCE PAXG: Subscribe Market Data Failed,Symbol Not Found PAXG.BINANCE

use the lowercase for spot market, the symbol would be paxgusdt. for future market, use the upper case, it would be BTCUSDT for btcusdt perpetual future.

Lol. Its not work. I tell u: im try all possible options.

MBillar avatar Jun 03 '22 14:06 MBillar

ok, I will try to record a tutorial video today on how to setup and use this bot. wait for it.

51bitquant avatar Jun 05 '22 04:06 51bitquant

here is the tutorials for how to setup and run the binance_grid_trader bot: https://www.youtube.com/watch?v=Z_BPaRnhNzM

51bitquant avatar Jun 06 '22 01:06 51bitquant

here is the tutorials for how to setup and run the binance_grid_trader bot: https://www.youtube.com/watch?v=Z_BPaRnhNzM

for COINM stll not work any option: im try DOGEUSD, dogeusd, dogeusd_perpetual, DOGEUSD_PERPETUAL

DOGEUSD: Subscribe Market Data Failed,Symbol Not Found DOGEUSD.BINANCE DOGE: Subscribe Market Data Failed,Symbol Not Found DOGE.BINANCE DOGEUSD: Subscribe Market Data Failed,Symbol Not Found dogeusd.BINANCE

MBillar avatar Jun 06 '22 16:06 MBillar

When connecting to the exchange, did you choose the future type to "COIN" already? the future type "USD" for the usdt/busd futures, if you want to use the coinM , you need to choose the coin future type.

51bitquant avatar Jun 07 '22 02:06 51bitquant

When connecting to the exchange, did you choose the future type to "COIN" already? the future type "USD" for the usdt/busd futures, if you want to use the coinM , you need to choose the coin future type. Screenshot

MBillar avatar Jun 07 '22 03:06 MBillar

For the coin future or inverse future, the symbol is like this: DOGEUSD_PERP.BINANCE, or for eth, ETHUSD_PERP.BINANCE, ETHUSD_220930.BINANCE, ETHUSD_221230.BINANCE, for detail, pls see the gateway query_contract method.

51bitquant avatar Jul 11 '22 11:07 51bitquant

fix for widget problem with regions where numbers goes with comma

       elif type_ is float:
            validator = QtGui.QDoubleValidator()
            locale = QtCore.QLocale("us")
            validator.setLocale(locale)
            edit.setValidator(validator)

MBillar avatar Oct 14 '22 08:10 MBillar