Close profit and loss by Ratio
-
how can i make Ea close trade when a ratio of profit to loss is realized
-
More like a Risk to reward ...where i can set 2RR or 3.5RR of my RISK
-
These are fairly simple to implement, lets look at not placing a trade unless above minimum R-R set in a variable, TP= 30, SL=10 (pips). then anything under 3 is out of spec (if 3-1 is minimum R-R), easiest way on FX is to create a variable, one that constantly saves TP/SL, then check this in a constant above buy/sell, variable => minimum R-R (can set this in a constant). If you struggle to add constants/variables, try then add a shared link, saying what's not working.
-
Ok Thank you am trying it out