SlideShare a Scribd company logo
1 of 28
Download to read offline
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 guideTrade Opus
 
8 Stages of Profitable Traders
8 Stages of Profitable Traders8 Stages of Profitable Traders
8 Stages of Profitable Tradersprintmyatm
 
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
 
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 TradesBinoption
 
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.comVince Stanzione
 
CHAPTER 4: RISK MANAGEMENT
CHAPTER 4: RISK MANAGEMENTCHAPTER 4: RISK MANAGEMENT
CHAPTER 4: RISK MANAGEMENTanyoption
 
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 FXVantage FX
 
INTRODUCTION TO BINARY OPTIONS TRADING
INTRODUCTION TO BINARY OPTIONS TRADINGINTRODUCTION TO BINARY OPTIONS TRADING
INTRODUCTION TO BINARY OPTIONS TRADINGOptionsBanque
 
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 GBIHGBIHSupport
 
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 optionsJames Tenney
 
Forex trading secrets
Forex trading secretsForex trading secrets
Forex trading secretsMd Tazwar
 
E book make discipline a habit
E book   make discipline a habitE book   make discipline a habit
E book make discipline a habitdauda usman
 
Forex Expert Advisors
Forex Expert AdvisorsForex Expert Advisors
Forex Expert AdvisorsJustForex
 
Forex Investment Basics
Forex Investment BasicsForex Investment Basics
Forex Investment Basicsfuturetrac
 

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.pdfnorilynPusa
 
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.comOxygenfox Pay
 
Bitmex leveraged trading hackernoon
Bitmex leveraged trading  hackernoonBitmex leveraged trading  hackernoon
Bitmex leveraged trading hackernoonYue Ting Cheng
 
How to use auto investment manager
How to use auto investment managerHow to use auto investment manager
How to use auto investment managerLeadingTrader21
 
Testing trading strategies in JavaScript
Testing trading strategies in JavaScriptTesting trading strategies in JavaScript
Testing trading strategies in JavaScriptAshley 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 eBookeforexcourse web
 
5_6082370085723309457.pptx
5_6082370085723309457.pptx5_6082370085723309457.pptx
5_6082370085723309457.pptxshiva prakasam
 
RTS 315 Scalping Trading System
RTS 315 Scalping Trading SystemRTS 315 Scalping Trading System
RTS 315 Scalping Trading System24Trader
 
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 Manualisland 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 MarketMatthew Ring
 
Untitled document (3).pdf
Untitled document (3).pdfUntitled document (3).pdf
Untitled document (3).pdfiia
 
Fx Forward Arbitrage
Fx Forward ArbitrageFx Forward Arbitrage
Fx Forward ArbitrageMalcolm 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 profitsHuangLG88
 
Consensus Invest 2018 - Alex Sunnarborg
Consensus Invest 2018 - Alex SunnarborgConsensus Invest 2018 - Alex Sunnarborg
Consensus Invest 2018 - Alex SunnarborgAlex Sunnarborg
 
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 youIshanBakshe1
 
James Chen - Deep Pullback Strategy
James Chen - Deep Pullback StrategyJames Chen - Deep Pullback Strategy
James Chen - Deep Pullback StrategySFO 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
 
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
 
Untitled document (3).pdf
Untitled document (3).pdfUntitled document (3).pdf
Untitled document (3).pdf
 
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

Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireExakis Nelite
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfSrushith Repakula
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentationyogeshlabana357357
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfFIDO Alliance
 
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptxBT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptxNeo4j
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctBrainSell Technologies
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101vincent683379
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaCzechDreamin
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIES VE
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform EngineeringMarcus Vechiato
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfFIDO Alliance
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...CzechDreamin
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...FIDO Alliance
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty SecureFemke de Vroome
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераMark Opanasiuk
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...FIDO Alliance
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxJennifer Lim
 

Recently uploaded (20)

Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptxBT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and Planning
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdf
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
 

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