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

RE: [amibroker] Intraday - Open 10 Minute Price Marker



PureBytes Links

Trading Reference Links



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.


Need a Holiday? Win a $10,000 Holiday of your choice. Enter now..

__._,_.___


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

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

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

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





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

__,_._,___