Price Fraction is for calculating distances (for example based on indicator values) not for using absolute values (n pips).
Posts made by MT4Nutzer
-
RE: Custom PRICE FRACTIONposted in Questions & Answers
-
RE: Auto GMT DSTposted in Questions & Answers
@l-andorrà said in Auto GMT DST:
Yes, fxDReema simply ignores DST. You will need to adjust your EA manually to fit your broker's time if you do not want to use server time.
In comment it shows the right summertime.
Is it another calculation than in time filter?
-
RE: Martingale start lot size percentposted in Questions & Answers
@l-andorrà said in Martingale start lot size percent:
You will have to do the calculation on a previous block and then store the value on a variable. That variable is the one you will have to use on the 'buy now' block.
Thank you @l-andorrà !
I am not sure but maybe I found an easier solution. -
Martingale start lot size percentposted in Questions & Answers
Hello community,
does anybody know a way to set a start lot size in percent (not a fix lot size) as initial lot size for Martingale?
Have a good week!
Tommi

-
RE: Delete Stop Lossposted in Questions & Answers
@jstap said in Delete Stop Loss:
Probibly not, this will just set pips to 0, which is basically the open price
And what is the right way to delete the existing SL?
-
RE: Seconds in time filter (text format)posted in Questions & Answers
@jstap said in Seconds in time filter (text format):
@MT4Nutzer Just add the seconds to the hour and minutes, 00:00:00
It is so easy, @jstap ? I try it. Thank you!
-
RE: Seconds in time filter (text format)posted in Questions & Answers
@l-andorrà said in Seconds in time filter (text format):
There is no block in fxDreema doing that. You will need custom code to work with seconds.
Thank you @l-andorrà
-
Seconds in time filter (text format)posted in Questions & Answers
Hello community,
does anybody know a way to include the value for seconds in time filter text format?
In component format is it possible but how is it to write in the string for the text format?Have a good Sunday!
Tommi

-
RE: Spread block doesn't workposted in Bug Reports
@SamTan81 said in Spread block doesn't work:
https://fxdreema.com/shared/mB9xf5Lce
Sorry wrong link
The spread can never be lower than the fix spread and the EA can never open a trade with this settings.
-
RE: filter by type (in martingale)posted in Questions & Answers
I think it is an easy way to use two different logic trees. One for buy and one for sell with different group numbers.
-
RE: Show equity high/low on chartposted in Questions & Answers
@jstap said in Show equity high/low on chart:
Do you mean the highesd and lowest price your account equity has reached?
Yes, exactly @jstap .
-
Show equity high/low on chartposted in Questions & Answers
Hello community,
does anybody know a way to show the equitys high and low on chart?
Thanks in forward and have a nice day!
Tommi
-
Check trades count only for EAs own trades?posted in Questions & Answers
Hello community,
one (maybe) simple questions about "check trades count".
Which trades will be counted without filter settings? The EAs trades or all trades in MT4?Thanks in forward and have a good Week!
Tommi

-
RE: Different Stops with same conditionsposted in Questions & Answers
@sktsec said in Different Stops with same conditions:
Your start candle is 0, that means the current bar. Do you really mean it ? Or you mean candle 1 ?
Yes, it starts with candle 0 because I look for the highest/ lowest price from now to candle x.
-
Different Stops with same conditionsposted in Questions & Answers
Hello community,
unfortunately during my tests some stops are wrong under the same conditions like trades with same EA and right stops. This is very bad.
I made a test bot for this problem and its the same again.This is the test bot:
https://fxdreema.com/shared/0r1sR5hdb
And this are two trades with very diferent stops. The second trade with correct stop, the first with nonsense stop.

Has anybody an idea about a reason for that?
Thanks in forward.
Tommi -
RE: Calculated lot size in comment on chart before openposted in Questions & Answers
@l-andorrà said in Calculated lot size in comment on chart before open:
That depends on the SL distance (if any), price per pip, etc. Do you know all those values before the trade is open?
Yes. I want to see in chart the calculated lot size before open the trade.
For example:
https://fxdreema.com/shared/1IwxsYW0b -
Calculated lot size in comment on chart before openposted in Questions & Answers
Hello community,
does anybody know a way to show the current calculated lot size in a comment on chart before open a trade?
Thanks in forward for ideas.
Have a good Sunday!Tommi
-
RE: Use Candle Open for SLposted in Questions & Answers
@sktsec said in Use Candle Open for SL:
@MT4Nutzer
Not fraction as you select. You mean price, right ?Yes, I mean the price. I tried it with price level too. But I dont get the value fpr the candles open.
