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

Added support for the BTCe exchange #388

Merged
merged 10 commits into from
Jul 27, 2017
Merged

Conversation

tuxitor
Copy link
Contributor

@tuxitor tuxitor commented Jul 15, 2017

Warning - Some of the functions need testing by someone in posession of a BTCe account. In particular this is the case for the buy(), sell(), cancelOrder() and getOrder() functions

if (body.success) {
var balance = {asset: 0, currency: 0}
var funds = body.return.funds
balance.currency = 999.450009 //funds[args.currency]
Copy link
Contributor

Choose a reason for hiding this comment

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

?

var balance = {asset: 0, currency: 0}
var funds = body.return.funds
balance.currency = 999.450009 //funds[args.currency]
balance.asset = 0.450008 //funds[args.asset]
Copy link
Contributor

Choose a reason for hiding this comment

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

?

@DeviaVir
Copy link
Owner

@MrSiNiSt3R might be interested in testing

@crubb
Copy link
Contributor

crubb commented Jul 27, 2017

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.

👍 great work!

@DeviaVir DeviaVir merged commit e9c2a11 into DeviaVir:master Jul 27, 2017
christian452 pushed a commit to christian452/zenbot that referenced this pull request Aug 4, 2017
…os8f-master

* 'master' of https://github.com/carlos8f/zenbot:
  Improve command help for train command (DeviaVir#436)
  Support for missing win/loss and error rate from output (DeviaVir#426)
  Fix docker builds for forex.analytics (DeviaVir#424)
  Minor fixes for Quadriga trading API (DeviaVir#421)
  xmpp for trading alarms (DeviaVir#333)
  Strategies: TA (ema+macd) and Trust/Distrust (DeviaVir#285)
  Fixed docker build (DeviaVir#349)
  updated c.default_selector to c.selector in README.md (DeviaVir#418)
  added check for message before doing anything with it (DeviaVir#412)
  FIX: Properly check for unknown indicators in forex_analytics (DeviaVir#408)
  Added support for the BTCe exchange (DeviaVir#388)
  Add strategy: forex.analytics, an genetic optimization algorithm for TA-lib stats (DeviaVir#389)

# Conflicts:
#	.gitignore
#	commands/sim.js
#	extensions/exchanges/bittrex/exchange.js
#	extensions/exchanges/quadriga/exchange.js
#	lib/engine.js
#	scripts/auto_backtester/backtester.js
supersabbath pushed a commit to supersabbath/zenbot that referenced this pull request Oct 2, 2017
* Added support for the BTCe exchange

* A minor cleanup

* Even more cleanup

* Visible RSI values in the free space along with the RSI graph and some minor cosmetic changes to make for a more pleasant formatting

* Adjusted display for (RSI === 100)

* Fixed a line that got lost in copy
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.

5 participants