Wordcloud
Strategy: BB10fall
Downloaded: 20220113
Stoploss: -0.5


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The BB10fall strategy is a trading strategy that utilizes Bollinger Bands and exponential moving averages (EMAs) to generate buy and sell signals. Here's a breakdown of what the strategy does: It calculates several indicators based on the historical price data: Simple Moving Average (SMA) with a window of 10 periods. Standard Deviation (SD) of the SMA 10.

Upper Bollinger Band (BB10 Upper), which is the SMA 10 plus 2 times the SD of SMA 10.

Lower Bollinger Band (BB10 Lower), which is the SMA 10 minus 2 times the SD of SMA 10.

Exponential Moving Averages (EMAs) with different time periods (5, 10, 12, 20, 26, 35, 50, 100). It calculates buy and sell thresholds based on the Bollinger Bands: The buy threshold (buyThreshold10) is calculated as the average between the SMA 10 and the lower Bollinger Band. The sell threshold (sellThreshold10) is calculated as the average between the SMA 10 and the upper Bollinger Band. It determines the price trend over the past two days: It checks if the price has risen or fallen over the last two days based on the average of the open and close prices. The result is stored as "rise2" if the price has risen, "fall2" if the price has fallen, or an empty string if there is no clear trend. It calculates the average of the volume over a window of 10 periods (AvgOfVolume10Int). It populates the "FallorRise for2d AvgInt" column with the trend values for the average price and volume. It checks for buy signals based on the following conditions: The current closing price is below the buy threshold. The previous closing price is also below the previous buy threshold. The price has fallen over the past two days. The volume is greater than zero. It checks for sell signals based on the following conditions: The current closing price is above the EMA 5. The average volume is less than the current volume. The current closing price is above the sell threshold. The previous closing price is also above the previous sell threshold. The price has risen over the past two days. The volume is greater than zero. It marks the corresponding rows with a "1" in the "buy" and "sell" columns to indicate the occurrence of a buy or sell signal. The strategy combines Bollinger Bands, EMAs, and price/volume trends to identify potential buying and selling opportunities in the market.

startup_candle_count : 30
EMA 10: -0.002%
EMA 12: -0.006%
EMA 20: -0.038%
EMA 26: -0.070%
stoploss: -0.5
timeframe: 1h
hash(sha256): 858d3ecd12753f28c6eef2ebdf408fe2a6359a90c43d9c1b4633a0d9ca37ea94
indicators:
bids Price AvgOfInt volume asks
close SD of SMA 10
BB10 Lower best_ask BB10 Upper
SMA 10 best_bid

No similar strategies found. (based on used indicators)

last change: 2023-06-24 09:28:02