Wordcloud
Strategy: MultiOffsetLamboV0
Downloaded: 20220116
Stoploss: -0.5


Not Enough Data to display!

Average Overall
BuysAvgprofTotProfWin%DD%Time
19.750.61.986.52.1234.78
SharpeSortinoCalmar
3.390.759.41
Prof.FactorExpectancyCagr
0.0900
Trades/DayRejected Signals
0.820
Ninja Score: 76
The MultiOffsetLamboV0 strategy is a trading strategy implemented as a class that extends the IStrategy interface. It aims to generate buy and sell signals based on multiple moving averages (MA) and the Elder's Force Index (EWO) indicator. In the populate_indicators method, the strategy calculates offset values for each MA type by multiplying the MA value with a low or high offset factor.

These offset values are stored in the dataframe, and the EWO indicator is also calculated and added to the dataframe.

The populate_buy_trend method generates buy signals based on specific conditions.

For each MA type, it checks if the closing price is below the corresponding offset value and if the EWO value is either below a low threshold or above a high threshold. Additionally, it checks that the volume is greater than 0. If these conditions are met, the 'buy' signal is set to 1 in the dataframe. Similarly, the populate_sell_trend method generates sell signals based on conditions. For each MA type, it checks if the closing price is above the offset value and if the volume is greater than 0. If these conditions are met, the 'sell' signal is set to 1 in the dataframe. Overall, the strategy uses multiple offset values derived from moving averages and combines them with the EWO indicator to determine buy and sell signals.

startup_candle_count : 30
Recursive Analysis found no issues while using 30 startup_candle_count
stoploss: -0.5
timeframe: 5m
hash(sha256): 8aef3c343ad17c2d75517b9f1a48597152a7d09e745244989140a879d11a72d6
indicators:
volume EWO i_offset_sell low_offset i_offset_buy
close high_offset sma ema trima
t3 kama calculate

No similar strategies found. (based on used indicators)

last change: 2024-05-02 17:18:20