Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Zero to Hero in Cryptocurrency Trading

You're reading from   Zero to Hero in Cryptocurrency Trading Learn to trade on a centralized exchange, understand trading psychology, and implement a trading algorithm

Arrow left icon
Product type Paperback
Published in Sep 2023
Publisher Packt
ISBN-13 9781837631285
Length 322 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Bogdan Vaida Bogdan Vaida
Author Profile Icon Bogdan Vaida
Bogdan Vaida
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Chapter 1: Introduction to Cryptocurrency Trading 2. Chapter 2: Understanding the Basics FREE CHAPTER 3. Chapter 3: Technical Analysis – Candles and Patterns 4. Chapter 4: Technical Analysis – Technical Indicators 5. Chapter 5: The Centralized Exchange 6. Chapter 6: Money Management 7. Chapter 7: Finding Your Edge 8. Chapter 8: Automated Trading 9. Chapter 9: What’s Next?
10. Chapter 10: BONUS – One Month of Trading 11. Index 12. Other Books You May Enjoy

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “We’re using the latest version of the Freqtrade interface, v3. We will use the class name PrivateMACross to call the strategy from the command line.”

A block of code is set as follows:

class PrivateMACross(IStrategy):
    INTERFACE_VERSION = 3

Any command-line input or output is written as follows:

docker-compose run --rm freqtrade backtesting --config user_data/config/config-backtesting-book.json --strategy PrivateMACross --timerange 20210811-20220812 --timeframe 1d -p BTC/BUSD

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “If we run this strategy on BTCBUSD 4H and go to the Strategy Tester tab, we’d get a -1% net profit.”

Tips or important notes

Appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image