Thread: Ask!
View Single Post
  #1064 (permalink)  
Old 04-28-2008, 12:39 AM
yyc196's Avatar
yyc196 yyc196 is offline
Senior Member
 
Join Date: Dec 2006
Location: Earth
Posts: 197
yyc196 is on a distinguished road
Thanks

Quote:
Originally Posted by Michel View Post
If needed, check first that you are later than 8 am:
PHP Code:
if(Hour() < 8) return; 
Then, find the max and min of the current day. (if its ok for you, its easier than from 8 am):
PHP Code:
double Max iHigh(Symbol(), PERIOD_D10);
double Min iLow(Symbol(), PERIOD_D10);
int Range = (Max Min) / Point;
if(
Range 90) return;
... 
Hi,

Apology to take such a ling time to say "thank you".

I appreciate your help.

Thanks again.

Shek
Reply With Quote