using Ticks per Seconds as a filter
-
Hello,
I am trying to use the (Ticks per Seconds from Market properties) to avoid opening positions when the tick speed is very high like many times when trade the Gold, but it seems the EA not tacking it in considration it keep opening in a very high speed movement so that the opened position case a big looses, so anyone can help me to improve my EA.
Thanks a lot for your help in advance.
-
Effectively ticks per second (price change) is volatility, add your project link, to see what's happening.
-
-
This looks like it would do what you want, create a test project with this count in a comment, just to check that this is/is not working as expected, then add to this post if trades are placed when they shouldn't be.
-
Sorry, what you mean by: (with this count in a comment,)!
-
I mean put the market properties into a comment, so you can see the ticks change
-
OK, I see, Thanks, will do that!!