[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] error in S&C traders tips



PureBytes Links

Trading Reference Links


Hi,
 
No this line was commented intentionally to hide raw BOP line 
(since it is very choppy).
Only averaged BOP is displayed by default, but you can 
uncomment the line
to see raw version.
 
Best regards,
Tomasz Janeczko
amibroker.com
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
David 
Holzgrefe 
To: <A title=amibroker@xxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Saturday, October 27, 2001 7:53 
PM
Subject: [amibroker] error in S&C 
traders tips

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<FONT face="Courier New" 
size=1>
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 
DavidYour 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.