Wordcloud
Strategy: DNSSAR
Downloaded: 20220816
Stoploss: -0.99
The strategy implemented in this code is called "DNSSAR." It is a backtesting strategy for trading. Here is a short description of what the strategy does: The strategy calculates the SAR (Stop and Reverse) indicator using the TA-Lib library. It determines the last SAR value and the last closing price of the trading pair.

Based on the selected timeframe (either "15m" or "1h"), the strategy applies additional conditions.

If the timeframe is "15m," it checks if the 1-hour and 4-hour SAR values are increasing.

If the timeframe is "1h," it checks if the 4-hour SAR value is increasing. The SAR values are printed for debugging purposes. The strategy populates the "buy" signal in the dataframe. The strategy populates the "sell" signal in the dataframe. The strategy uses the SAR indicator to generate buy and sell signals based on certain conditions. It has a minimal ROI (Return on Investment) of 10% and a stop loss of -0.99. The strategy is designed to be used on the 1-hour timeframe.

stoploss: -0.99
timeframe: 1h
hash(sha256): bdeba43728e7f5e833a8c97ced1459c60e2413944afa8e832613c4c267f6d67e
indicators:
sar

No similar strategies found. (based on used indicators)

last change: 2024-04-27 23:32:45