You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Because when I compile it it gives me no errors, i simply don't know where to look for bugs.
Kindly see attached screenshot .
I repeat for the third time: Your code does not compile because the following error is thrown:
++ Hint: You need to attach the missing file
I repeat for the third time: Your code does not compile because the following error is thrown:
I understand what u are saying, but it seems that u refuse to even listen to what I am saying, talkless of understanding it.
I would assume that u are the more advanced/experienced one here out of the two of us.
It boils down to this?
How can I fix it? U keep telling me your errors when u compile, but wont tell me or give me any idea on how to fix it, despite the fact that I told u multiple times, that the same code compiles fine on my PC.
How am I supposed to fix it, if it doesn't show me any errors? Where do i even begin?
I even responded based on your error, and told you where the include file is located on my PC. "Its inside the Include folder", I checked and double-checked and triple-checked.
Why do u keep repeating a point I have no idea how to deal with, despite me saying I have no idea how to deal with it?
Am i making any sense here for the love of GOD?
I repeat for the third time: Your code does not compile because the following error is thrown:
++ Hint: You need to attach the missing file
Wow, who knew that a tiny hint could have saved me from a mini rant.
Kindly see attached.
You need to control the process of execution of a trading order.
Or a simpler option: check the signal ONLY at the moment of the birth of a new bar.
And yet - you need to learn how to use the tester and debugging. Set breakpoints and (using the right mouse button) keep track of the 'myLotSize' variable:
And yet - you need to learn how to use the tester and debugging. Set breakpoints and (using the right mouse button) keep track of the 'myLotSize' variable:
Ok, thanks for the help. I definitely haven't used break points as u mentioned, and could sure get to know more about the tester and debugging routines. Ill keep at it now.
Don't try to use any price (or indicator) or server related functions in OnInit (or on load or in OnTimer before you've received a tick), as there may be no connection/chart yet: