PINE LIBRARY
Mis à jour

SMCDrawing

625
Library "SMCDrawing"

drawSwingPointLabel(bar_index, price, swing_type, text_color, size)
  Parameters:
    bar_index (int)
    price (float)
    swing_type (string)
    text_color (color)
    size (string)

drawBOSLabel(start_bar, price, end_bar, bos_text, line_color, line_style, line_width, text_color, size)
  Parameters:
    start_bar (int)
    price (float)
    end_bar (int)
    bos_text (string)
    line_color (color)
    line_style (string)
    line_width (int)
    text_color (color)
    size (string)

drawRetracementLine(start_bar, price, end_bar, line_color, line_style, line_width)
  Parameters:
    start_bar (int)
    price (float)
    end_bar (int)
    line_color (color)
    line_style (string)
    line_width (int)

drawFVG(high_time, low_time, high_price, low_price, is_bullish, line_color, line_width, bar_time)
  Parameters:
    high_time (int)
    low_time (int)
    high_price (float)
    low_price (float)
    is_bullish (bool)
    line_color (color)
    line_width (int)
    bar_time (int)

drawBPRLabel(bar_time, price, is_bullish, text_color)
  Parameters:
    bar_time (int)
    price (float)
    is_bullish (bool)
    text_color (color)

drawVolumeSpike(bar_time, price, percent_oi, normalized_volume, spike_color)
  Parameters:
    bar_time (int)
    price (float)
    percent_oi (float)
    normalized_volume (float)
    spike_color (color)

drawCandle(bar_index, open, high, low, close, up_color, down_color, wick_color, up_border_color, down_border_color)
  Parameters:
    bar_index (int)
    open (float)
    high (float)
    low (float)
    close (float)
    up_color (color)
    down_color (color)
    wick_color (color)
    up_border_color (color)
    down_border_color (color)
Notes de version
v2

Added:
drawFVGBox(fvg_data, fvg_box_color, extend_right, current_bar_time, current_bar_idx)
  Parameters:
    fvg_data (FVGData type from viorel8/SMCFunctions/6)
    fvg_box_color (color)
    extend_right (bool)
    current_bar_time (int)
    current_bar_idx (int)

Updated:
drawSwingPointLabel(bar_idx, price_val, swing_type_str, text_color_val, size_str)
  Parameters:
    bar_idx (int)
    price_val (float)
    swing_type_str (string)
    text_color_val (color)
    size_str (string)

drawBOSLabel(start_bar_idx, price_val, end_bar_idx, bos_text_str, line_color_val, line_style_str, line_width_val, text_color_val, size_str)
  Parameters:
    start_bar_idx (int)
    price_val (float)
    end_bar_idx (int)
    bos_text_str (string)
    line_color_val (color)
    line_style_str (string)
    line_width_val (int)
    text_color_val (color)
    size_str (string)

drawRetracementLine(start_bar_idx, price_val, end_bar_idx, line_color_val, line_style_str, line_width_val)
  Parameters:
    start_bar_idx (int)
    price_val (float)
    end_bar_idx (int)
    line_color_val (color)
    line_style_str (string)
    line_width_val (int)

Removed:
drawFVG(high_time, low_time, high_price, low_price, is_bullish, line_color, line_width, bar_time)

drawVolumeSpike(bar_time, price, percent_oi, normalized_volume, spike_color)

drawCandle(bar_index, open, high, low, close, up_color, down_color, wick_color, up_border_color, down_border_color)
Notes de version
v3

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.