Hi Rajiv
I keep getting a syntax error on the code as supplied. As my skills are very basic when it comes to coding can you look at what I have put together and suggest possible changes.
Many thanks
Ken
_SECTION_BEGIN("Price");
TimeFrameSet( in5Minute );
SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) Vol " +WriteVal( V, 1.0 ) +" {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ))
));
Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );
if( ParamToggle("Tooltip shows", "All Values|Only Prices" ) )
{
ToolTip=StrFormat("Open: %g\nHigh: %g\nLow: %g\nClose: %g (%.1f%%)\nVolume: "+NumToStr( V, 1 ), O, H, L, C, SelectedValue( ROC( C, 1 )));
}
newday=Day()! = Ref(Day(), -1);
highofday=HighestSince(newday, H,1);
Lowofday=LowestSince(newday, L,1);
Rangeofday=highofda y-lowofday;
importanttime= 94000;
10minuteORhigh= ValueWhen( Cross(TimeNum( ),94000), highofday, 1);
10minuteORlow= .....;
_SECTION_END();
--- On Fri, 29/5/09, Rajiv Arya <rajivarya87@xxxxxxxxxxx> wrote:
From: Rajiv Arya <rajivarya87@xxxxxxxxxxx> Subject: RE: [amibroker] Intraday - Open 10 Minute Price Marker To: amibroker@xxxxxxxxxxxxxxx Received: Friday, 29 May, 2009, 6:12 AM
newday=day(0! =ref(day( ),-1); highofday=highestsi nce(newday, H,1); Lowofday=lowestsinc e(mewday, L,1); Rangeofday=highofda y-lowofday; importanttime= 94000; 10minuteORhigh= valuewhen( cross(timenum( ),94000), highofday, 1); 10minuteORlow= .....; goodluck Rajiv
To: amibroker@xxxxxxxxx ps.com From: sfehendo@xxxxxx com.au Date: Thu, 28 May 2009 06:14:12 -0700 Subject: [amibroker] Intraday - Open 10 Minute Price Marker
Hi
Can anyone provide me with a formular that would provide horizontal dotted lines as a marker for the opening 10 minute price range on an intraday chart.
Many thanks
Ken
|
Need a Holiday? Win a $10,000 Holiday of your choice. Enter now..
Insert movie times and more without leaving Hotmail®. See how.
|