How can I use specific digits of a currency
-
Eg if price is at 34769 I need to use (347) then the last two left I need to use them to add my last digit
-
@frank-2 Not sure what you mean. Do you need round number only maybe? There is a block doing that.
-
@l-andorrà something of that kind. eg when price is at 1.34444 i need to use just 1.34400 then add 91 to the remaining zero
-
@frank-2 I really don't get your point, but here I got the way of work with digits
https://fxdreema.com/forum/topic/14168/sp500-con-fxdreem
https://fxdreema.com/forum/topic/14119/tp-sl-by-highest-lowest-candles-period-average/17
-
@uriel-0 whati really mean is if the price is at 1.34444 i need use 1.344 the first three digit from decimal
-
@frank-2 use to what? You could make a condition:
if price level (>,<,=...etc) than current price, make something -
@frank-2 Then you can do it this way:

In this example, that number 3 means 3 decimal positions to be considered. Any other beyond will be discarded.