Since these are percent stops, 99% is enough to effectively turn it off.

TrStopOn = ... 
ApplyStop( stopTypeTrailing, stopModePercent, IIf( TrStopOn == 1, 6, 99 ) ); 
ApplyStop( stopTypeLoss, stopModePercent, IIf( TrStopOn == 1, 99, 10 ) ); 


Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Vins" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, October 29, 2006 11:37 PM
Subject: [amibroker] from a stop switching in a trailing stop


> 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
> 
> 
> 
> 
> Please note that this group is for discussion between users only.
> 
> To get support from AmiBroker please send an e-mail directly to 
> SUPPORT {at} amibroker.com
> 
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
> 
> For other support material please check also:
> http://www.amibroker.com/support.html
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
>


Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to