Hi fellow coders,
One problem I run into alot when I want to program a system is that I often don’t know which bar to use.
Let’s say I use the 1 hour timeframe and a time session of 08-22. (intraday system) If I want to compare the last candlestick of yesterday’s close (within my time session) with today’s open (within my time session).
What close[X] and open[X] do I use then? Is the open/close function adapting to my time session that i declared above or is it using the 24hour that comes with an 1hour timeframe view?
Hope you understand my question since it confuses me alot 🙂