Time of Day

 

I need an indicator that lets me set the hours I'm looking for possible trades. I've seen one or two before, can't find them. If you have one, please post it or link it. Thanks@!

 
Thruline:
I need an indicator that lets me set the hours I'm looking for possible trades. I've seen one or two before, can't find them. If you have one, please post it or link it. Thanks@!

You can do something like this...

int EntryHour = 9; //start trading at 9

int StopHour = 15; // stop trading at 15

if (TimeHour(Time[0])>=EntryHour && TimeHour(Time[0])<StopHour )

{

//then do something

} //end if

 

Working Hours

Thruline,

Will this help? See snag shot attached. Enjoy!

FXCruiser

 

Hey thanks much, guys! I didn't see the update to the thread for a while. Many thanks!

 
fxcruiser:
Thruline,

Will this help? See snag shot attached. Enjoy!

FXCruiser

The other indicator.

Files:
Reason: