Here is the link to watch the tutorial of how to setup octobot for HollaEx locally on Windows.
https://pomf2.lain.la/f/8bdf2kn6.mp4
For the profile step please replace and edit the existing “profile” configuration with this and it will save you alot of time. Also be sure to save it as a .json file. Windows will change it into a txt otherwise. XHT must be manually added in the backend by editing the profile or else you will not see it. Any part of my configuration can be changed and edited to reflect your portfolio.
If anyone has questions or get stuck please reach out so that I can help.
{
"config": {
"crypto-currencies": {
"Bitcoin": {
"enabled": true,
"pairs": [
"BTC/USDT"
]
},
"Cardano": {
"enabled": true,
"pairs": [
"ADA/USDT"
]
},
"Dogecoin": {
"enabled": true,
"pairs": [
"DOGE/USDT"
]
},
"Ethereum": {
"enabled": true,
"pairs": [
"ETH/USDT"
]
},
"HollaEx": {
"enabled": true,
"pairs": [
"XHT/USDT"
]
}
},
"exchanges": {
"binance": {
"enabled": false,
"exchange-type": "spot"
},
"hollaex": {
"enabled": true,
"exchange-type": "spot"
},
"kucoin": {
"enabled": false,
"exchange-type": "spot"
}
},
"trader": {
"enabled": true,
"load-trade-history": false
},
"trader-simulator": {
"enabled": false,
"fees": {
"maker": 0.1,
"taker": 0.1
},
"starting-portfolio": {
"ADA": 500,
"BTC": 10,
"DOGE": 5000,
"ETH": 25,
"USDT": 5000,
"XHT": 5000
}
},
"trading": {
"reference-market": "USDT",
"risk": 0.5
}
},
"profile": {
"avatar": "default_profile.png",
"description": "DipAnalyser is a profile adapted to volatile markets. It will look for local market bottoms, weight them and buy these bottoms. It never sells except after a buy order is filled.",
"id": "2c13d686-54cf-48f4-8d4b-2e426654dad2",
"imported": false,
"name": "Dip Analyser_(copy)",
"read_only": false
}
}