Added RANDOMWALKER strategy for ETHUSDT, BTCUSDT, XRPUSDT spot markets. The strategy therefore operates exclusively long, there are no predetermined take profits and stop losses like futures strategies, it is highly recommended to use alerts for automatic trading.
Through yield distributions that also use CK futures strategies, this strategy intends to beat the Buy and Hold yield by taking advantage of random price movements.
Its main strength is to abandon ship before large red candles, to then buy back, thus optimizing the yield of the hold.
Note: the warning that the backtest can suffer from look-ahead bias is incorrect, it refers to the backtest of futures strategies, which, as explained, make mistakes if used in inappropriate times (high tf like 4h +).
to use it:
-> input -> pair -> RANDOMWALKER (BTC, ETH, XRP SPOT) 3H
then go to -> properties -> recalculate -> deactivate after the order is filled
also go to properties -> change commissions (default are commissions for futures markets 0.025, must be increased for the spot market, in backtest 0.075)
Explanation: Futures strategies have the first take profit close to the entry price, without recalculating the strategy after the order has been executed, a mistake would be made if one or more take profits were reached in the same opening candle as the position; in the RANDOMWALKER strategy the entries and exits are exclusively on condition at the end of the candle, so the strategy to work correctly must be calculated at each candle (it is also the reason why the backtest does not suffer from look-ahead bias, the entry/exit condition is present or not present at the close of the candle, it cannot be otherwise).