Remember Indicators

Top  Previous  Next

The Remember indicator outputs a time series value based on a condition you specify.   For example, the Remember indicator would output the value of the high (the time series) when the 9 period moving average crosses above the 13 period moving average (the condition).  The output value would remain the same until the condition is met once again, at which time the current high would become the output.  The Remember2, Remember3, and Remember4 indicators output a different value depending upon which of several conditions is activated.  Because the Remember indicators change value based on conditions, they may be used in the same way a programmer would use a variable as an argument to an indicator, Prediction or Trading Strategy.  The conditions are true/false indicators or any indicator that produces a value of either 0 or a non-zero value.