PureBytes Links
Trading Reference Links
|
interesting about Bollinger bands and styleNoRescale. Mine work fine.
I have in the past also come across weird and repeatable problems suac as these
Is there some rare problem with AB, or can we blame it all on WIndows?
Ara
----- Original Message -----
From: Terry
To: amibroker@xxxxxxxxxxxxxxx
Sent: Monday, January 08, 2007 3:36 PM
Subject: RE: [amibroker] LineArray()
No good ideas, but some comments:
I see this if the 5th parameter = True, but it = False. It extends your line to the right edge of your chart probably compressing the display. This is not the problem here, but maybe some other portion of the code is extending lines?
FYI: I found that using styleNoRescale on Bollinger Bands, it actually shifted by BBands to the wrong location. They were no longer centered around the price.
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Ara Kaloustian
Sent: Monday, January 08, 2007 13:37
To: AB-Main
Subject: [amibroker] LineArray()
Having a problem with ploting Line array
T1_Line = LineArray(x10,y10,x11,y11,0,1);
Plot(T1_Line,"",colorRed,styleLine|styleNoRescale|styleNoLabel);
It actually work fine in another segment of the program, but here when I plot it, my price chart minimum goes to zero, so chart itself becomes very compressed.
Values for x and y are all valid numbers, and the line actually gets plotted properly, but the scale is ... obviously way off.
Anyone encounter this issue. Seems like some problem I keep staring at, but can not see.
Thanks
Ara
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.7/620 - Release Date: 1/8/2007 4:12 PM
|