Wordcloud
Strategy: fixed_riskreward_loss_424
Downloaded: 20220113
Stoploss: -0.9


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "FixedRiskRewardLoss" strategy is designed to enforce a fixed risk/reward ratio in trading. Here's a breakdown of how the strategy 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 by subtracting the initial stoploss from the buy rate and multiplies it by a user-defined risk/reward ratio.

Once the calculated risk is reached, the stoploss is set to the calculated value, and a sell signal is enabled.

The strategy also implements a break-even ratio.

When the break-even profit is reached, the stoploss is adjusted to minimize losses by setting it to the buy rate plus fees. The strategy uses the Technical Analysis Library (TA-Lib) to populate indicators such as ATR. The buy signal is always triggered, while the sell signal is never triggered in this strategy (placeholder implementation). Note: The strategy uses custom information to store pair-specific data such as the initial stoploss rate. This information is stored in the custom_info dictionary, which can be accessed using the pair as the key.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: DatetimeIndex.get_loc() got an unexpected keyword argument 'method'
stoploss: -0.9
timeframe: 5m
hash(sha256): 9da273195447ffda08cf72a3f11f75e6a8f2907a85ba18ff820064bbfa58e614
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 19:09:08