Extract Last Digit Number
-
Hi Guys,
I would like to do some function which is to extract the last digit number.
I tried to search in forum, but most of the result is to extract the start digit number. In my case, I want to extract the last digit number and put in variable.
For example,
example 1:
If the price is, 1.35768, I want to extract the last 3 digit number (768).example 2:
If the price is, 1.35768, I want to extract the last 2 digit number (68).to be exact, I want to extract the last digit number from the price, then show it on the chart.
here is my shared link for example.
https://fxdreema.com/shared/GJY55PbrcHope that you guys can help me to solve this.

Thanks,
-
if you don't mind, any help on this

-
@sobrishariff You can do it like this, not necessarily the best way but it works and you could probably tidy it up:
-
@jstap thanks buddy :D, sure I will try it first.