Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nice work #20

Open
MBillar opened this issue May 29, 2022 · 19 comments
Open

Nice work #20

MBillar opened this issue May 29, 2022 · 19 comments

Comments

@MBillar
Copy link

MBillar commented May 29, 2022

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
Copy link
Author

MBillar commented May 29, 2022

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)

@51bitquant
Copy link
Owner

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.

@MBillar
Copy link
Author

MBillar commented May 30, 2022

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

@MBillar
Copy link
Author

MBillar commented May 30, 2022

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

@51bitquant
Copy link
Owner

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
Copy link
Owner

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

@MBillar
Copy link
Author

MBillar commented Jun 1, 2022

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
Copy link
Author

MBillar commented Jun 1, 2022

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
Copy link
Author

MBillar commented Jun 1, 2022

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

@MBillar
Copy link
Author

MBillar commented Jun 1, 2022

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

@51bitquant
Copy link
Owner

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.

@MBillar
Copy link
Author

MBillar commented Jun 3, 2022

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.

@51bitquant
Copy link
Owner

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

@51bitquant
Copy link
Owner

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

@MBillar
Copy link
Author

MBillar commented Jun 6, 2022

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

@51bitquant
Copy link
Owner

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.

@MBillar
Copy link
Author

MBillar commented Jun 7, 2022

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

@51bitquant
Copy link
Owner

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.

@MBillar
Copy link
Author

MBillar commented Oct 14, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants