All in one line short line! Ain't AmiBroker grand?
Anthony Faragasso wrote:
something like this:
x=*MA*(*Min*(*H*-*O*,*O*-*L*),10);
**
*Plot*(x,"",*colorRed*,*styleLine*);
----- Original Message -----
*From:* john10987654321 <mailto:[email protected]>
*To:* [email protected] <mailto:[email protected]>
*Sent:* Saturday, August 29, 2009 6:20 AM
*Subject:* [amibroker] Help with an indicator formula
I need help writing an indicator:
The 10 period SMA of the absolute difference between the open and
either the high or low, whichever difference is smaller.
Any advice appreciated.