So it is possible for any pair to do similar for any pair
Direct - GBPUSD
Indirect - USDJPY
Cross - EURGBP
SetStopLoss(BuyingPower/riskFactor)
Example
SetStopLoss(1000,000 * 2.5/100)
Failing that for each pair type we have to calculate the pip value
then the amount of pips available to trade with
and then work out the cash value again going back to use a currency based stop or target. All of which is a different formula for each pair type

Comment