Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Quadriga CX now supports LTC trading, adding to products #392

Merged
merged 12 commits into from
Jul 20, 2017
Merged

Quadriga CX now supports LTC trading, adding to products #392

merged 12 commits into from
Jul 20, 2017

Conversation

cmroche
Copy link
Contributor

@cmroche cmroche commented Jul 19, 2017

No description provided.

* Add amount for takers fee
* Minor update to backfill warning text
* Fix variable shadowing error
* Trades with the same timestamp are now ordered oldest to newest when r eturned from getTrades
* Trade volume now returned as number and not a string, prevents NaN on volume report
* Filter results on timestamp start to prevent re-reporting the same trades in the results
Some argument about the lack of type safety in javascript.
@cmroche
Copy link
Contributor Author

cmroche commented Jul 20, 2017

Also added a few more bug fixes related to passing numbers as strings.

"min_size": "0.00001",
"max_size": "10000",
"increment": "0.00001",
"label": "LTC/CAD"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it really just LTC/CAD? No other pairs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. QCX only does CAD currency and no other crypto-to-crypto trading other than ETH-BTC for the moment. But they are fiarly new, so that may change with time.

@DeviaVir DeviaVir merged commit cd2cbf2 into DeviaVir:master Jul 20, 2017
christian452 pushed a commit to christian452/zenbot that referenced this pull request Jul 27, 2017
* carlos8f-master:
  Add extension point in dev doc (DeviaVir#395)
  Removed trailing comma from dependencies. (DeviaVir#398)
  Updated name of renamed srsi_macd strategy (DeviaVir#400)
  Quadriga CX now supports LTC trading, adding to products (DeviaVir#392)
  - Bitfinex and Kraken API throw the "post only" error only on checkOrder(), check for it in engine.js (DeviaVir#391)
  Windows support (DeviaVir#387)
  setRawMode is not supported on some remote consoles (no tty) (DeviaVir#380)
  Fixes for Quadriga CX trading (DeviaVir#386)
  Only do last sell in simExit when there have been trades (DeviaVir#383)
supersabbath pushed a commit to supersabbath/zenbot that referenced this pull request Oct 2, 2017
* Quadriga CX Fixes

* Add amount for takers fee
* Minor update to backfill warning text
* Fix variable shadowing error
* Trades with the same timestamp are now ordered oldest to newest when r eturned from getTrades
* Trade volume now returned as number and not a string, prevents NaN on volume report
* Filter results on timestamp start to prevent re-reporting the same trades in the results

* Sometime opts.from is undefined, and we should return all results.

* Formatting

* Quadriga now supports trading LTC

* Fixing QCX API handling of numbers

Some argument about the lack of type safety in javascript.

* QCX fix incorrect error reporting
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants