Wordcloud
Strategy: EMAsStochastic
Downloaded: 20220307
Stoploss: -0.9


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The EMAsStochastic strategy is a work in progress trading strategy that aims to generate buy and sell signals based on the interaction between exponential moving averages (EMAs) and the Stochastic oscillator. Here are the important parts of the strategy: Timeframe: The strategy operates on the 1-hour timeframe. Parameters: The strategy has several configurable parameters including the lengths of three EMAs (first_ema_length, second_ema_length, and third_ema_length) and the maximum number of hours a trade can remain open (max_open_hours).

Buy Signals: The strategy generates a buy signal when the following conditions are met: The volume of the asset is greater than zero.

The first EMA is greater than the second EMA, and the second EMA is greater than the third EMA.

The fastk value of the Stochastic oscillator crosses above the slowd value. Sell Signals: The strategy generates a sell signal when the fastk value of the Stochastic oscillator crosses below the slowd value. Exit Conditions: The strategy uses a custom stop loss function (custom_stoploss) to manage losing trades. If the current profit of a trade is negative and the trade has been open for a duration longer than the specified max_open_hours, the stop loss is triggered. ROI and Trailing Stop: The strategy has a minimal_roi table that defines the desired return on investment at different time intervals. It also supports a trailing stop, which trails the stop loss as the trade becomes profitable. Plot Configuration: The strategy provides a plot configuration to visualize the EMAs and the Stochastic oscillator on the chart. Please note that the strategy is a work in progress and should be used at your own risk.

startup_candle_count : 50
Recursive Analysis found no issues while using 50 startup_candle_count
stoploss: -0.9
timeframe: 5m
hash(sha256): fcd8b377fa1f2ee56ef457d3fce427605953d062775a5522595abd2a3f61374a
indicators:
slowd second_ema volume first_ema close
has_volume third_ema fastk

No similar strategies found. (based on used indicators)

last change: 2023-07-01 14:29:07