Hi MT4 programmer,
The best tool I've ever seen in MT4 is this Manual Trading---vHandstrade:
detailed introduction and download:
Testing Visualization: Manual Trading - MQL4 Articles
But there's one thing not good:
say the last bar of chart is A, I feel good with the chart and want to open an position, so I use vhandstrade to open an position, then I press F12 once, there comes a new bar B and the position is built, BUT: the price of the position is close price of B, while my wish is close price of A or opening price of B...... that could make a big difference.
So, could anybody please change the code a bit, make it OPEN price of B, not CLOSE price of B ?
Here is the MQ4 file:
http://articles.mql4.com/c/articles/...adepause_1.mq4
Thanks.