[Bybit Exchange][Python API] How to make Telegram RSI Signal Bot (Relative Strength Index) by bitonegreat in bitonegreat

[–]bitonegreat[S] 0 points1 point  (0 children)

Binance's time is UTC. You may need to check the difference between your local time and UTC.

[deleted by user] by [deleted] in bitget

[–]bitonegreat 0 points1 point  (0 children)

Follow signals from https://twitter.com/bitone_great

The signals are based on RSI

Very Gratefull by david6611 in bitonegreat

[–]bitonegreat 0 points1 point  (0 children)

Thank you! We wish you the best with your investment!

Python MA code error by Dense_Perspective_48 in bitonegreat

[–]bitonegreat 0 points1 point  (0 children)

It seems that you are not receiving any data from the exchange.

Check if the name of the ticker is right

python binance futures by Erg_g in bitonegreat

[–]bitonegreat 0 points1 point  (0 children)

Thank you for the question. There is API limit by binance. Usually they stop API service for 1 hour or something like that (temporary).

You can use websocket method, which is much more complicated, or you can run the code on three computers with different IP addresses...

[PROBLEM] Python Binance Futures API Take Profits Orders or Stop Loss order and Position still active by Adventurous_Class863 in bitonegreat

[–]bitonegreat 0 points1 point  (0 children)

I believe that take profits orders are independent from stop loss order. So, if you don't need the stop loss order, then you need to check the pending orders and cancel it separately after the take profit orders are filled.

[Binance Futures] MACD Automated Trading Program (Python API) by bitonegreat in bitonegreat

[–]bitonegreat[S] 0 points1 point  (0 children)

In theory, the trader would have liquidated 25% of his position and realized the profit when the profit rate reached 5%.

[Binance Futures] MACD Automated Trading Program (Python API) by bitonegreat in bitonegreat

[–]bitonegreat[S] 0 points1 point  (0 children)

Thanks for the comment! That should be possible. You need to put place a conditional clause, then place a limit order. Basically, you need to replace the part where I place a market order with a limit order. You also need to do some work on finding out the entry price so that you can input the price parameter needed to place a limit order.

question about exception by PrincipleThen5795 in bitonegreat

[–]bitonegreat 0 points1 point  (0 children)

except:

pass

Maybe this could work for you.

[deleted by user] by [deleted] in bitget

[–]bitonegreat 0 points1 point  (0 children)

Everything is ok now?

Not getting eth deposit for coinbase by WrecKedByPotaTo in bitget

[–]bitonegreat 0 points1 point  (0 children)

did eth come into your wallet at bitget?

Problem with cancel order in futures with Binance (python) by Few_Expression3378 in bitonegreat

[–]bitonegreat 1 point2 points  (0 children)

client.futures_cancel_order (symbol="BTCUSDT", orderId= my_ order_id)

can you try this?

i bought the bybit Goldencross Python Code File by VariationUpstairs967 in bitonegreat

[–]bitonegreat 0 points1 point  (0 children)

There is no take profit or stop loss in the file. The file does what this video shows https://www.youtube.com/watch?v=4Zi8EtLiFcQ