Hello
I'm trying to create a formula for use on the symbol expert, simple moving average close 5 days crossing simple moving average 20 days but only show the symbol when the close is 25 % lower of the higtest high of last 150 days.
Cross(Mov(c, 5,s),Mov( c,20,S)) and hhv(h,150)*100, 0.3)% < 25 the cross moving average works but the 25% don't,
I have on the comments - Higher of 150 days WriteVal( HHV(h,150)) - Down from last 150 days High writeval((C/ HHV(H,150) -1)*100,0. 3)% - and show me the values, but on the symbols don't work
Thanks for any help
Tony