PureBytes Links
Trading Reference Links
|
// Your system up here
E = Equity();
Plot(E,"Equity",1,1);
Open=E;
High=E;
Low=E;
Close=E;
Plot(SAR(),"SAR",4,1);
Attached a capture that shows what this looks like for the standard SAR. Of
course you have to optimize the SAR arguments and, perhaps, you want to make
some other changes to the standard SAR formula as it was posted before in VB
and J scripts.
Best regards,
Herman.
Attachment:
jpg00109.jpg
Attachment:
Description: "Description: JPEG image"
|