Bitcoin Forum
May 02, 2024, 02:35:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to turn you Raspberry Pi into a crypto trading bot  (Read 72 times)
Superalgos (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 87
Merit: 6


View Profile WWW
November 13, 2020, 12:22:58 PM
 #1

How about turning a Pi into a little money-making machine?

This is what you'll need for this cool Pi project:

  • Raspberry Pi 2GB RAM ($40). If you plan to run long (multi-year) backtests you will likely need the 4GB or 8GB version (2 GB is enough for shorter backtests and trading live).
  • Flash-card, 16Gb ($7).
  • Raspbian / Ubuntu ($0, open-source).
  • Node.JS ($0, open-source).
  • Git ($0, open-source).
  • Superalgos (0$, open-source).

I'll assume your Raspberry is fully set up with Raspbian or Ubuntu. If it's not, just follow the manufacturer's instructions.

Let's get on with the rest of the software set up:


You don't want to run the Superalgos GUI on your Raspberry… the 2GB RAM version won't be able to cope with it.

The clever setup is to use the Pi as a backend service that you access from your regular machine's browser.

So, run Superalgos with the noBrowser option. If your Pi is less than 8GB RAM, then add minMemo too:

Code:
node run minMemo noBrowser

The command will start Superalgos backend servers on your Pi!

Then, open Chrome on your regular machine to access the Superalgos backend web server. You will go to the Raspberry's IP address on port 34248. Like this:

Code:
http://RaspberryIPNumber:34248/

Once in, click Stop on the Welcome tutorial, right-click to open the design space map, and click on the Network hierarchy. Expand the hierarchy (plus button on the menu) and find the Network Node.



Now, access the configuration of the Network Node (select Configure on the menu) and change the host by typing your Raspberry's IP address:

Code:
{
"host": "RaspberryIPNumber",
"webPort": "34248",
"webSocketsPort": "18041"
}

Exit the configuration by withdrawing the mouse pointer from the configuration bubble. The GIU will auto-connect in less than a minute, and you are ready to go!

If you are not familiar with Superalgos, then right-click to open the design space map again, and click on the Welcome tutorial hierarchy on the bottom-left corner, open the menu, and click Resume.

The tutorial will take you through all the basics and help you run your first data-mining operation, your first backtest using a demo trading system, and even your first live trading session on Binance.

Once you go through the first experience, you may learn to design your own strategies or use the ones shared by the Community.

The set up you just created is the minimum expression of a trading farm. If you have more Raspberries, or even old laptops or desktops gathering dust in the closet, pull them out, and set them up as new nodes on the Network!

A trading farm setup may run distributed and coordinated tasks across multiple machines, and each machine may run as many trading sessions as the hardware can cope with!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!