| 
 Alex,  There was no attachment to my email.  Would love to see it in action. Is there any other places where I can get a descriptionof how to best use the Opening Range Lines.  Marshall  
  
-------Original Message------- 
  
Date: 05/15/05 00:48:13 
Subject: [amibroker] Re: Opening Range Lines  
  
Steve, Marshall, 
  
I don't know how far along you guys have gotten but please find 
attached in the files section (Opening Range Lines) a copy of the 
chart for Friday's Dow action with the the bars on it.  Please refer 
to an earlier post I gave regarding how to use and you will see how 
well the rules held. 
  
>  Steve, I forgot I needed to restart the computer. It is now in the 
plugin 
> window. I highlighted it and loaded it and got no error message, but 
It said 
> High, Low, empty. I need to try it Monday at market open.  Do you get 
> something else than empty?  Marshall 
> 
> -------Original Message------- 
> 
> From: Steve 
> Date: 05/13/05 18:36:23 
> Subject: Re: Re: [amibroker] Re: Opening Range Lines 
> 
> >----- Original Message ----- 
> >From: m.smith 
> >Sent: Saturday, May 14, 2005 2:59 AM 
> >Subject: [trading] Re: [amibroker] Re: Opening Range Lines 
> 
> 
> > Alex, Hi, This is the code I have used.  I do not have the  "deTime" 
> > plugin loaded, but will do so now.  Still did not work.  I downloaded 
> > plugin"deDate/Time" and loaded it into the Amibroker program 
>file.  I am 
> > sending an attachment of the actual error message so you can see 
it for 
> > yourself in context.  Thanks , Marshall 
> 
> //Opening Range Lines 
> StartTime=ParamTime("start", "08:00", 0); 
> EndTime=ParamTime("end", "08:15", 0); 
> HighVal=deTimeRangeHHV(H, StartTime, EndTime); 
> Lowval=deTimeRangeLLV(L, StartTime, EndTime); 
> Plot(IIf(TimeNum()<StartTime,Null,Highval), 
> WriteVal((EndTime-StartTime)/100, 1)+"min 
> High", paramcolor("HighColor", colorRed), styleLine); 
> 
Plot(IIf(TimeNum()<StartTime,Null,Lowval),WriteVal((EndTime-StartTime)/100 
> 1)+"min 
> Low",paramcolor("Lowcolor", colorblue),styleline); 
> 
> ========================================= 
> 
> 
> I copied 'n pasted this code and it worked OK. My version of the 
"Date Time 
> Functions" plugin is 0.0.95. AB ver is 4.70.5 
> You are highlighting the plugin in the "Plugin" window then selecting 
> "Load"? 
> 
> 
> 
> 
> 
> 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: 
> 
> 
> Yahoo! Groups Links 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> No virus found in this incoming message. 
> Checked by AVG Anti-Virus. 
> Version: 7.0.308 / Virus Database: 266.11.9 - Release Date: 5/12/2005 
> 
> No virus found in this outgoing message. 
> Checked by AVG Anti-Virus. 
> Version: 7.0.308 / Virus Database: 266.11.9 - Release Date: 5/12/2005 
  
  
  
  
------------------------ Yahoo! Groups Sponsor --------------------~--> 
What would our lives be like without music, dance, and theater? 
Donate or volunteer in the arts today at Network for Good! 
--------------------------------------------------------------------~-> 
  
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: 
  
  
Yahoo! Groups Links 
  
<*> To visit your group on the web, go to: 
  
<*> To unsubscribe from this group, send an email to: 
  
<*> Your use of Yahoo! Groups is subject to: 
  
  
  
  
  
-- 
No virus found in this incoming message. 
Checked by AVG Anti-Virus. 
Version: 7.0.308 / Virus Database: 266.11.10 - Release Date: 5/13/2005 
   |