@roar
Thank you 
Posts made by sevdarko
-
where are the buttons mq5 and ex5posted in Questions & Answers
Build Your Own Expert Advisors and Scripts for MetaTrader 4/5 Without Using Your Keyboard - where are the buttons mq5 and ex5 ?
-
RE: open Sell & Buy simultaneouslyposted in Questions & Answers
@fxdreema
Have a picture set.
Can you look again -
RE: open Sell & Buy simultaneouslyposted in Questions & Answers
@fxdreema
Добър ден и ви благодаря за помощта
Искам едно продаване и покупка да бъдат отворени по едно и също време на всеки 20 пипса. (Без значение дали цената върви нагоре или надолу) Take Profit 20 Pip, без SL.
Понижението трябва винаги да получава 1 обем от обратния завой и да затваря всички негови отворени поръчки, когато се достигне печалба.
Ето още 2 снимки
Картина 1 работи по този начин за момента
Снимка 2 е моето желание
Надявам се, че може да ми помогне по-нататък.


-
RE: open Sell & Buy simultaneouslyposted in Questions & Answers
@sevdarko
No help?
What about our administrator?
https://fxdreema.com/shared/n7OlKkY1b
so he should open trades, but at intervals of 10 pip.
I've already experimented with almost all the blocks - I do not know how to continue

-
RE: open Sell & Buy simultaneouslyposted in Questions & Answers
@briji2
Thank you
He's already doing something, but not yet what he's supposed to do.He should every time one order gets a volume then in the opposite direction an order should be opened
https://fxdreema.com/shared/XE7pO3S3ctCan you look again what I'm doing wrong
-
RE: open Sell & Buy simultaneouslyposted in Questions & Answers
@briji2
https://fxdreema.com/demo/mt4-loop-add-to-volume-on-loss
every time the one order gets a volume then an order should also be opened in the opposite direction -
open Sell & Buy simultaneouslyposted in Questions & Answers
What am I doing wrong?
https://fxdreema.com/shared/LJJuKf9fct
I want to do this every time I get an Add to Volume, which also opens the second trade, which was actually done plus and closed at the same time.
Hope you understand what I want, because unfortunately I can not speak English only German or Ukrainian. therefore Google translator
Thank you for your help -
RE: % profit for all trades...posted in Questions & Answers
@fxdreema said in % profit for all trades...:
AccountBalance() * 3 / 100.
AccountBalance () gibt Ihnen den aktuellen Kontostand, den Geldbetrag, den Sie vor der Eröffnung der Geschäfte hatten. Nehmen wir an, der Kontostand beträgt 1000, dann entspricht 1000 * 3/100 30 (Dollar)

how did you write that? with me always comes an error message
Sorry google translate -
RE: % profit for all trades...posted in Questions & Answers
@fxdreema
Have experimented as follows, but after closing the trades often came out a minus. Please be so good and post here a fitting example of what this task exactly fulfilled.example
Trade 1 -12.25
Trade 2 + 5.25
Trade 3 +17.00
...........................
Total 10.00 -
RE: Ultimate Strategy Tradingposted in Questions & Answers
Super
but how do I build here just as an EA that does what is shown in the video? -
fxDreema Problem check profitposted in Questions & Answers
I am currently working on a script to close all open trades.
I always activate this manually if all my open trades in their total sum have gained 1.5% of my capital. It works quite well, but I wanted to automate this step in an EA. Have been experimenting for over a week and searched the forum to find something suitable, but to no avail.
Have experimented as follows, but after closing the trades often came out a minus. Please be so good and post here a fitting example of what this task exactly fulfilled.example
Trade 1 -12.25
Trade 2 + 5.25
Trade 3 +17.00
...........................
Total 10.00In the following article this example was mentioned
https://fxdreema.com/forum/topic/5726/profit-for-all-trades/3fxDreema ADMINISTRATORS
April 10, 2018, 8:39 pmThere is no option, but the option is in money. As you probably know, you can use native MQL functions in all input fields. So the default value is 0, but you can put something like:
AccountBalance () * 3/100.
AccountBalance () gives you the current Balance, the amount of money you had before opening the trades. Let's say that the balance is 1000, then 1000 * 3/100 equals to 30 (dollars)
How can I implement this, where do I have to write this in, because I tried this but there was always an error
Thanks in advance
sevdarkoSorry googletranslate