PureBytes Links
Trading Reference Links
|
hi,
this is a formula for a stop
ApplyStop(0,2,10,1,False));
here the trailing stop
ApplyStop(2,2,6,1,False);
so now i'ld like to put the stop but if a condition is verified
switchin in trailing stop
i wrote this
trstopon= condition;
ApplyStop(IIf(trstopon==1,2,0),2,IIf(trstopon==1,6,10),1,False);
but i'm getting an error and cursor blinking after FALSE.
from the help of error:
"Error 4. Incorrect type of argument(s). Expecting number here.
This occurs in ApplyStop function when Type, Mode, ExitAtStop or
Volatile parameter is an array"
thank You
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.13.27/517 - Release Date: 11/3/2006
|