My question is how would I reference a time interval other than the one I am in on a script. Let's say I am in "interval() =2 minute chart", but I want to compare an MAStudy in this interval with one in a 5 minute interval, i.e. "interval() = 5 minutes". I know how to do all the linear extrapolations and all to create a slower moving MA. But, that is not the issue. In general, I am wondering how to refer from within a given time interval to "outside" that interval in one script, in order to compare things from different time intervals wthin one script (which are not always easy to do linear extrapolations on, like Boolean conditions etc.. Would I use an efs.external Call (a separate function with a different interval at the end of the script, below "main" or what. I've never done it, and am new enough I haven't got a clue if it can even be done, or is forbidden in EFS. Does everything in a script used on one chart have to conform to a single time interval?
Are there any examples you can refer me to. I am sure I could pick it up if I have someplace to start, if its is permitted.
thx,
Tilmon
Are there any examples you can refer me to. I am sure I could pick it up if I have someplace to start, if its is permitted.
thx,
Tilmon
Comment