virtual stop problem
-
Hi,
I'm working with martingale and fibonacci betting systems with fixed value for SL and TP. I have a problem if I enable the virtual stop option...sometimes the TP and SL is double the value that I have setted (both virtual stop and emergency stop values) and I don't have any kind of "modify stop" block or something in my code. If I disable the virtual stop option all seems to work fine.
The really strange thing is that when it "makes the mistake", it opens the trade correctly (with correct SL and TP) and then it modify the order with the double of SL and TP size. Looking at the MT4 logs, this thing seems to happen only on the trades after the "first" of the martingale and fibonacci serie.
Could it be a bug?Thanks,
AlessandroP.S.: finally with your hint I was able to reset the martingale system if at the end of the day the balance is positive

-
Can you give me simple project where this problem happens?