Could you use a counter block - pass n times?

Posts made by JRod78
-
RE: Help with this Forumlaposted in Questions & Answers
-
RE: Defining time constantsposted in Questions & Answers
I'm assuming if the variable is defined as a string then it can't be changed in the MT4 optimiser? Would you set time using the component method if you want to use the optimiser?
-
Defining time constantsposted in Questions & Answers
Hi there. How do I define variables / constants to be used in time filters that will allow me to optimise down the track. For example, I want to take a trade at a specific hour, is there any way I can run MT4 optimisation to try all hours between 00:00 and 23:00?
-
RE: Problem with modify Stopsposted in Bug Reports
I don't think it is a problem with the logic, as I am drawing text with the value of the SL variable that it should be moved to immediately after the modify stops block. The SL value prints fine, but the stop does not move.

-
Problem with modify Stopsposted in Bug Reports
Hello. I am having trouble with modify stop on the short side only. It seems to work fine with the same logic for long trades, however whilst the variable SL seems to be correct, the modify stop block does not seem to action it.
-
RE: Find object price by color and widthposted in Questions & Answers
Also, once I have found the object, how do I save the value to a variable that I can use elsewhere in the EA?
-
RE: Find object price by color and widthposted in Questions & Answers
Hello
I have an indicator that plots a lot of horizontal lines, either in red or blue. All blue lines are dashed lines except one which is a solid line with a width of 3. Is there a way to use the object loop to find only the solid blue line with a width of 3?
Thanks
JRod