Ion-range with dual knobs displaying currency format numbers

I’m developing a form in which i use a dual knobs input type range to indicate a price interval .

I need a solution that allows me to show the price variation on the knobs with a currency format , ex: 5.000,00$.
I have tried with pin=“true” but I don’t know how to format the text through this attribute.

Thank you