[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 286

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
Hello. Can you please tell me if there is an EA that would mark entry and exit points on the chart, like in the strategy tester?
And manually - what's wrong with that? Pull trades from the Account History with the mouse to the chart and they will be indicated there!
Or use the script - http://www.kimiv.ru/index.php?option=com_remository&Itemid=13&func=fileinfo&id=32
ShellExecute, command "open", e.g.
Thank youIt should be placed on the outside. Not inside any function - but as a separate, independent function.
You can go like this:
I'm not sure if the EA will work under these conditions. Because the very first position will not be able to open...
The function isCloseLastPosByTake() should be removed from a Buy or Sell condition.
Then it works.
the code of an EA with corrections according to the recommendation of rid only the start
I got an error when I compiled it.
this place is marked * help the good people.....
I got an error when I compiled it.
this place is marked * help the good people.....
The number of curly braces is different in the start function
Something like that must have happened. Didn't go into the logichere is the code of Expert Advisor with corrections upon the recommendation of rid
Remove the extra curly bracket from the Salesbox. I told you that the number of opening brackets must be equal to the number of closing brackets. And you have two brackets open and three closed !
And of course there will be a compilation error.
Remove the extra curly bracket from the Salesbox. I told you that the number of opening brackets must be equal to the number of closing brackets. But you have two brackets open and three closed!
And of course there will be a compilation error.
And the opening parentheses are what????
aaaaaaaaahhhh,I got it,it's {.........-!!!!!!!!!!!!!!} :-)))))))
I'll be testing........ If anything, don't judge, I'll try to ask questions.
And the opening brackets are what????
aaaaaaaaaaaaand it's {.........-!!!!!!!!!!!!!! :-)))))))
I'll be testing......... If anything, don't blame me, I'll ask questions.
I thought I made a revision.
Such a fix will not work. It will not be able to open the very first trade. Because the condition for opening the very first trade in your variant is to close any previous trade at take or stop!
I.e. - a vicious circle.