Bruno Buger
Bruno Buger
Hi @KingIthra, you need to open 3 orders in order to do that, i.e: ``` //original order client.newOrder(marketSell(pair.toString(), size.toString())); // tp NewOrder tpOrder = new NewOrder(pair.toString(), OrderSide.BUY, com.binance.api.client.domain.OrderType.TAKE_PROFIT_LIMIT, TimeInForce.GTC, size.toString(),...
Amazing! I'll test soon, we can dockerize if everything is working fine. @artbert @jmarunix @Zeta90 any of you was able to run a simple performance comparison between Windows(native) and Linux(Wine/'emulated')...
@AgimaFR, make sure: 1. Your Billing is set with subscription payment [https://platform.openai.com/account/billing/payment-methods](https://platform.openai.com/account/billing/payment-methods). 2. API Key is correct and inside the `config.yaml` file (OPENAI_API_KEY: ). 3. If you changed your API...
Hmmm Then, you can try to do a full cleanup: 1. From SuperAGI folder, run`docker-compose down` 2. also, `docker volume prune -f` 3. Now access https://www.pinecone.io/, and delete the existent...