-
What is this Error?
```
def close(symbol, size):
order_id = trade.create_market_order(
symbol=symbol,
side='sell',
size=size
)
return order_id
```
…
-
## Description
I've modified the default rsi scanner, using symbols 'AAPL' and 'SGAPY' from Alpaca. The values for downloading history might be incorrect or history is missing on the broker. How does…
-
Hi,
I'm trying to implement an order cancel test.
The order works fine
`Trade_client = Trade(key=api_key, secret=api_secret, passphrase=api_passphrase, is_sandbox=False, `url='')
order_id = Trade_…
-
### Describe the bug
When using Kucoin, the bot sometimes returns an error during order cancellation, and then this order is considered lost. It subsequently tries to cancel it multiple times and pri…
-
### Describe the bug
I'm trying to create a pure_market_making strategy using uniswap_ethereum_mainnet connector. I created a gateway wallet for mainnet. And when trying to create a strategy, the uni…
-
### Issue URL (Incorrect Blocking)
[https://www.kucoin.com](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fwww.kucoin.com)
### Comment
> Safe Browsing (adguard-m…
-
this is the respone of my code
$contract = new Contract();
try {
$results = $contract->getList();
// = $contract->getDetail("BTCUSDTM");
//echo '';
//foreach($resul…
-
This has nothing to do with Dali code base, but rather external apis that Dali depends on. Two issues that I have found have to do with Binance and Kraken APIs. I believe there could be more potential…
-
the app connects to the public websocket, subscribe to some market data, e.g. ticker ETH-BTC then i get this after a few pings:
trace:
java.net.SocketTimeoutException: sent ping but didn't recei…
-
Can i set take profit and stop loss to my orders?
is there any way?