Tks for your help but the Point value is not up to me.. this Natural
Gas contract - specs here:
http://www.nymex.com/NG_spec.aspx

I used PositionSize=1 (shown on my pic) - before but that did not work
either.. the funny thing is that it works on just on underlying
contract..but not on composite created from the contract..


On 6/20/06, Terry <[EMAIL PROTECTED]> wrote:
> Okay, I see what you want now. You need to use a fixed value for
> PositionSize. AA automatically does compound testing and the number of
> contracts is varying with the amount of equity you have.
>
> Try this in your code:
>
>
> PositionSize = Param("Position Size",-100,-100,1000000,1);
> //Adjustable in Parameters
>
> Or just
>
> PositionSize = 9200;
> //Or a multiple thereof to trade more than 1 contract
>
> Maybe even this:
>
> numContracts = Param("Number of contracts to trade",1,1,100,1);
> PositionSize = 9200 * numContracts;
>
> I also question your Point value. Do you really want 10,000:1 leverage?
> --
> Terry


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/qlNZQC/hOaOAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~-> 

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 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/

<*> 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