In strategy builder, on strength of a [0] bar conditional being met, I want to take the high and low of a previous bar [1] and store those values as separate variables to be called on a future conditional price change immediate execution, i.e. line in the sand being crossed then execute entry. I can't see a way to do this in the wizard, or is there in fact a method I can call?
So
If ( X && X && X)
{
(Store the High[1];
Store the Low[1]
}
Thanx

.... Was at a series of too many things all day yesterday....
Comment