Pablo Criado-Perez

Results 67 comments of Pablo Criado-Perez

I added support for `fetchMyTrades`, `createOrder`, `fetchBalance`, `fetchOrders`, `fetchOpenOrder` and `fetchClosedOrders`

Is anyone working on this? Happy to help to get it working

Yeah I think it needs to be migrated to work with v4. https://strapi.io/blog/v4-plugin-migration-guide

Happy to collaborate on a PR on this, if you think it would be of benefit

Thanks @hosseinab for pointing this out! There is a bug where it's only checking the first network. I'll open a PR to fix this and also include the different networks...

Hi @fferreizq . I was not able to reproduce the error using the same create order. But looking at the code the only operation done to the stopPrice is converting...

Hi @CloudTrauma , Can you provide what exchange you are seeing this and the verbose output? (https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-submit-an-issue)

Hi @CloudTrauma, Thanks for the verbose output. So the issue is the `ordType` is being sent as a market and not as a Stop or MarketIfTouched. (https://github.com/phemex/phemex-api-docs/blob/master/Public-Contract-API-en.md#orderexample) I'll open a...

Hi @Smartromain , It should print out an error when it fails. If you are able to reproduce it, can you paste the verbose output? You can turn the verbose...

Hi @prestoneckhardt , `Itbit` api does not support a call for `fetch_ohlcv()` therefore the data is built from the most recent trades using this endpoint (https://api.itbit.com/docs#market-data-get-recent-trades-get) `Bitflyer` is a similar...