Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 23:41:16 +0000



Post From: Maximum Ask & Minimum Bid within a Bar

[2018-01-17 10:50:37]
Pinger - Posts: 33
Hi

I'm a bit confused as to how to determine the maximum ask or minimum bid within a bar. I'm understand how to use sc.Ask and sc.Bid to get the ask and bid price at the chart refresh interval, and how to use sc.BaseDate[SC_ASK_PRICE or SC_BID_PRICE][sc.Index] to get the ask and bid prices at the last trade of the bar. But how do I determine if there are different values from ticks received in between the chart refresh times and not the last trade?

Kind regards