Hello community,
does anybody know a solution to detect the brokers stop level (minimum SL) as absolute value (not as points)?
Have a good weekend!
Tommi
Hello community,
does anybody know a solution to detect the brokers stop level (minimum SL) as absolute value (not as points)?
Have a good weekend!
Tommi
Six years later this is very helpful fpr me. Thank you very much @roar !
Hello community,
does anybody know a solution for the condition "if friday(or another weekday)" without using the weekday filter?
(I want to use the weekday filter for another block.)
Have a nice Sunday!
Tommi
Do you have an example @jstap ?
Unfortunately all what I earn are errors ...
@jstap said in Cut long numbers:
Not exactly sure what you need but if you put this in text code input: DoubleToString(x.xx,2)
x.xx being the number you want to cut, you can also add the name of a variable and this will be cut, 2 is the number of digits past the decimal point.
Thank you @jstap ! I will try it.
Hello community,
does anybody know a solution to cut long results in comments (for example after 2 digits)? Unfortunately rounding is only possible after the first non-0 after "."
Have a good week!
Tommi
@jstap said in 2 variables in 1 text output:
Something like this will do it, just replace words with the relevant ones:
Great @jstap ! Thank you!
Hello community,
is there a way to combinate two varables for one text output?
Can anybody help me?
Have a nice weekend!
Tommi
@ambrogio said in virtual stop line from chart after trade:
@MT4Nutzer Virtual stops should disappear on their own when triggered, if you are closing trades manually instead, double click on the line => delete
Thank you @ambrogio !
@jstap said in virtual stop line from chart after trade:
on trade tab - purple trade closed block - delete line block
Is there a possibility to delete only the lines of the closed trade?
It works well with one closed trade but when I delete the horizontal lines the lines of the currently open trades will be deleted too.
Hello community,
is it possible to make a power calculation with a formula in fxdreema?
For example: 2^3
How can I wrtite this with fxdreema?
Thanks in forward.
Have a nice day!
Greetings
Tommi
Hello community,
which experience do you have with "Delete Objects on Deinit".
Unfortunately sometimes it works (objects deleted after deinit) and sometimes it does not work (objects not deleted).
Is there a way to solve this problem?
Thanks in forward!
Greetings Tommi
Increase the lot size after profit. You find it in buy and sell blocks (Martingale, Paroli).
With "Volume upper limit" in "buy now" or "sell now".
Have a nice day too.
Hello community,

is this the profit factor calculation for the expert/chart or for the accounts profit factor?
Thanks in forward
Have a nice day
Tommi
Price Fraction is for calculating distances (for example based on indicator values) not for using absolute values (n pips).