The strategy described in the given text is called "Hodl." It is a simple strategy that involves holding a cryptocurrency without any active buying or selling decisions based on indicators or market conditions. Here are the key aspects of the strategy:
Stoploss: The strategy does not have a stoploss defined, meaning there is no predetermined price level at which the position should be sold to limit losses. ROI table: The strategy has a minimal return on investment (ROI) table that specifies a fixed ROI of 1000% (10x) for any holding period.
Ticker interval: The strategy operates on a 5-minute ticker interval, meaning it analyzes price data and makes decisions based on five-minute intervals.
Indicators: The strategy does not use any technical indicators to make buy or sell decisions.
The populate_indicators function does not modify the dataframe, indicating that no indicators are calculated. Buy trend: The populate_buy_trend function simply sets a "buy" column in the dataframe to 1 for all rows, indicating that the strategy suggests buying in every case. Sell trend: The populate_sell_trend function sets a "sell" column in the dataframe to 0 for all rows, indicating that the strategy suggests not selling and holding the position indefinitely. Overall, the "Hodl" strategy described here is a passive strategy that involves buying and holding a cryptocurrency without any active trading decisions or indicators. It aims for a fixed ROI of 1000% regardless of the holding period and does not have a stoploss to limit potential losses.