This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
draw_signal(int id, SignalStatus status, int last_swept_low_swing_index, int last_pullback_before_sweeping, int mss_candle_index, int sweep_candle_index, array<Fvg> fvgs, float entry, float sl, float tp) => | |
var array<line> entry_lines = array.new<line>() | |
var array<line> sl_lines = array.new<line>() | |
var array<line> tp_lines = array.new<line>() | |
var array<bool> draw_matched_label = array.new_bool() | |
int new_line_x = bar_index + 5 | |
int lines_cnt = entry_lines.size() | |
if id >= lines_cnt |