greeno31
greeno31
Added topic Help with calculating right lot size based on ticks of stoploss
//Inputs input double riskPercentage = 10 ; // Risk % of account balance per trade input int TPandSLpointsFixed = 200 ; //Fixed SL and TP points at open of the trade input int TrailingPoints = 50 ; // Trailing stop points
: