Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - covellz

Pages: [1]
1
Technical Support & Development / Error: "403 - \"error code: 1020\"
« on: January 20, 2021, 05:44:20 AM »
cannot get gunbot running on my Linux Mint OS using Bittrex

Error as follows repeats

Error: "403 - \"error code: 1020\""
    at errorHandler (/snapshot/test/Desktop/node14/ctx/js/bittrex.js)
Error: {}
    at errorHandler (/snapshot/test/Desktop/node14/ctx-wrapper.js)

(Code 15902)Requesting data...please wait...

I allowed the TCP Port 5000 but still error

2
Gunbot XT Trading Bot users can now have their own Virtual Desktops in the Cloud with *Amazon Workspaces!


That's right, without any computer coding skills or droplets, IP's, HTML, or even a command prompt; this post will serve as "The Dummies' Guide to automating the  ;) GUNBOT XT Trading Bot from Gunthar De Niro. ;)

A Cloud-based workstation from Amazon Workspaces lets you have a virtual machine (Windows or Mac) so you can use it to remotely connect to from your cell, office, or home devices. Now you can have more free time and not have to babysit your trading bot.

Well, let's begin the Amazon Workspaces Tutorial for Gunbot XT and other Cryptocurrency Bot Traders.........

I'm gonna guide you With Pictures the whole way through!

Click the URL Below for the FULL Tutorial
Step-by-Step with Screenshots




Please support me with a small donation for making this tutorial
(I obviously accept Bitcoin, lol)
1MtdB2i9XiyL9Nu6VYesty9yFRUtZrvdbQ

There is a FREE Tier on Amazon WorkSpaces for up to 40 hours per month at no charge (this way you can test your Gunbot on it), but after testing it --- if you wish to truly profit with your Gunbot I suggest you get the plan for $25 per month and Unlimited Use.

3
Technical Support & Development / Gunbot XT - Trading view Charts REQUEST!
« on: November 07, 2017, 08:11:57 PM »
Hi Gunthar and family,

I REALLY REALLY REALLY would love if the charts from trading view that auto-populate for viewing could allow us to insert lines and do analysis from within the tool.

The code you'd want for example would be:
------------------------------------------------
<!-- TradingView Widget BEGIN -->
<script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
<script type="text/javascript">
new TradingView.widget({
  "width": 600,
  "height": 590,
  "symbol": "BITTREX:BTCUSDT",
  "interval": "30",
  "timezone": "America/Los_Angeles",
  "theme": "Dark",
  "style": "1",
  "locale": "en",
  "toolbar_bg": "rgba(0, 0, 0, 1)",
  "enable_publishing": true,
  "withdateranges": true,
  "hide_side_toolbar": false,
  "allow_symbol_change": true,
  "hideideas": true,
  "studies": [
    "BB@tv-basicstudies",
    "MACD@tv-basicstudies",
    "RSI@tv-basicstudies"
  ]
});
</script>
<!-- TradingView Widget END -->

Pages: [1]