PureBytes Links
Trading Reference Links
|
Yuki,
Yes you can even write just
RoundLotSize = NumberOfSharesToBuy;
But I advice to use 10, 100
because otherwise when you don't have enough funds for
given position it will be set to zero.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Yuki Taga" <yukitaga@xxxxxxxxxxxxx>
To: "Tomasz Janeczko" <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, February 19, 2003 2:33 PM
Subject: Re: [amibroker] share size question
> Hi Tomasz,
>
> Wednesday, February 19, 2003, 10:18:55 PM, you wrote:
>
> TJ> You should set ROUND LOT SIZE in the Settings to 1 or 10 or 100
> TJ> which ever rounding you prefer. You can control rounding also
> TJ> from the formula by RoundLotSize variable.
>
> If I am testing multiple securities, can I set up a list as I've done
> with NumberOfSharesToBuy?
>
> For example, can I have . . .
>
> RoundLotSize = IIf( Name() == 8603, 15000, etc., etc.
>
> Best,
>
> Yuki
>
> mailto:yukitaga@xxxxxxxxxxxxx
>
>
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|