PureBytes Links
Trading Reference Links
|
If you use any of the intraday indicators that I posted in the past,
you may want to consider substituting this MktStart variable with the
other. Just remove or bracket off the original MktStart, MktHour,
and MktMinute variables. This one doesn't require you to enter a start
time so it's easy to plot on markets that have different start times.
Also is great for delayed openings. Only potential downside that I can
see is if you decide to trade Globex in the wee hours of the morning...
depending on which indicator you are using it could consider 1 AM
(for example) as the opening bell.
Regards,
Ken
--
mailto:wander@xxxxxxxx
MktStart:= Hour()<Ref(Hour(),-1);
|