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

[amibroker] chart area after barcount-1



PureBytes Links

Trading Reference Links

I have a trading system that shows lines based on value of previous bars.

example, same like this:

for( i = 1; i < BarCount; i++ )
{
	Line[ i ] = Line[ i - 1 ] + par
}
Plot( Line, "Line", colorblack, styleLine);

the problem is the impossibility to show the value of "Line" after the
last bar, where the chart doesn't show any price.
the value of Line[ BarCount ] doesn't exist because is outside the array
range.

in such trading system line value after barcount-1 has some sense.
can I force to show a value in that area of the chart?

simple shift of the Line generates different behavior of the trading system.

if I can't plot Line in that area I need to rewrite the formula of the
"Line" only for Line[ BarCount ] and show it in another way.

Many Thanks in advance,

Richard



------------------------------------

**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com
*********************

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html

*********************************
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:amibroker-digest@xxxxxxxxxxxxxxx 
    mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/