Okay, I have a very silly question. I assumed we received a tick in EFS on each trade (after the historical bars). I assumed (incorrectly) that high(), low(), close(), and open() were the same as they would reflect the trade price.
Based on my last test, I was wrong. So, am I wrong in assuming we get each trade? If we do get each trade, what are the formal definitions of high() open() close() and low()? Which one represents the trade price? Is the open() of the current tick equal to the close() of the last tick? Are these bid/ask price ranges between trades?
You'd think after programming in EFS for over a year, I'd know this, but I couldn't find detailed enough descriptions in the documentation.
Cheers,
Michael
Based on my last test, I was wrong. So, am I wrong in assuming we get each trade? If we do get each trade, what are the formal definitions of high() open() close() and low()? Which one represents the trade price? Is the open() of the current tick equal to the close() of the last tick? Are these bid/ask price ranges between trades?
You'd think after programming in EFS for over a year, I'd know this, but I couldn't find detailed enough descriptions in the documentation.
Cheers,
Michael
Comment