Quote:
|
Originally Posted by FXiGoR
Scorpio,
Off what I know over all those years trading and working on 1 hour charts and reading books and using metastock profesional and amibroker etc etc etc...a position is taken in after a compleet bar is finished. Because within 1 hour bar a set off rules can be many times true or false. So how comes when I look to the trading rapport I see that the majority off the positions are placed during an hour (ex. 20:14) and not AT the hour (ex. 20:00 or 21:00)?... or is that a part off the strategy ?...
friendly greetings and keep up the good work
|
Thanks for compliment
For v1.3 and v2, there can be multiple trades in the same 1h bar. Actually, what I want is only 1 trade per bar. This is a major problem for most expert advisors around the net; trades keep on open and close in the same bar. The only real solution is to code new crossover checking in mql4. The workaround is setting buy level = 54, exit buy level = 46, sell level = 46, and exit sell level = 54.