THANK YOU!!  I had a similar problem driving me crazy.  Your helpful reply in 
April of 2008 turned up in a scan, and you saved my life!  Your English was 
certainly good enough to get results -- Be well, and Good Trading!!

--- In [email protected], "Klaus" <kmunne...@...> wrote:
>
> // Handel nur von 12:30 - 21:30 Uhr
> 
> Handelszeit = TimeNum()>=123000 AND TimeNum()<=213000;
> 
> Buy = Condi1 AND Condi2 AND Condi3 AND Handelszeit; // kaufbedingungen
> 
> you will buy at 10:30 = 103000
> 
> your end trading time i dont now
> 
> sorry for my englisch
> 
> i hope you verstand my
> 
> 
> 
> 
> 
>   ----- Original Message ----- 
>   From: longarm61 
>   To: [email protected] 
>   Sent: Wednesday, April 23, 2008 5:47 PM
>   Subject: [amibroker] Buy At Certain Time Of Day
> 
> 
>   Hi, I'd like to know how to code a buy rule that applies for all but 
>   the first hour of the day--IOW, buy signals are ignored from 9:30 to 
>   10:30. This only applies to the "OR" line in the following code:
> 
>   Buy = blah, blah, blah, blah; 
>   OR Low < MA( Close , 10 );
> 
>   Any help would very much be appreciated. 
> 
>   Thanks,
> 
>   Grant
>


Reply via email to