PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Jose,
<FONT face=Arial color=#0000ff
size=2>
Use
the limit boxes in 8.1.
<FONT face=Arial color=#0000ff
size=2>
I see
what you are doing here. You are saying if yesterday's close times
1.01 is greater than the high, assume you enter at the high. If
yesterday's close times 1.01 is less than the low (i.e., if the security
gaps up), enter at the low. In all other situations enter at 1.01 times
yesterday's close.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Joe
<FONT face=Tahoma
size=2>-----Original Message-----From: Jose
[mailto:josesilva22@xxxxxxxxx]Sent: Thursday, March 25, 2004 10:58
PMTo: Metastockusers@xxxxxxxxxxxxxxxSubject:
[Metastockusers] Re: MS System Tester vs
TradeSimJoe,>> Example of
slippage:>> ---8<-------------------->>
Slippage:=1; {Slippage %}>>
EntryPrice:=Ref(C,-1)*(1+Slippage/100);>>
EntryPrice:=If(EntryPrice>H,H,EntryPrice);>>
EntryPrice:=If(EntryPrice<L,L,EntryPrice);>>
---8<-------------------- > > Okay, so put that formula
in the system tester. Okay, show me how to do it.jose
'-)
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|