PureBytes Links
Trading Reference Links
|
Joe,
>> 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:
http://docs.yahoo.com/info/terms/
|