T. Todua

Results 545 comments of T. Todua

second, for WS proxy, you need to use `wsProxy` (or `wssProxy`) instead of `http[s]Proxy`

@MohammadTaherkhani please don't repost the duplicate issue as @flav1ooo pointed out (when it doesn't significantly differ from the original topic). It's better to move your post as a comment into...

@kooomix I probably understand what you mean, as market order doesn't guarantee to execute any specific/predetermined amount, then the best route might be one from the following two scenarios: 1)...

@alexanderVorozhtsov I will look into issue a bit later and let you know. for a quick note: ``` myParams = { 'sideEffectType': 'MARGIN_BUY' } exchange.create_order(........................, params=myParams) ``` you need to...

@kroitor I've run private tests (no issues) and also made a test order (works as expected).

but this PR works only when https://github.com/ccxt/ccxt/pull/14206 is merged.

I am also marking this as **important** PR because we have to move all exchanges from `DECIMAL_PLACES` to `TICK_SIZE`.

PR become too obsolete and needs re-visit, i'll convert this to draft.

@carlosmiei passes

Thanks for report, I'll get to it asap.