below is a snapshot of the Order Flow Market Depth Map indicator. I have colored the Bid lines bright green (lime) and the Ask lines bright red (red). In a ninjascript strategy IF statement, I am looking to reference lines like the one pointed out on the attached snapshot - bold, very distinct, obvious, as an entry signal. Can you please help me understand how I would reference the very distinct lines like this for an if statement: IF(distinct, bold, Ask line happened in last 10 bars) THEN{EnterLong()}.
Thank you.

Comment