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

Re: [amibroker] RE: Do Loop can not work if Initial value begin from middle of the data range



PureBytes Links

Trading Reference Links

hi wongloktim, this is not showing any value in Stoploss column

wht to do.

wongloktim <wlt@xxxxxxxxxxxxxx> wrote:
Please Help

I found this cause Do Loop problem:{for(i=bars+1; i<BarCount;i++)}

////////////////////////////////////////////////////////////////////
SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = FullName()+StrFormat(" {{NAME}} - {{INTERVAL}} {{DATE}}
Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C,
SelectedValue( ROC( C, 1 ) ) ));
Plot( C,"Price",colorBlack,64 );

function HigherLow(Bars,Price)
{
HLow=Price;
HLowArr=Null;
if(Bars>0)
{
for(i=bars+1; i<BarCount;i++)
{
if(Low[i] >= HLow)
{
HLow=Low[i];
HLowArr[i]=HLow;
}
else
HlowArr[i]=HLow;
}
}
return HlowArr;
}
Start = SelectedValue(BarIndex());
Price=ValueWhen(BarIndex()==start,L,1);
Test=HigherLow(Start,Price);
Plot(IIf(start,Test,Null),"StopLoss",colorRed,4);

///////////////////////////////////////////////////////////



Shape Yahoo! in your own image. Join our Network Research Panel today! __._,_.___

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 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





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___