Disliked{quote} i bought for the profit and sold for the loss, 1. if the calculations are right then which currency pair does RR work, because for now it makes no sense 2. please is it possible to make EA or indicator with no complications of account percent or ratio just simply put on chart and a trader knows the cost of his risk and cost of gain in any currency /metals?Ignored
i'm using mt5 now. For Risk management i use OrderCalcProfit() & OrderCalcMargin(), which are built-in funcion on mql5
For this issue, you have to use PipValue (if using Pip distance) or PointValue (if using Point distance)
You must understand the distiction about Pip, Point, Tick, etc