Trading Zone
-
Hello, I am trying to create an EA that will automatically place a color line, or perhaps a shape...but only overlapping the specific times of each day that I am seeking. It doesnt matter if it is in the middle of my screen or a nice small bar at the top or bottom. I think if someone can help me figure out which block I need to use, and generally to use it, I can figure the details.
Specifically, I would like to highlight the areas of: 0800-1000, 1430-1630, and 0600-0800. Times are in GMT.
Thank you much
-
@jsauter86 The most efficient way to do it is by importing a custom indocator diing that. Creating a structure to do it will consume computing resourcer that an indocator will solve more quickly and effectively.
-
interesting, thank you. Would you have any suggestions?
-
@jsauter86 Personally I don't any any indicator doing that right now, but I'm sure there will be several ones on mql5.com. You can try there first.