Forum

Mql4......oscillator values of the previous bar.

Hi,I have to get the oscillator value of the previous bar (oscillator [1]), do I have to generate an array first? Can anyone tell me the syntax? Thanks for your help

I need help translating a simple system of a few (12) lines into mql4.

Hi, it's a stop and reverse system, the moving average on the TR True range must be calculated: (high-low). + ------------------------------------------------- -------------------------------------------------- ------------- + Input: Lenght ( 1 ), numARTs ( 0.2 ); var : atrs, upper, lower, trueran;