Hi , I am trading the forex and i would like to know how to add pips(points) to my stratregy.
if ( close(-1) > nSlow + "10 pips") {
nConditionA = 1;
}
else if ( close(-1) < nSlow ) {
nConditionA = -1;
thanks for your help.
if ( close(-1) > nSlow + "10 pips") {
nConditionA = 1;
}
else if ( close(-1) < nSlow ) {
nConditionA = -1;
thanks for your help.
Comment