PureBytes Links
Trading Reference Links
|
Terry,
If you place:
SetBarsRequired(100000,0);
On the first line, then the Plot sticks. I hit this same
problem/solution with the recent multi-ribbon text display thread.
Regards,
Gordon Sutherland
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of Terry
Sent: Tuesday, 5 September 2006 2:52 a.m.
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Plotting Question
Something like this should work, but, oddly, it disappears as soon as
you click on the chart. It only appears at the moment you click apply.
Maybe this gives you something to work with.
Plot(IIf(BarIndex() == BarCount - 1,C,Null),"Name",colorBlue,styleArea);
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of Stockjunkie@xxxxxxxxx
Sent: Monday, September 04, 2006 08:43
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Plotting Question
is it possible to plot something in ami only on the current bar and
then remove the plots when the bar becomes history?
tia
jj
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
|