Skip to content

Instantly share code, notes, and snippets.

@jonorsky
Last active August 17, 2018 20:12
Show Gist options
  • Save jonorsky/31a1e9fdbdf3a0b328350f5a0de460ef to your computer and use it in GitHub Desktop.
Save jonorsky/31a1e9fdbdf3a0b328350f5a0de460ef to your computer and use it in GitHub Desktop.
sudo apt-get install libkrb5-dev
For Fix in rendering npm install
npm install -g jshint
Fresh Installation -
Fix selling after quit in cmd
if(quit) <--
Binance timeout, must be 5000
Login: gbox
Password:
fetch to OAuth - user/pass of gbox
if success: fetch to MIS data
send gbox account to MIS
retrieve account detaios to MIS using gbox account
check the userid in CGC Database
if exist then update
if not then create new entry with user_type=S
====================================================================================================
You're all set!
You're ready to start developing!
Client ID
357468872671-u67ps8senkpd7u2c3jvh84jacheoj8mg.apps.googleusercontent.com
Client Secret
2lsLumehITZIM3FcR1iSmH57
info
You can always manage your API credentials and usage later in the API Console.
====================================================================================================
https://stackoverflow.com/questions/7948789/mongod-complains-that-there-is-no-data-db-folder
sudo mkdir -p /data/db/
sudo chmod 0755 /data/db
sudo chmod -R 0755 /data/db
Start in other terminal = mongod
First Confi: trend
http://146.71.76.194:20000/
High Trade
http://146.71.76.194:20039/
Default
http://146.71.76.194:20087/
Sar High Trade
http://146.71.76.194:20055/
Sar High Trade
Krilston
Adjusted trend_ema
./zenbot.sh sim --period=10m --min_periods=60 --strategy=trend_ema --trend_ema=2 --neutral_rate=0.15 --buy_pct=50 --sell_pct=90 --days=1
Test - Final[High Trade Trend]
./zenbot.sh sim --strategy=trend_ema --trend_ema=2 --oversold_rsi_periods=32
./zenbot.sh sim --strategy=trend_ema_reverse --trend_ema=2 --oversold_rsi_periods=32
Sar High Trade
./zenbot.sh sim --days=1 --strategy=sar --period=1m
./zenbot.sh sim --days=1 --strategy=sar_rev --period=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment