Hello,
The following is portion of Easylanguage code generated by Automatic Pattern Search software (APS) that it sets the profit target and stop loss of an entry :
input: targetpoints(0), stoppoints(0), multiplier(1);
variables: profitprice(0), stopprice(0);
profitprice = O of...