- ago
Greetings,

I am running a strategy with a dataset of cryptos with your Quotes and Price triggers tool. Every symbol works fine, except for BTTCUSDT. It says that the order is "placed", but when I look at my broker, the order did not get placed. This also started happening recently - I could assume it has something to do with price falling below "0.00001" with the recept crypto dip. I did notice that the symbol gets triggered immediately when I open up the "Quotes and Price triggers" tool (as shown with the red arrows).




I am running a hourly strategy with preferred values for each symbol, I can give you the C# code if you need it.

0
178
Solved
6 Replies

Reply

Bookmark

Sort
Cone8
 ( 3.70% )
- ago
#1
Is BTTCUSDT a real symbol?
Should it be BTCUSDT?

Edit - for me, a data request for BTTCUSDT quickly returns with no data. BTCUSDT is okay.

Okay, I see BTTCUSDT on the Binance site. Let's dig deeper...
0
Cone8
 ( 3.70% )
- ago
#2
The Binance Provider is not loading BTTCUSDT as a valid symbol in the "ExchangeData" request.
What Provider is giving you BTTCUSDT data?
We shouldn't stick in a "Placed" status, but what's the min order value for BTTCUSDT anyway?
0
- ago
#3
That's weird, because I am using Binance as the data provider, symbol is also active on binance platform.




https://www.binance.com/en/trade/BTTC_USDT?type=spot

I'll look up on minimum order value.
0
Cone8
 ( 3.70% )
- ago
#4
Got it.
BTTCUSDT only comes in if you Connect to "Binance", not "BInance US" as I had.
However, we can only trade on Binance US with our account. :(

By the way, you have order Errors in that image on top. What are the Errors? (Double click on the orders if they're still in the list.)
0
- ago
#5
That's bummer :(

Particularly I assume one problem could be that the moment "quotes and price triggers" tool gets opened (which I open manually hourly - see timestamps on image below), it seems the order gets "PLACED", but never "ACTIVE".
Edit: nevermind, because some BTTCUSDT orders also got triggered in middle of the hour, so I guess it doesn't have to do much with the opening of quotes and price triggers tool I guess...

Other errors are related to insufficient funds, mostly because I'm syncing portfolio to backtest, so those are a non-issue.


7904-Book1-pdf


If I try to manually remove the order trigger, and then use the "trigger" option in your "orders and price triggers" window, the procedure works just fine and the order is activated, as shown in the two images below.




I also noticed that BTTCUSDT makes "relatively large" moves from 0.00000089 -> 0.00000090, and nothing inbetween, for example 0.000000885, so the trigger% and its graphic indicator is usually either (for example) 20%, or 100%, and nothing inbetween.
0
- ago
#6
For some unknown reason, the issue solved itself after I restarted my pc. Weird lol.
0
Best Answer

Reply

Bookmark

Sort