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)
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)
Bibliothèque Pine
Dans le plus pur esprit TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur! Vous pouvez utiliser cette bibliothèque en privé ou dans d'autres publications à code source ouvert, mais la réutilisation de ce code dans des publications est régie par nos Règles.
Clause de non-responsabilité
Bibliothèque Pine
Dans le plus pur esprit TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur! Vous pouvez utiliser cette bibliothèque en privé ou dans d'autres publications à code source ouvert, mais la réutilisation de ce code dans des publications est régie par nos Règles.