Wordcloud
Strategy: Strategy001_426
Downloaded: 20220113
Stoploss: -0.1
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of STRATEGY_001_HEIKENASHI

You will be redirected to the original Strategy in 15 seconds.Redirecting...
Strategy001 is a trading strategy designed for backtesting purposes. The strategy uses various technical indicators to generate buy and sell signals. Here is a summary of how the strategy works: The strategy calculates exponential moving averages (EMAs) with different time periods (20, 50, and 100) and adds them to the input DataFrame.

It also calculates Heikin-Ashi candles using the qtpylib library.

The buy signal is generated when the EMA20 crosses above EMA50, the Heikin-Ashi close is above EMA20, and the Heikin-Ashi open is below the close (green bar).

The sell signal is generated when EMA50 crosses above EMA100, the Heikin-Ashi close is below EMA20, and the Heikin-Ashi open is above the close (red bar). The strategy has predefined values for minimal ROI (return on investment), stop-loss, timeframe, and trailing stop. It also supports the use of sell signals, profit-only selling, and optional order types. The populate_indicators function adds the calculated indicators to the DataFrame, while populate_buy_trend and populate_sell_trend determine the buy and sell signals, respectively.

stoploss: -0.1
timeframe: 5m
hash(sha256): 493270b6bb7b3f30bcafca4dd12816936036e5fe370231019a5fde564fdd57f7
indicators:
ema20 ema100 close ha_close open
ema50 ha_open

No similar strategies found. (based on used indicators)

last change: 2022-07-02 19:54:08