Wordcloud
Strategy: Discord_AverageStrategy
Downloaded: 20220726
Stoploss: -0.25


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The AverageStrategy is a proof-of-concept trading strategy implemented in Python for backtesting purposes. It is designed to buy and sell assets based on crossover signals generated by two exponential moving averages (EMAs). Here are the important aspects of the strategy: The strategy calculates two EMAs: 'maShort' with a time period of 360 and 'maMedium' with a time period of 648.

The buy signal is generated when the 'maShort' crosses above the 'maMedium'.

The sell signal is generated when the 'maMedium' crosses above the 'maShort'.

The strategy has a minimal return on investment (ROI) of 10,000 units. A stop loss of -0.25 (25%) is set to limit potential losses. Trailing stop functionality is disabled. The timeframe for analysis is set to 5 minutes. Please note that the strategy is described as not performing well and is primarily used as a proof of concept.

startup_candle_count : 50
Recursive Analysis found no issues while using 50 startup_candle_count
stoploss: -0.25
timeframe: 5m
hash(sha256): fef1094c007b5bc5f8e2a60e0ce1ae338fa7e04187fba212356a03bcf2c14013
indicators:
maShort maMedium

No similar strategies found. (based on used indicators)

last change: 2023-07-01 14:25:10