Skip to content

HOLDING TIME DYNAMICS

g0g0 edited this page Aug 8, 2021 · 1 revision

HOLDING TIME DYNAMICS

this dynamic is implemented as a response to coins that are bought and never reach take profit or stoploss there is HOLDING_INTERVAL_LIMIT wich is a multiplier of TIMEDIFFERENCE intervals of how much we hold a coin after that time has passed HOLDING TAKE PROFIT is activated wich will sell coin when it passes that treshold

example: TIMEDIFFERENCE: 10 HOLDING_INTERVAL_LIMIT: 3 HOLDING_PRICE_TRESHOLD: 0.4

coin is bought and it sits at 0.32%, after 30 mins (TIMEDIFFERENCE * HOLDING_INTERVAL_LIMIT) it will trigger a sell and as soon as coin reaches 0.4% it will get sold, that way opening up space for other coins without us loosing money in it (atleast we cover our transaction fees) that is implemented to have our trading slots refresh more often and to cover transfer fees.

HOLDING_PRICE_TRESHOLD gets changed with dynamics too and its based on win/loss % modifier as other things so more we win higher it is and more we loose lower it is, its also capped at minimum thats specified in config.yml

Clone this wiki locally