Wordcloud
Strategy: DNSAlarmMulti
Downloaded: 20220816
Stoploss: -0.99
The DNSAlarmMulti strategy is designed to backtest and analyze trading patterns. Here is a breakdown of what the strategy does: It begins by populating indicators using the provided dataframe and metadata. It retrieves the specified trading pair and the latest closing price.

The strategy calculates certain patterns, such as bull engulfing and bear engulfing, based on previous price data.

It creates a list of green line prices based on the calculated patterns.

For each green line price, it checks if the current price is within the alert range. If the current price is within the alert range and the alarm hasn't been emitted before, it triggers an alarm and displays an alert message. Depending on the price relationship (greater or lower), it opens the trading pair on Binance and displays the chart on TradingView for further analysis. If the price is within the restart alert range, it resets the alarm emission status. The strategy then returns the processed dataframe. It calculates certain values based on the ticker data, such as open, high, low, close, and volume, and returns a Series containing these values. It calculates the bull engulfing green line by comparing the previous range and the current candle's open and close prices. It calculates the bear engulfing green line by comparing the previous range and the current candle's open and close prices. It appends a default candle to the dataframe for a specified date. It checks if the trading pair is BTC/ETH and returns the comparison result based on a predefined alert percentage. It checks if the trading pair is BTC/ETH and returns the comparison result based on a predefined restart alert percentage. It determines the alert percentage based on the trading pair and constructs an alert message indicating the current price's proximity to the green line. Please note that the given code is incomplete, and some parts may require additional context or dependencies to fully understand their functionality.

stoploss: -0.99
timeframe: 1h
hash(sha256): 08a58cb07f2ab0bf4e402a187d0f1e931b299a0ab7ea7d90315065f2fc073583
indicators:
high max_high_to_end altcoins_restart_alert_percentage close last
open low min_low_to_end altcoins_alert_percentage btc_eth_alert_percentage
btc_eth_restart_alert_percentage

No similar strategies found. (based on used indicators)

last change: 2024-04-28 09:38:13