PureBytes Links
Trading Reference Links
|
Hello,
You may have insufficient funds. Check
settings.
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=telecard@xxxxxxxxxxxxxx
href="">Collectable Images
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, July 25, 2004 5:20 AM
Subject: [amibroker] Intra Signals not
showing in backtest
This is the simple code used on an intraday 1 minute
data.;NumContracts = 1; //testing on
SPIPositionSize = NumContracts * MarginDeposit;//ApplyStop(
stopTypeLoss, stopModePoint, Optimize( "max. loss stop level", 10, 1, 70, 1),
ExitAtStop = 1, volatile = False, ReEntryDelay = 0 ); //test for max profit at
particular stops.Breakout_to_High_side =
Cross(H,Ref(HHV(H,10),-1));Breakout_to_Low_side =
Cross(Ref(LLV(L,10),-1),L);Buy = Breakout_to_High_side;Sell =
Breakout_to_Low_side;Buy = ExRem(Buy, Sell);I am
getting signals in scan mode but backtest mode shows nothing.When I
click the backtest result and select show all trades it shows all the signals
on the chart.
when I take out the two lines for Num
contracts it does give a backtest result
Check AmiBroker web page at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
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:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|