تحلیل تکنیکال wakefulMagpie33326 درباره نماد XRP : توصیه به خرید (۱۴۰۳/۱۰/۲۸)
wakefulMagpie33326

// © GainzAlgo//version=5indicator('GainzAlgo Pro', overlay=true, max_labels_count=500)candle_stability_index_param = input.float(0.5, 'Candle Stability Index', 0, 1, step='Technical, 0, 1, step='Technical ', tooltip='پایداری شمع Index نسبت بین بدنه و فتیلههای شمع را اندازهگیری میکند. بالاتر - پایدارتر. بازار چقدر بیش از حد خرید/فروش زیاد است - بیشتر overbought/oversold.')candle_delta_length_param = input.int(5, 'Candle Delta Length', 3, group='Technical', tooltip=' Candle Delta Length مدت زمان افزایش/کاهش قیمت شمع را اندازه می گیرد. بیشتر - طولانی تر period.')disable_repeating_signals_param = input.bool(false, 'غیرفعال کردن سیگنال های تکرارشونده'، گروه='تکنیکال'، راهنمای ابزار='سیگنال های تکرارشونده را حذف می کند و برای حذف دسته های سیگنال و وضوح کلی مفید است')GREEN = color.rgb(29, 255, 40)RED = color.rgb(255, 0، 0) TRANSPARENT = color.rgb(0، 0، 0، 100)label_size = input.string('normal', 'Label Size', options=['huge', 'large', 'normal', 'small', 'tiny'], group='Cosmetic')label_style = ورودی .string('حباب متن'، 'سبک برچسب'، ['حباب متن'، 'مثلث'، 'پیکان'], group='Cosmetic')buy_label_color = input(GREEN, 'BUY Label Color', inline='Highlight', group='Cosmetic')sell_label_color = input(RED, 'SELL Label Color', inline='Highlight', group= 'Cosmetic')label_text_color = ورودی (color.white, 'Label Text Color', inline='Highlight', group='Cosmetic')stable_candle = math.abs(close - open) / ta.tr > candle_stability_index_paramrsi = ta.rsi(close, 14)bullish_engulfing = بستن[1] <باز کردن[1 ] و بستن > باز کردن و بستن > باز کردن[1]rsi_below = rsi < rsi_index_paramdecrease_over = بستن < close[candle_delta_length_param]bull = صعودی_engulfing و stable_candle و rsi_below و drop_over و barstate.isconfirmedbearish_engulfing = بستن[1] > باز[1] و بستن <باز کردن و بستن <باز کردن_سی_رو[0] rsi_index_paramincrease_over = close > close[candle_delta_length_param]bear = bearish_engulfing and stable_candle و rsi_above and growth_over و barstate.isconfirmedvar last_signal = ''اگر گاو و (disable_repeating_signals_param ? (last_signal != 'خرید' ? true : na) : true) if label_style == 'حباب متن' label.new(bull ? bar_index : na, low, 'BUY', color=buy_label_color, style=label.style_label_up, textcolor =label_text_color، size=label_size) other if label_style == 'triangle' label.new(bull ? bar_index : na، low، 'BUY', yloc=yloc.belowbar, color=buy_label_color, style=label.style_triangleup, textcolor= TRANSPARENT, size=label_size) وگرنه اگر label_style == 'arrow ' label.new(bull ? bar_index : na, low, 'BUY', yloc=yloc.belowbar، color=buy_label_color، style=label.style_arrowup، textcolor=TRANSPARENT، size=label_size) last_signal := 'buy'if bear and (disable_repeating_signals_param ? (last_signal != true: na) ? ) اگر label_style == 'متن bubble' label.new (خرس ? bar_index : na، high، 'SELL'، color=sell_label_color، style=label.style_label_down، textcolor=label_text_color، size=label_size) وگرنه اگر label_style == 'مثلث' label.new(خرس؟ bar_index : na، high، 'SELL', yloc=yloc.abovebar، color=sell_label_color، style=label.style_triangledown، textcolor=TRANSPARENT، size=label_size) وگرنه اگر label_style == 'arrow' label.new(Bear ? bar_index : na، high، 'SELL'، yloc=yloc.abovebar، color=sell_label_color، style=label.style_arrowdown، textcolor=TRANSPARENT، size=label_size) last_signal := 'sell'alertcondition(bull, 'BUY Signals', ' سیگنال جدید: خرید»)شرایط هشدار (خرس، «فروش». سیگنالها، «سیگنال جدید: فروش»)