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.


Messages - 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
General Discussion / Re: TSSL selling at a loss
« on: June 14, 2018, 01:26:47 PM »
TSSL is selling at losses for me on Bittrex too.


3
sorry, Amazon Workspaces! What is Amazon Servers?

I'm running 15 pairs for weeks flawlessly.

Read my article. the Free version is only 40 hours.

I'm certain the method you describe is much more technical to set up.

Zack

4
Here is the Full tutorial on Steemit with the Step-by-Step Gunbot XT instructions for getting your Amazon Workspaces computer in the cloud.

https://steemit.com/gunbot/@zackcovell/gunbot-xt-trading-bot-tutorial-automation-using-a-vps-on-amazon-workspaces

5
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.

6
Close your tab BUT FIRST STOP the bot running. Stop the program from running in the background too by closing any windows for the bot. Then open a new tab and try all again. Mine crashes overnight too and I'm not sure why.

7
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 -->

8
Beginners & Help / Re: First time Firing up the bot soon.
« on: November 06, 2017, 09:33:38 PM »
Well, i opened the config file but I'm not sure what to enter to do the override. I'm using Gunbot XT the new one.

Pages: [1]