PureBytes Links
Trading Reference Links
|
TJ the BOP formula has a small typo I
think
BOP = ( Close - Open )/( High - Low );
Graph0 = BOP; this line had // Graph0 =
BOP;
<FONT face="Courier New"
color=#008000 size=1>
// 14 bar moving average of BOP
Graph1 = <FONT face="Courier New" color=#0000ff
size=1>MA( Graph0, <FONT
face="Courier New" color=#ff00ff size=1>14<FONT face="Courier New"
size=1> );
<FONT face=Arial
size=2>
Regards
David
|