Absolute valute, best way
-
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

-
In the adjust field for the negative value add this: *-1. If there are problems with this, do it like this: *(-1)
-
This is super, worked, thank you
