Wordcloud
Strategy: fixed_riskreward_loss
Downloaded: 20220112
Stoploss: -0.9
The "FixedRiskRewardLoss" strategy is designed to enforce a fixed risk/reward ratio in trading. Here's a breakdown of how it works: The strategy calculates a dynamic initial stoploss using the Average True Range (ATR) and the last negative peak. It then calculates the initial risk based on the stoploss and multiplies it by a predefined risk/reward ratio.

Once the calculated risk/reward ratio is reached, the stoploss is set to that level, and the sell signal is enabled.

Additionally, there is a break-even ratio.

When this ratio is reached, the stoploss is adjusted to minimize losses by setting it to the buy rate plus fees. The strategy uses the SAR (Stop and Reverse) indicator as a placeholder for the buy signal. It buys when the SAR value is smaller than the candle before. The strategy does not provide a specific sell signal and keeps the sell column as 0, indicating no sell signal. Please note that this description provides a high-level overview of the strategy's main components and functionality. For a more detailed understanding, it is recommended to review the code implementation and consult the associated libraries and indicators used.

stoploss: -0.9
timeframe: 5m
hash(sha256): ff872c15e05ed44e6c0a71420a9d5b6d1fe6ef36977d4801304bad9f7530fd57
indicators:
atr set_to_break_even_at_profit date stoploss_rate close
risk_reward_ratio stoploss_rate date

No similar strategies found. (based on used indicators)

last change: 2024-04-29 00:35:31