I am not trying it in block Condition yet, but I think it can there working without problems.
Now, it is only visual problem in chart (example: I need know pips between two moved lines on the chart, so (price in line1 - price in line2)*10000 = pips
and there pips are in 7 decimals, like 8,1234567
it is not functional problem, only visual 
I ask only, if there is a way implemented to normalize these double in fxdreema, when no, I can make custom block to normalize double 
Posts made by miro1360
-
RE: Normalize double - price from object on the chartposted in Questions & Answers
-
RE: What am I doing wrong?posted in Questions & Answers
you try compared values, that never crosses, values approx:
WPR in range from 0 to -100
RVI in range from 0.6 to -0.6WPR never crosses RVI in positive values

-
RE: Normalize double - price from object on the chartposted in Questions & Answers
Modify variables (variable1) - Object on the chart (Attributes numeric), Object source (Pick by name), Object name (line1), Attribute (Price level 1)
When I get price value from line1 (created on the chart), it give me value in 8 decimals (example: 1.12955725) and I need it in 5 decimals (1.12956)
?
-
RE: empty_value in custom indicatorposted in Questions & Answers
How can I compare empty_value from custom indicator buffer?
I need this: When is in buffer empty_value, I need do something.
I make this comparison in Condition block:
Left side (custom indicator buffer) == Right side (Value: ? (EMPTY_VALUE))
true: open buy
false: open sellWhat can I give on place for constant "EMPTY_VALUE" into Right side to comparison?
edit1:
I have modified my custom indicator, now on the place of EMPTY_VALUE in buffer get 0. With 0 it is working. -
RE: Absolute valute, best wayposted in Questions & Answers
What is best way in fxDreema to make absolute value in block "Condition" for indicator Williams Percent Range?
I need to compare this values:
Indicator - Williams Percent Range with Indicator - Money Flow Index
but WPR are negative values and MFI are positive

-
RE: 2 Formula >> Condition, Crosses problemposted in Bug Reports
I see it, checkbox ...


Thank you, now I go use only constants as input.
-
RE: 2 Formula >> Condition, Crosses problemposted in Bug Reports
I made it all again and now it is working.
I have no idea where was bug ...
(old printscreen from metaeditor)......
const.jpg -
RE: 2 Formula >> Condition, Crosses problemposted in Bug Reports
something is wrong?

......
Clipboard03.jpg
Clipboard04.jpg -
RE: 2 Formula >> Condition, Crosses problemposted in Bug Reports
Yes, I know, when are both parameters in Condition, it works.
And is there a way, how to get only 2 input parameters for both Condition blocks?
As in the picture, there are 2 Condition blocks, and each block have 2 input parameters, and there are 2 blocks than I have 4 input parameters - and this is poor for strategy tester, by reason, 2 input parameters are even same (2xMA34 and 2xMA14). When I make test in strategy tester as optimization, it make a lot of uselessly combinations.......
Clipboard02.jpg -
RE: 2 Formula >> Condition, Crosses problemposted in Bug Reports
I have a little problem.
In picture 01 and 02 are Formula settings.
In picture 03 is this Condition from this two Formula as "Crosses below" (or above). And EA in strategy tester with this Crosses from formula is not working (result list is blank). But with Condition as "is Above" or "is Below" it is working correctly.I know, it goes make without Formula, Indicators set directly in Condition, but I need make two Condition "Crosses below" and "Crosses above" and set indicators directly in Condition is made 4 input parameters (a1, a2, b1, b2). Using my solution there are only 2 input parameters (A,B) and than optimization in strategy tester is more quickly. (a1 and a2 are the same as parameter A)


