Calculate value of open orders stop loss

 

Hi, cant find anywere how can I calculate the value of stop loss in $? OrderStopLoss(); give me only the position of it, I actually need to calculate the sum of the stop losses of open orders in $.

Thanks!! 

 

As you can calculate it in (pips), then think about the pip value !. |SL|*PipValue = $$$ !!!.

So,

$$$ = |SL| / PipValue

This is my own thought !. 

Reason: