[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: from a stop switching in a trailing stop



PureBytes Links

Trading Reference Links

1e10 = 10,000,000,000


-- 
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://www.aflwriting.com

On 31/10/06, Vins <mrpurple@xxxxxxxx> wrote:
>
> i can also put to 0 (zero) the stop, and than change the vakue of
> trailing stop.
> 0,2,10 i belive that was the type of stop, the mode, and the ammount
> as i found in the function reference.
> do you have a link to learn in use constants ? 1e10 it means
> 0.0000000001 to be almost to 0 ?
> i hope to don't have done too much stupid question.
> thank You
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx>
> wrote:
> >
> > As error says you can have "type" or "mode" params as array
> >
> > Only the "Amount" may be array.
> >
> > If you want to turn stop on/off you should simply modify AMOUNT
> > so it is very high when you turn it OFF"
> >
> > And learn using constants to make your code readable
> > because 0,2,10 does not tell anything
> >
> > TrStopOn = ...
> > ApplyStop( stopTypeTrailing, stopModePercent, IIf( TrStopOn == 1,
> 6, 1e10 ) );
> > ApplyStop( stopTypeLoss, stopModePercent, IIf( TrStopOn == 1, 1e10,
> 10 ) );
> >
> >
> > Best regards,
> > Tomasz Janeczko
> > amibroker.com
> > ----- Original Message -----
> > From: "Vins" <mrpurple@xxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > 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
>
>
>
>
>

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