Hi,
I've develped a quite simple swing indicator and can't program it into the esignal efs system. I've tried lots of time and didn't came to the right context.
The formulas of the swing indicator is as follows:
buy: Cross((Mov(Close,17,S)-Mov(Close,18,S)),(Mov(Mov(Close,17,S)-Mov(Close,21,S),35,S))).
Sell: Cross((Mov(Mov(Close,17,S)-Mov(Close,21,S),35,S)),(Mov(C,17,S)-Mov(Close,18,S)))
its quite simple indicator but very usefull.
Pls help me to sort this out.
Kindly Regards,
Danny Peretz
Tel: 972-364510465
Email: [email protected]
I've develped a quite simple swing indicator and can't program it into the esignal efs system. I've tried lots of time and didn't came to the right context.
The formulas of the swing indicator is as follows:
buy: Cross((Mov(Close,17,S)-Mov(Close,18,S)),(Mov(Mov(Close,17,S)-Mov(Close,21,S),35,S))).
Sell: Cross((Mov(Mov(Close,17,S)-Mov(Close,21,S),35,S)),(Mov(C,17,S)-Mov(Close,18,S)))
its quite simple indicator but very usefull.
Pls help me to sort this out.
Kindly Regards,
Danny Peretz
Tel: 972-364510465
Email: [email protected]
Comment