EMA-possible?

 
Hi!

I want to compare EMA line between previous bar and now.

If previous value ( previous bar ) of EMA is low than actual ( actual bar ), than BUY...somethig like that I wan t to create...is this possible?

Thanks
 

yes

 
joss:
Hi!

I want to compare EMA line between previous bar and now.

If previous value ( previous bar ) of EMA is low than actual ( actual bar ), than BUY...somethig like that I wan t to create...is this possible?

Thanks


I agree with upper statement:) definetly yes.

simplest way is to make an if statement where you check your conditions then you place OrderSend() if the condition is satisfied.

cheers, P

Reason: