Thank you!
Posts made by MT4Nutzer
-
RE: My connection to fxdreema.com has been very unreliable latelyposted in Questions & Answers
In this moment it is very frustrating.
-
highest and lowest price between two time stampsposted in Questions & Answers
Hello community,
does anybody know a solution to find the highest and lowest price between two dates. The dates are defined in seconds code not as string.
Have a nice day!
Greetings
Tommi -
RE: counting barsposted in Questions & Answers
@nogoingback said in counting bars:
Is there anything in fxdreema that can find the position of open trades by counting the bars? thanks

-
Ident current timeframe (MT5)posted in Questions & Answers
Hello community,
does anybody know a way to ident the current timeframe (for MT5) to put it into a variable?
I need the current timeframe in seconds (or minutes) as a variable. It works well for MT4 (market properties/timeframe) but in mql5 it only works for timeframes <H1. In H1 timeframe I get an output of "16385".
Does anybody know an other reliable way to do this?Thanks in forward and have a good day!
Tommi
-
RE: price value of horizontal line into a variableposted in Questions & Answers
@jstap said in price value of horizontal line into a variable:
when you click on the object does it daw the line? Look in your object list, probably adding a number to the end, so object on chart won't fine it.
The object draws the line. This works. But I want to get the price value of the line as variable. This works not. And when I move the line the value stays the same.
-
RE: price value of horizontal line into a variableposted in Questions & Answers
@jstap said in price value of horizontal line into a variable:
use the name - modify variables with line name using object on chart
Unfortunately it doesnt work. I think the block settings are wrong.

-
RE: price value of horizontal line into a variableposted in Questions & Answers
Thank you for the fast answer @jstap ! I will try it.
-
price value of horizontal line into a variableposted in Questions & Answers
Hello community,
does anybody know a way to get the price value of a horizontal line and to put it into a variable?
Thanks in forward and have a good week!Greetings
Tommi -
RE: Multiplier lot size based on trade count...posted in Questions & Answers
@Algoritmik said in Multiplier lot size based on trade count...:
Hello everyone...
Can you show me the way how to multiplier lot size for every 3 trades created?
For example: Lot size o.o1, Lot size multiplier is 2
This will be:
0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.04, 0.04, 0.04, 0.08, 0.08, 0.08, 0.16, 0.16, 0.16, and so onBelieve everyone have the idea to do this
Thanks and have a nice day .
) -
RE: Bool condition: minimal lot size or notposted in Questions & Answers
Thank you @ambrogio !
Have a good weekend! -
RE: Bool condition: minimal lot size or notposted in Questions & Answers
I want to prevent the trade when the calculated lot size is smaller than the ninmum lot size. After the pop up window it ist too late to prevent it.
-
Bool condition: minimal lot size or notposted in Questions & Answers
Hello community,
I want to create a bool condition for this situation:
The calculated lot size < the brokers minimal lot size (for example < 0.01 lot).
If true: the EA will use the brokers minimal lot size for the trade,
if false: the EA will not open the trade.Does anybody know a way to build this?
Thanks in forward and have a good weekend!
Greetings
Tommi -
RE: Calculate the sum of profitsposted in Questions & Answers
@jstap said in Calculate the sum of profits:
modify a variable to 0 - for each trade/position - check profit (>0) - formula block (add in loop trade profit)
Thank you @jstap !
Is this correct:
https://fxdreema.com/shared/Y7QOkdq5
? -
Calculate the sum of profitsposted in Questions & Answers
Hello community,
does anybody know a way to calculate the sum of running profits of all open profitable trades (without the sum of losses of the running loss trades)?
Greetings
Tommi -
RE: Enum day of weekposted in Questions & Answers
Thank you @jstap ! I will try it.
Have a good weekend!