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

Fixes for Quadriga CX trading #386

Merged
merged 7 commits into from
Jul 18, 2017
Merged

Fixes for Quadriga CX trading #386

merged 7 commits into from
Jul 18, 2017

Conversation

cmroche
Copy link
Contributor

@cmroche cmroche commented Jul 15, 2017

  • 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

* 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
Copy link
Owner

@DeviaVir DeviaVir left a comment

Choose a reason for hiding this comment

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

👍

@DeviaVir DeviaVir merged commit 21e2133 into DeviaVir:master Jul 18, 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
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