PureBytes Links
Trading Reference Links
|
Ajay,
If you have MS 7 or before, you are already pyramiding : all your cash
amount is invested in the next transaction.
You probably have MS 8 and after, so you can change the POSITION LIMIT
number in the GENERAL folder of the system editor, and increase it to 2
(or the number you want).
In the BUY ORDER folder, for ENTRY SIZE, you can enter a formula like :
IF( Simulation.LongPositionCount=0, Simulation.PortfolioValue *0.10,0) +
IF( Simulation.LongPositionCount=1 and Simulation.PortfolioValue >
120000, Simulation.PortfolioValue *0.10,0)
...for a starting Portfolio Value of 100000 $, where you take 10 % of
this value for a position and if the market value go to 120000 $ (20 %),
you can take another position (with 2 for position limit number) of 10 %
of the Portfolio Value.
Pierre Tremblay
Ajay Joglekar a écrit:
>Hi ppl,
> I am wondering if there is any way one can programme the
>system tests to pyramid.Supposing a profitable system is devised then
>i would really like to know how big
>the profits can be by pyramiding.Currently i am unable to do so
>because somehow the system tester allows me only a single
>position.Also I want to be able to program my pyramiding e.g add
>another position if i already have seen paper profits of 20%.Something
>of that sort.I believe that simulation. functions could be used here
>but i find no help on how to use them.Only some documentation of what
>they mean.
>
>Can anybody here help me?
>
>Regards,
>Ajay
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|