I setup TSSL strategy for a few coins, bot has not bought/sold anything yet but when I check log I see this:
Price to sell is not in TSSL range
Price to buy: 0.00068142
Last Bid/Strategy Exit Point: 0.00068110/NaN
Last Ask/Strategy Entry Point: 0.00068120/0.00068142
I have 0 of this coin yet it says price to sell is not in TSSL range?
Shouldn't the bot try to buy since buy price is higher than the last bid/ask price, so shouldn't bot have bought ?
Am I not understanding this correctly ?
I ran my TSSL tweaks in the tradingview script and technically, bot should have bought during this period
I appreciate anyones help
this is my strategy
"tssl": {
"NAME": "tssl",
"BUY_LEVEL": 0.1,
"GAIN": 2,
"TRADING_LIMIT": 0.5,
"FUNDS_RESERVE": 0.001,
"PERIOD": 5,
"BUY_RANGE": 0.2,
"SELL_RANGE": 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",
"RSI_DU_BUY": 30,
"DU_BUYDOWN": 2,
"RSI_BUY_ENABLED": false,
"RSI_SELL_ENABLED": false,
"RSI_BUY_LEVEL": 30,
"RSI_SELL_LEVEL": 70,
"TSSL_TARGET_ONLY": true,
"STOP_LIMIT": 95,
"BUY_ENABLED": true,
"SELL_ENABLED": true,
"OKKIES_MODE": true,
"BTC_MONEY_FLOW": 35,
"TA_ALWAYS_ON": false,
"MIN_VOLUME_TO_BUY": 0.002,
"MIN_VOLUME_TO_SELL": 0.002,
"TRADES_TIMEOUT": 60