SlideShare a Scribd company logo
Algo Trading Crypto
Intro, Experience, Settings & Tracking
January 18, 2018
Continue the knowledge @ HKCrytobots discord server:
https://discord.gg/HAtQCtw or qr code ->
Chat with us on WhatsApp:
https://chat.whatsapp.com/5Rl0qQzjfWuCIvKcIr0Mxt
Me: @derekkean
3x Startup Founder, Currently CTO, Crypto and AI Enthusiast
Motivation
Skin in the game, ML, AI, HF?
Bots
● Gunbot
● Haasbot
● ProfitTrailer
● Cryptohopper
● Cryptotrader
● Gekko
So many more.
Bags.
Running a bot is a fragile dance - where you must do everything possible
to avoid collecting bags.
I Use Gunbot
So, most of the info here will be derived from experiences using it.
Planning the bot
Considerations
● Choose coin pairs
○ Research & Analysis
○ Exchange Daily Volume!!!!!!!!!!
○ Outlook
● Trading strategies
● Base currency (BTC/ETH) [warning warning]
● Cost (BTC/ETH) amount per trade
● Trading Balance = (((# Pairs) * 2{if DU}) * (Amount per
trade))
((8 * 2) * 0.005)= 0.08 BTC On Hand
Setting up a virtual server
Considerations:
● Server = Exchange Location (USA / EU / Asia)
● Performance
○ Micro and Small can struggle (v.3.2.2)
○ Medium handles it all (v.3.2.2 +)
● Cost vs. Return
○ Estimated server costs <= % of expected return of invested
BTC/ETH
● Operating System (Gunbot supports Linux, ARM,
Windows, OSX)
Trading Strategies
GAIN
STEPGAIN
BB (Bollinger Bands)
PP (Ping Pong)
TSSL (Trailing Stop / Stop Limit)
EMOTIONLESS / ICHIMOKU
Indicators
EMA
SMA
RSI
ICHIMOKU
GAIN
Buy and sell at price is determined by a
percentage above or below the EMA
for a specific period.
Ex: GAIN 2% will buy when price is 2%
below EMA, and sell 2% above.
STEPGAIN
Works the same as GAIN, but allows for
more profits at specific intervals.
If you set your STEPGAIN levels to...
BUYLVL1: 0.5%
BUYLVL2: 1.8%
SELLLVL1: 2.0%
SELLLVL2: 4.5%
… the bot will get ready to buy when the
price crosses -0.5% EMA (think Gate 1),
and if the price crosses -1.8% EMA it
will continue to wait until the trend
reverses, placing the buy order at or
better than -1.8% EMA.
Bollinger Bands are calculated using
the simple moving average + or - a
standard deviation of the price against
the simple moving average.
Plain English: BBs give you a good idea
where the price stands compared to its
near past prices. Is it currently
“relatively high” or “relatively low”?
The larger the height of the bands, the
more volatility in that time range.
Gunbot settings for BB are % from the
band. 100 setting on LOW is equal to
the HIGH band, vice versa.
BB (Bollinger Bands)
PP (Ping Pong)
Like it sounds, PP strategies are used
for predictable bounces between to
prices.
In the example on the right, if you set
Ping Pong to track between .062 and
.077, you would have made 3 buys and
2 sells, now holding one bag.
This strategy is very risky (given
volatility in crypto), but if use this be
sure to set your stop limits and manage
your risk!!!!
TSSL (Trailing Stop / Stop Loss)
This is the only setting I have yet to play
with, but will demonstrate setting up in
the next section of this chat.
The concept is that the stop limit loss
price is constantly updating along with
the current price, so you can effectively
capture pumps, and price gains, without
setting hard numbers (like in
STEPGAIN/GAIN).
See the graph to the right (from Gunbot
wiki)
Combinations
Any single strategy can be combined to create new buy/sell orders.
tsslbb, tsslpp, tsslstepgain, tsslgain, bbrsitssl, pptssl, stepgaintssl, gaintssl, bbtssl,
bbgain, gainbb, bbstepgain, stepgainbb, bbpp, ppbb, gainstepgain, stepgaingain,
gainpp, ppgain, stepgainpp, ppstepgain.
Get funky.
Strategy Scenarios
Picking Pairs
My Method:
● Top 20 In Volume (24h) - CoinmarketCap Filter
● Weed Through Any Shitcoins*
● Analyze Charts (Coinigy) to figure out appropriate strategy, or
wait to activate.
Backtesting
Using TradingView.com
Allanster Scripts
Net Profit
12.1 %
Gross Profit
13.16 %
Gross Loss
1051.46
Max Drawdown
21.01 %
Buy & Hold Return
1.83 %
BB+RSI, January 1-Today, BTC-LTC Bitstamp
Implementing Strategies
"bb": {
"NAME": "bb",
"TRADING_LIMIT": 0.001,
"FUNDS_RESERVE": 0.001,
"PERIOD": 15,
"BUY_LEVEL": 0.6,
"GAIN": 0.6,
"EMA1": 16,
"EMA2": 8,
"HIGH_BB": 45,
"LOW_BB": 45,
"STDV": 2,
"SMAPERIOD": 50,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"DOUBLE_UP_CAP": 1,
"DU_CAP_COUNT": 3,
"DU_METHOD": "HIGHBB",
"DU_BUYDOWN": 2,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"OKKIES_MODE": true,
"BTC_MONEY_FLOW": 35,
"RSI_BUY_ENABLED": false,
"RSI_SELL_ENABLED": false,
"RSI_BUY_LEVEL": 30,
"RSI_SELL_LEVEL": 70,
"MIN_VOLUME_TO_BUY": 0.001,
"MIN_VOLUME_TO_SELL": 0.001,
"TRADES_TIMEOUT": 600
},
"BTC-LTC": {
"strategy": "bb",
"override": {
"BUY_ENABLED": true,
"PERIOD": 15,
"HIGH_BB": 0,
“LOW_BB”: 0,
“RSI_BUY_LEVEL”: 30,
“RSI_SELL_LEVEL”: 70,
"SELL_RANGE": 8
}
},
Managing
Bags….
1. PREVENT
2. WAIT
3. DOUBLE_UP
(Averaging Down)
Demo
-Connect to VPS
V.7.0.2
Takeaways:
● Loss Limits - Backtest % vs. AVG Win
%
● BTC Surges = Killer.
● What can automagically make profit
can automagically make loss
● Simple Strategies & Monitoring is Key
● Patience.
Our Gunbot Reseller website, www.coinimation.com - currently focused
on gunbot and trading research, but we will be expanding our bot and
tools coverage once we research, test and profit with them.
Questions?Twitter: @derekkean
Telegram: @keade
Discord Server: @keade (https://discord.gg/HAtQCtw)
Resources
● I AM A VERIFIED RESELLER OF GUNBOT. LET’S CHAT IF YOU WANT
TO GET SET UP.
● Backtesting Script. Request Access on TradingView.
https://www.tradingview.com/script/DTZBStEu-Gunbot-Stepgain-Tuner
/
● HKCryptoBot Discord Server:
https://discord.gg/pYWFQZH
● Gunbot Community Github Wiki
https://github.com/GuntharDeNiro/BTCT/wiki
● Coinigy - Analysis tools with every exchange / pair available.
https://www.coinigy.com/?r=9062ec06 *referral code ;)
● Buy a beer / coffee? 1QDLMkHbJRn2Hxk2cLPhC8aXpdVPhMPHiCHKCryptoBots
Discord
Support
● Twitter: @derekkean
● Telegram: @keade
● Interested in buying Gunbot, let me know. I can get you a license for any
number of exchanges you wish.
● HKCryptoBot Discord Server:
https://discord.gg/pYWFQZH
● Buy a beer / coffee? 1QDLMkHbJRn2Hxk2cLPhC8aXpdVPhMPHiC
HKCryptoBots
Discord

More Related Content

What's hot

60 Second Binary Options Strategy: the complete guide
60 Second Binary Options Strategy: the complete guide60 Second Binary Options Strategy: the complete guide
60 Second Binary Options Strategy: the complete guide
Trade Opus
 
TSFS 222
TSFS 222TSFS 222
TSFS 222
24Trader
 
8 Stages of Profitable Traders
8 Stages of Profitable Traders8 Stages of Profitable Traders
8 Stages of Profitable Traders
printmyatm
 
Forex trick with indicator fss 3
Forex trick with indicator fss 3 Forex trick with indicator fss 3
Forex trick with indicator fss 3
masterjosh
 
Binary Option beginner
Binary Option beginnerBinary Option beginner
Binary Option beginner
Binary Options Signals
 
Forex Secrets And The Art of Buying and Selling...
Forex Secrets And The Art of Buying and Selling...Forex Secrets And The Art of Buying and Selling...
Forex Secrets And The Art of Buying and Selling...
KepharsKunda
 
Best IQ Option Strategy- IQ Option Tips For Winning Trades
Best IQ Option Strategy- IQ Option Tips For Winning TradesBest IQ Option Strategy- IQ Option Tips For Winning Trades
Best IQ Option Strategy- IQ Option Tips For Winning Trades
Binoption
 
Secrets to Smart trading with Binary.com
Secrets to Smart trading with Binary.comSecrets to Smart trading with Binary.com
Secrets to Smart trading with Binary.com
Vince Stanzione
 
Forex Trading
Forex TradingForex Trading
Forex Trading
Boris Fesenko
 
My approach on Position Sizing
My approach on Position SizingMy approach on Position Sizing
My approach on Position Sizing
Platinum Trading Systems
 
CHAPTER 4: RISK MANAGEMENT
CHAPTER 4: RISK MANAGEMENTCHAPTER 4: RISK MANAGEMENT
CHAPTER 4: RISK MANAGEMENT
anyoption
 
How do I trade Binary Options? - Vantage FX
How do I trade Binary Options? - Vantage FXHow do I trade Binary Options? - Vantage FX
How do I trade Binary Options? - Vantage FX
Vantage FX
 
INTRODUCTION TO BINARY OPTIONS TRADING
INTRODUCTION TO BINARY OPTIONS TRADINGINTRODUCTION TO BINARY OPTIONS TRADING
INTRODUCTION TO BINARY OPTIONS TRADING
OptionsBanque
 
May 18 I Session 1 I GBIH
May 18 I Session 1 I GBIHMay 18 I Session 1 I GBIH
May 18 I Session 1 I GBIH
GBIHSupport
 
Managing risk
Managing riskManaging risk
Inside option binary broker - understand binary options
Inside option binary broker - understand binary optionsInside option binary broker - understand binary options
Inside option binary broker - understand binary options
James Tenney
 
Forex trading secrets
Forex trading secretsForex trading secrets
Forex trading secrets
Md Tazwar
 
E book make discipline a habit
E book   make discipline a habitE book   make discipline a habit
E book make discipline a habit
dauda usman
 
Forex Expert Advisors
Forex Expert AdvisorsForex Expert Advisors
Forex Expert Advisors
JustForex
 
Forex Investment Basics
Forex Investment BasicsForex Investment Basics
Forex Investment Basics
futuretrac
 

What's hot (20)

60 Second Binary Options Strategy: the complete guide
60 Second Binary Options Strategy: the complete guide60 Second Binary Options Strategy: the complete guide
60 Second Binary Options Strategy: the complete guide
 
TSFS 222
TSFS 222TSFS 222
TSFS 222
 
8 Stages of Profitable Traders
8 Stages of Profitable Traders8 Stages of Profitable Traders
8 Stages of Profitable Traders
 
Forex trick with indicator fss 3
Forex trick with indicator fss 3 Forex trick with indicator fss 3
Forex trick with indicator fss 3
 
Binary Option beginner
Binary Option beginnerBinary Option beginner
Binary Option beginner
 
Forex Secrets And The Art of Buying and Selling...
Forex Secrets And The Art of Buying and Selling...Forex Secrets And The Art of Buying and Selling...
Forex Secrets And The Art of Buying and Selling...
 
Best IQ Option Strategy- IQ Option Tips For Winning Trades
Best IQ Option Strategy- IQ Option Tips For Winning TradesBest IQ Option Strategy- IQ Option Tips For Winning Trades
Best IQ Option Strategy- IQ Option Tips For Winning Trades
 
Secrets to Smart trading with Binary.com
Secrets to Smart trading with Binary.comSecrets to Smart trading with Binary.com
Secrets to Smart trading with Binary.com
 
Forex Trading
Forex TradingForex Trading
Forex Trading
 
My approach on Position Sizing
My approach on Position SizingMy approach on Position Sizing
My approach on Position Sizing
 
CHAPTER 4: RISK MANAGEMENT
CHAPTER 4: RISK MANAGEMENTCHAPTER 4: RISK MANAGEMENT
CHAPTER 4: RISK MANAGEMENT
 
How do I trade Binary Options? - Vantage FX
How do I trade Binary Options? - Vantage FXHow do I trade Binary Options? - Vantage FX
How do I trade Binary Options? - Vantage FX
 
INTRODUCTION TO BINARY OPTIONS TRADING
INTRODUCTION TO BINARY OPTIONS TRADINGINTRODUCTION TO BINARY OPTIONS TRADING
INTRODUCTION TO BINARY OPTIONS TRADING
 
May 18 I Session 1 I GBIH
May 18 I Session 1 I GBIHMay 18 I Session 1 I GBIH
May 18 I Session 1 I GBIH
 
Managing risk
Managing riskManaging risk
Managing risk
 
Inside option binary broker - understand binary options
Inside option binary broker - understand binary optionsInside option binary broker - understand binary options
Inside option binary broker - understand binary options
 
Forex trading secrets
Forex trading secretsForex trading secrets
Forex trading secrets
 
E book make discipline a habit
E book   make discipline a habitE book   make discipline a habit
E book make discipline a habit
 
Forex Expert Advisors
Forex Expert AdvisorsForex Expert Advisors
Forex Expert Advisors
 
Forex Investment Basics
Forex Investment BasicsForex Investment Basics
Forex Investment Basics
 

Similar to Algorithm Trading CryptoCurrencies

Trading Essentials.pdf
Trading Essentials.pdfTrading Essentials.pdf
Trading Essentials.pdf
norilynPusa
 
Trailing Stop Sell.pdf
Trailing Stop Sell.pdfTrailing Stop Sell.pdf
Trailing Stop Sell.pdf
Trailing Crypto
 
Guide to Financial Trading to Betonmarkets.com
Guide to Financial Trading to Betonmarkets.comGuide to Financial Trading to Betonmarkets.com
Guide to Financial Trading to Betonmarkets.com
Oxygenfox Pay
 
Bitmex leveraged trading hackernoon
Bitmex leveraged trading  hackernoonBitmex leveraged trading  hackernoon
Bitmex leveraged trading hackernoon
Yue Ting Cheng
 
How to use auto investment manager
How to use auto investment managerHow to use auto investment manager
How to use auto investment manager
LeadingTrader21
 
Testing trading strategies in JavaScript
Testing trading strategies in JavaScriptTesting trading strategies in JavaScript
Testing trading strategies in JavaScript
Ashley Davis
 
Magic Breakout Forex Trading Strategy PDF eBook
Magic Breakout Forex Trading Strategy PDF eBookMagic Breakout Forex Trading Strategy PDF eBook
Magic Breakout Forex Trading Strategy PDF eBook
eforexcourse web
 
5_6082370085723309457.pptx
5_6082370085723309457.pptx5_6082370085723309457.pptx
5_6082370085723309457.pptx
shiva prakasam
 
RTS 315 Scalping Trading System
RTS 315 Scalping Trading SystemRTS 315 Scalping Trading System
RTS 315 Scalping Trading System
24Trader
 
Forex_Trading_To_Riches_Bonus_Edition.pdf
Forex_Trading_To_Riches_Bonus_Edition.pdfForex_Trading_To_Riches_Bonus_Edition.pdf
Forex_Trading_To_Riches_Bonus_Edition.pdf
Jerry Chew
 
How To Forex trade with sucess - Caliber FX Pro - System Manual
How To Forex trade with sucess - Caliber FX Pro - System ManualHow To Forex trade with sucess - Caliber FX Pro - System Manual
How To Forex trade with sucess - Caliber FX Pro - System Manual
island script
 
Using Java & Genetic Algorithms to Beat the Market
Using Java & Genetic Algorithms to Beat the MarketUsing Java & Genetic Algorithms to Beat the Market
Using Java & Genetic Algorithms to Beat the Market
Matthew Ring
 
Lecture no 64 long box
Lecture no 64   long boxLecture no 64   long box
Lecture no 64 long box
Professional Training Academy
 
Fx Forward Arbitrage
Fx Forward ArbitrageFx Forward Arbitrage
Fx Forward Arbitrage
Malcolm Baker
 
What is the otc market how to trade to make good profits
What is the otc market   how to trade to make good profitsWhat is the otc market   how to trade to make good profits
What is the otc market how to trade to make good profits
HuangLG88
 
Consensus Invest 2018 - Alex Sunnarborg
Consensus Invest 2018 - Alex SunnarborgConsensus Invest 2018 - Alex Sunnarborg
Consensus Invest 2018 - Alex Sunnarborg
Alex Sunnarborg
 
2017 09 24 Meetup Slides
2017 09 24 Meetup Slides2017 09 24 Meetup Slides
Magic Forex breakout
Magic Forex breakoutMagic Forex breakout
Magic Forex breakout
pipsumo traderfx
 
Trading related book that will surely help you
Trading related book that will surely help youTrading related book that will surely help you
Trading related book that will surely help you
IshanBakshe1
 
James Chen - Deep Pullback Strategy
James Chen - Deep Pullback StrategyJames Chen - Deep Pullback Strategy
James Chen - Deep Pullback Strategy
SFO Magazine
 

Similar to Algorithm Trading CryptoCurrencies (20)

Trading Essentials.pdf
Trading Essentials.pdfTrading Essentials.pdf
Trading Essentials.pdf
 
Trailing Stop Sell.pdf
Trailing Stop Sell.pdfTrailing Stop Sell.pdf
Trailing Stop Sell.pdf
 
Guide to Financial Trading to Betonmarkets.com
Guide to Financial Trading to Betonmarkets.comGuide to Financial Trading to Betonmarkets.com
Guide to Financial Trading to Betonmarkets.com
 
Bitmex leveraged trading hackernoon
Bitmex leveraged trading  hackernoonBitmex leveraged trading  hackernoon
Bitmex leveraged trading hackernoon
 
How to use auto investment manager
How to use auto investment managerHow to use auto investment manager
How to use auto investment manager
 
Testing trading strategies in JavaScript
Testing trading strategies in JavaScriptTesting trading strategies in JavaScript
Testing trading strategies in JavaScript
 
Magic Breakout Forex Trading Strategy PDF eBook
Magic Breakout Forex Trading Strategy PDF eBookMagic Breakout Forex Trading Strategy PDF eBook
Magic Breakout Forex Trading Strategy PDF eBook
 
5_6082370085723309457.pptx
5_6082370085723309457.pptx5_6082370085723309457.pptx
5_6082370085723309457.pptx
 
RTS 315 Scalping Trading System
RTS 315 Scalping Trading SystemRTS 315 Scalping Trading System
RTS 315 Scalping Trading System
 
Forex_Trading_To_Riches_Bonus_Edition.pdf
Forex_Trading_To_Riches_Bonus_Edition.pdfForex_Trading_To_Riches_Bonus_Edition.pdf
Forex_Trading_To_Riches_Bonus_Edition.pdf
 
How To Forex trade with sucess - Caliber FX Pro - System Manual
How To Forex trade with sucess - Caliber FX Pro - System ManualHow To Forex trade with sucess - Caliber FX Pro - System Manual
How To Forex trade with sucess - Caliber FX Pro - System Manual
 
Using Java & Genetic Algorithms to Beat the Market
Using Java & Genetic Algorithms to Beat the MarketUsing Java & Genetic Algorithms to Beat the Market
Using Java & Genetic Algorithms to Beat the Market
 
Lecture no 64 long box
Lecture no 64   long boxLecture no 64   long box
Lecture no 64 long box
 
Fx Forward Arbitrage
Fx Forward ArbitrageFx Forward Arbitrage
Fx Forward Arbitrage
 
What is the otc market how to trade to make good profits
What is the otc market   how to trade to make good profitsWhat is the otc market   how to trade to make good profits
What is the otc market how to trade to make good profits
 
Consensus Invest 2018 - Alex Sunnarborg
Consensus Invest 2018 - Alex SunnarborgConsensus Invest 2018 - Alex Sunnarborg
Consensus Invest 2018 - Alex Sunnarborg
 
2017 09 24 Meetup Slides
2017 09 24 Meetup Slides2017 09 24 Meetup Slides
2017 09 24 Meetup Slides
 
Magic Forex breakout
Magic Forex breakoutMagic Forex breakout
Magic Forex breakout
 
Trading related book that will surely help you
Trading related book that will surely help youTrading related book that will surely help you
Trading related book that will surely help you
 
James Chen - Deep Pullback Strategy
James Chen - Deep Pullback StrategyJames Chen - Deep Pullback Strategy
James Chen - Deep Pullback Strategy
 

Recently uploaded

Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Tatiana Kojar
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
alexjohnson7307
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Jeffrey Haguewood
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
saastr
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
HarisZaheer8
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 

Recently uploaded (20)

Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 

Algorithm Trading CryptoCurrencies

  • 1. Algo Trading Crypto Intro, Experience, Settings & Tracking January 18, 2018 Continue the knowledge @ HKCrytobots discord server: https://discord.gg/HAtQCtw or qr code -> Chat with us on WhatsApp: https://chat.whatsapp.com/5Rl0qQzjfWuCIvKcIr0Mxt
  • 2. Me: @derekkean 3x Startup Founder, Currently CTO, Crypto and AI Enthusiast
  • 3. Motivation Skin in the game, ML, AI, HF?
  • 4. Bots ● Gunbot ● Haasbot ● ProfitTrailer ● Cryptohopper ● Cryptotrader ● Gekko So many more.
  • 5. Bags. Running a bot is a fragile dance - where you must do everything possible to avoid collecting bags.
  • 6. I Use Gunbot So, most of the info here will be derived from experiences using it.
  • 7. Planning the bot Considerations ● Choose coin pairs ○ Research & Analysis ○ Exchange Daily Volume!!!!!!!!!! ○ Outlook ● Trading strategies ● Base currency (BTC/ETH) [warning warning] ● Cost (BTC/ETH) amount per trade ● Trading Balance = (((# Pairs) * 2{if DU}) * (Amount per trade)) ((8 * 2) * 0.005)= 0.08 BTC On Hand
  • 8. Setting up a virtual server Considerations: ● Server = Exchange Location (USA / EU / Asia) ● Performance ○ Micro and Small can struggle (v.3.2.2) ○ Medium handles it all (v.3.2.2 +) ● Cost vs. Return ○ Estimated server costs <= % of expected return of invested BTC/ETH ● Operating System (Gunbot supports Linux, ARM, Windows, OSX)
  • 9. Trading Strategies GAIN STEPGAIN BB (Bollinger Bands) PP (Ping Pong) TSSL (Trailing Stop / Stop Limit) EMOTIONLESS / ICHIMOKU
  • 11. GAIN Buy and sell at price is determined by a percentage above or below the EMA for a specific period. Ex: GAIN 2% will buy when price is 2% below EMA, and sell 2% above.
  • 12. STEPGAIN Works the same as GAIN, but allows for more profits at specific intervals. If you set your STEPGAIN levels to... BUYLVL1: 0.5% BUYLVL2: 1.8% SELLLVL1: 2.0% SELLLVL2: 4.5% … the bot will get ready to buy when the price crosses -0.5% EMA (think Gate 1), and if the price crosses -1.8% EMA it will continue to wait until the trend reverses, placing the buy order at or better than -1.8% EMA.
  • 13. Bollinger Bands are calculated using the simple moving average + or - a standard deviation of the price against the simple moving average. Plain English: BBs give you a good idea where the price stands compared to its near past prices. Is it currently “relatively high” or “relatively low”? The larger the height of the bands, the more volatility in that time range. Gunbot settings for BB are % from the band. 100 setting on LOW is equal to the HIGH band, vice versa. BB (Bollinger Bands)
  • 14. PP (Ping Pong) Like it sounds, PP strategies are used for predictable bounces between to prices. In the example on the right, if you set Ping Pong to track between .062 and .077, you would have made 3 buys and 2 sells, now holding one bag. This strategy is very risky (given volatility in crypto), but if use this be sure to set your stop limits and manage your risk!!!!
  • 15. TSSL (Trailing Stop / Stop Loss) This is the only setting I have yet to play with, but will demonstrate setting up in the next section of this chat. The concept is that the stop limit loss price is constantly updating along with the current price, so you can effectively capture pumps, and price gains, without setting hard numbers (like in STEPGAIN/GAIN). See the graph to the right (from Gunbot wiki)
  • 16. Combinations Any single strategy can be combined to create new buy/sell orders. tsslbb, tsslpp, tsslstepgain, tsslgain, bbrsitssl, pptssl, stepgaintssl, gaintssl, bbtssl, bbgain, gainbb, bbstepgain, stepgainbb, bbpp, ppbb, gainstepgain, stepgaingain, gainpp, ppgain, stepgainpp, ppstepgain. Get funky.
  • 18. Picking Pairs My Method: ● Top 20 In Volume (24h) - CoinmarketCap Filter ● Weed Through Any Shitcoins* ● Analyze Charts (Coinigy) to figure out appropriate strategy, or wait to activate.
  • 20. Net Profit 12.1 % Gross Profit 13.16 % Gross Loss 1051.46 Max Drawdown 21.01 % Buy & Hold Return 1.83 % BB+RSI, January 1-Today, BTC-LTC Bitstamp
  • 21. Implementing Strategies "bb": { "NAME": "bb", "TRADING_LIMIT": 0.001, "FUNDS_RESERVE": 0.001, "PERIOD": 15, "BUY_LEVEL": 0.6, "GAIN": 0.6, "EMA1": 16, "EMA2": 8, "HIGH_BB": 45, "LOW_BB": 45, "STDV": 2, "SMAPERIOD": 50, "PANIC_SELL": false, "DOUBLE_UP": false, "DOUBLE_UP_CAP": 1, "DU_CAP_COUNT": 3, "DU_METHOD": "HIGHBB", "DU_BUYDOWN": 2, "STOP_LIMIT": 60, "BUY_ENABLED": true, "OKKIES_MODE": true, "BTC_MONEY_FLOW": 35, "RSI_BUY_ENABLED": false, "RSI_SELL_ENABLED": false, "RSI_BUY_LEVEL": 30, "RSI_SELL_LEVEL": 70, "MIN_VOLUME_TO_BUY": 0.001, "MIN_VOLUME_TO_SELL": 0.001, "TRADES_TIMEOUT": 600 }, "BTC-LTC": { "strategy": "bb", "override": { "BUY_ENABLED": true, "PERIOD": 15, "HIGH_BB": 0, “LOW_BB”: 0, “RSI_BUY_LEVEL”: 30, “RSI_SELL_LEVEL”: 70, "SELL_RANGE": 8 } },
  • 22. Managing Bags…. 1. PREVENT 2. WAIT 3. DOUBLE_UP (Averaging Down)
  • 24. Takeaways: ● Loss Limits - Backtest % vs. AVG Win % ● BTC Surges = Killer. ● What can automagically make profit can automagically make loss ● Simple Strategies & Monitoring is Key ● Patience.
  • 25. Our Gunbot Reseller website, www.coinimation.com - currently focused on gunbot and trading research, but we will be expanding our bot and tools coverage once we research, test and profit with them.
  • 26. Questions?Twitter: @derekkean Telegram: @keade Discord Server: @keade (https://discord.gg/HAtQCtw)
  • 27. Resources ● I AM A VERIFIED RESELLER OF GUNBOT. LET’S CHAT IF YOU WANT TO GET SET UP. ● Backtesting Script. Request Access on TradingView. https://www.tradingview.com/script/DTZBStEu-Gunbot-Stepgain-Tuner / ● HKCryptoBot Discord Server: https://discord.gg/pYWFQZH ● Gunbot Community Github Wiki https://github.com/GuntharDeNiro/BTCT/wiki ● Coinigy - Analysis tools with every exchange / pair available. https://www.coinigy.com/?r=9062ec06 *referral code ;) ● Buy a beer / coffee? 1QDLMkHbJRn2Hxk2cLPhC8aXpdVPhMPHiCHKCryptoBots Discord
  • 28. Support ● Twitter: @derekkean ● Telegram: @keade ● Interested in buying Gunbot, let me know. I can get you a license for any number of exchanges you wish. ● HKCryptoBot Discord Server: https://discord.gg/pYWFQZH ● Buy a beer / coffee? 1QDLMkHbJRn2Hxk2cLPhC8aXpdVPhMPHiC HKCryptoBots Discord