Re: [amibroker-ts] Vbscript Behaviour

2006-03-30 Thread Keith McCombs
Keith -- are you sure you want '<' (less than) instead of '>' (more than)? -- Keith Keith Erskine wrote: > I have inserted some vb code into a system I am testing. Cutdown > version: > > > > Buy = . > > EnableScript("vbscript"); > > Ticker = Name(); > TickerCount = BarCount; > > if

RE: [amibroker-ts] Futures Backtesting

2006-03-30 Thread Terry
Sorry, I didn't mean to say "set appropriate margin", I meant to say "set appropriate COMMISSION", which can also be set in code. -- Terry -Original Message- From: amibroker-ts@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Janeczko Sent: Thursday, March 30, 2006 03:18

Re: [amibroker-ts] Futures Backtesting

2006-03-30 Thread Tomasz Janeczko
> Oh, and set the appropriate margin in the lower left of the SETTINGS > too. Actually this setting is for defining ACCOUNT margin for equities (50). To define MARGIN DEPOSIT for futures use MarginDeposit variable, that allows to define it from code or use Symbol->Information that allows to define