HansHansen / Publications
Forum
OrderSend, getting better price.
Hello, I am a C++ programmer and completely new to mql4 and I like it very much. There is a strange problem with all my Expert Advisors. I made this extremely simple EA to demonstrate the bug. input double SL = 25.0 ; input double TP = 25.0 ; input double Lots = 1.0 ; int OnInit () { return