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
I don't know what the problem is. Only the name of the file itself has changed from the original. I'm sending the EA and the set file with a variant of the working settings.
Thank you. Everything is working. I will dig into the code and write according to my idea.
And on your owl - you need to use only one mask and that's it. I'll try to redo it. I will let you know if it works. I don't know how long it will take - it's going too hard)).
yakton:
если у вас есть хороая стратегия, и вы готовы ей поделиться,могу написать советника. приглашаю обсудить или публично или в личные собщения.
...
If when replying with quoting the interlocutor, the cursor jumps into the quotation area and does not leave the quotation field, a remedy: Forum: When replying, the cursor jumps into the quotation
P.S. I fixed your previous post - now it reads clearly.
If when replying with quoting the interlocutor, the cursor jumps into the quotation area and does not leave the quotation field, a remedy: Forum: When replying, the cursor jumps into the quotation
P.S. I corrected your previous post - now it reads clearly.
Anton, good day. I would like to not have to worry too much about calculating stop-losses and take-profits at the initial stage. There is an Expert Advisor which puts them automatically according to the set parameters when opening a deal. Later, when some amount of points is passed in the direction of transaction, I place a trailing stop. I would like to automate it. Expert Advisor that sets SL and TP is not opened in Editor for some reason. Again I don't think I would be able to merge these 2 EAs. On sim, please. The algorithm is as follows. I open an order-> EA sets a stop and profit (e.g. stop 200 and profit 400) on the parameters that I have already set -> when trailing (for example) 150 points (5 digits) starts trailing (parameters from the file). And then as it goes. The trailing Expert Advisor is attached. In it, add stop and profit setting. I have described everything. I thank you in advance. Let it be called "Lazybones:))".
It's not hard to do at all... I'll try to write today, if no urgent matters interrupt me...
Thank you for your understanding, Anton. There is one more detail - I had an EA that sets stop (200) and profit (400), but later (when I move stop to no loss for example) it sets it back to -200 from open price. I.e. it is necessary, that these parameters could be changed later.As I see it this way: opening an order (for example buy) -> the EA (according to the given parameters) has put a stop (200) and profit (300) -> I have moved the stop according to the strategy to the next minimum -> the price has risen by 125 points(this parameter is set) and a trailing stop for 100 points (in this example by moving the stop to +25 points from the opening price) is activated. And there as it will go. I hope I did it right. Thanks in advance.