PureBytes Links
Trading Reference Links
|
Hello,
Rembuytrail is with the form
scRemBuyTrail(Buy,L,Ep,Stop,Profit,Trail,Bars);
I suppose it is the second arg which is new
if Low that means the exit occurs when Low < stoploss
if Close that means the exit occurs only if Closes stoploss
stephane
> Stephane:
>
> About "backwards compatibility"...
>
> I have RemBuyTrail in numerous script (AFL) files.
>
> Now that I have updated all of your dlls and put them in the
Plugin file, I
> get an error in my older scripts for RemBuyTrail of "too many
arguments".
>
> I have to ask what the new arguments are...
>
> ...and think how much time you and others would save if you could
update a
> help file or a changes file. I know you are not in the business
of selling
> your dlls (although I wonder how many of us here would pay for
them).
> Nonetheless, we come to depend on them (I do) and when it changes
> unexpectedly, a series of emails results. This is just a gentle
suggestion.
>
> I do not mind just asking in the email.
>
> What are the new arguments for RemTrailBuy or what function should
I
> substitute?? I have copied most of your messages into the Help
file you did
> publish, but nothing seems to speak to this change.
>
> Thanks for your previous answer on the equity function.
>
> Ken
>
> -----Original Message-----
> From: nenapacwanfr [mailto:nenapacwanfr@x...]
> Sent: Tuesday, June 25, 2002 2:51 PM
> To: amibroker@xxxx
> Subject: [amibroker] scCEquityLong and] Re: Maximum Profit in
Trades
> Closed at a Loss
>
>
> ken,
> >
> > In older messages the equity function is stated as
> > Eq=scEquityLong(Buy,Sell,BuyPrice,SellPrice,cost);
> >
> > In this message it is stated as:
> > scCEquityLong(Buy,Sell,C,C,0);
>
> I have added a simple and compound equities for Long Short and
> reversal
> C mean compound,
> S that means simple
>
> example
> scCEquityLong(Buy,Sell,C,C,00);
> Plot(cEquity,"",8,1);
>
> scCEquityShort(Buy,Sell,C,C,00);
> Plot(cEquity,"",7,1);
>
> scCEquity(Buy,Sell,C,C,00);
> Plot(cEquity,"",9,1);
>
> > I assume it was just faster to type C instead of BuyPrice, ditto
> SellPrice
> > and cost=0.
>
> yes
>
> > Other terms in the AFL code are not defined and are confusing but
> I assume
> > they are in the dll code and are not to be worried about....(I
> worry a
>
>
> yes they are called from inside the dll
>
> > little because I want to trade real money using these tools).
> I have not found anything good for short term trading AgrgggHH!!!
> > What is "trade"?
>
> is the trade period from the buy to the sell
>
> > What is Ep? -- Entry Price I assume.
>
> yes
>
> > What is WgtAE weighted with? Does it matter to know this?
>
> it a stuff for me
>
> > What is "Ib" and "Lb"?? again, I probably don't want to know.
>
> they mean Ib first bar and Lb Last bar but they can be coded in Afl
> with cum function
>
> > Some say that you need to know every tiny detail of code that you
> use to
> > trade;
>
> better I think
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
|