When I first read the manual, I thought that one could access the history, even in the INITRUN section, if it was inside the LookBack candles.
Until now, if this is possible, I don't know how to do it.
The second time I read the manual (and the rest of the times after that) I thought that the manual said that "no trading orders would be opened if current Bar is less than LookBack".

Maybe what I need in my script is not LookBack, but another thing, as what I want is to be able to have the history of the latest N bars in the INITRUN section, so I could get rid of the "if (Bar > LookBack)"

I keep searching for the answer. Will post it here if I find it.