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

Windows support #387

Merged
merged 6 commits into from
Jul 18, 2017
Merged

Windows support #387

merged 6 commits into from
Jul 18, 2017

Conversation

cmroche
Copy link
Contributor

@cmroche cmroche commented Jul 15, 2017

  • Fixed spawn command when trading
  • Fixed backtester runCommand
  • Added docker-compose-windows.yml which addresses DB volume exposing issues on Windows
  • Update readme.md

* Fixed spawn command when trading
* Fixed backtester runCommand
* Added docker-compose-windows.yml which addresses DB volume exposing issues on Windows
* Update readme.md
@DeviaVir DeviaVir merged commit e48dff4 into DeviaVir:master Jul 18, 2017
@typicalaimster
Copy link

typicalaimster commented Jul 18, 2017

This just broke Linux..

[ 176/176 ] zenbot.sh sim --trend_ema=20 --oversold_rsi=35 --oversold_rsi_periods=25 --neutral_rate=0.1 --period=60s --min_periods=60
zenbot.sh sim --trend_ema=20 --oversold_rsi=35 --oversold_rsi_periods=25 --neutral_rate=0.1 --period=60s --min_periods=60
/bin/sh: zenbot.sh: command not found

Note that doing a npm link does the following..
[ec2-user@plastic BackTesting-LTC]$ sudo npm link
npm WARN zenbot4@4.0.5 No repository field.
npm WARN zenbot4@4.0.5 No license field.
/usr/bin/zenbot -> /usr/lib/node_modules/zenbot4/zenbot.sh

If I edit backtesting.js and rename it from zenbot.sh back to zenbot things work fine.

Also if you edit package.json and make it..

"bin": {
"zenbot": "./zenbot.sh",
"zenbot.sh": "./zenbot.sh"
},

It works fine. Seems that some are using zenbot and others are using zenbot.sh.

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)
@cmroche cmroche deleted the windows_fixes branch August 7, 2017 12:26
supersabbath pushed a commit to supersabbath/zenbot that referenced this pull request Oct 2, 2017
* Windows support

* Fixed spawn command when trading
* Fixed backtester runCommand
* Added docker-compose-windows.yml which addresses DB volume exposing issues on Windows
* Update readme.md

* Untabify file...
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.

3 participants