[amibroker] Back Test Problem - I get a " Short " profit in Reports with no short trades

2010-03-21 Thread scanlan...@ymail.com
When I run the following code which should buy on the open and sell on the close of every bar. I get an anomolous short profit in Reports. How can I corect this? //Buy On Open Sell On Close SetTradeDelays( 0, 0, 0, 0 ); BuyPrice = O; SellPrice

[amibroker] Re: MCO v1.7.zip Link is broken

2010-03-15 Thread scanlan...@ymail.com
Ok thanks IT works in Explorer but not Firefox which is my default browser. --- In amibroker@yahoogroups.com, "Mike" wrote: > > It's working fine for me. > > Mike > > --- In amibroker@yahoogroups.com, "scanlan101@" wrote: > > > > CAn the group moderator fix the link to the above file please.

[amibroker] MCO v1.7.zip Link is broken

2010-03-15 Thread scanlan...@ymail.com
CAn the group moderator fix the link to the above file please. Thanks Richard

[amibroker] Re: Plotting Parameter Values in Chart Title

2010-03-02 Thread scanlan...@ymail.com
Thanks very much

[amibroker] Plotting Parameter Values in Chart Title

2010-03-01 Thread scanlan...@ymail.com
Can you help me to show in the Title the Parameter value for MABars in the following example. //Liquidity MA 20 MABars = Param( "MA Period" , 20,1,200,1,0); Plot( MA(C * V, MABars) , Name(), colorBlue ); Title = "{{NAME}}-x Day MA Liquidity- [$]: {{VALUES}} {{MA Period}}" ; Thanks Richard

[amibroker] FullName Truncation in Exploration

2009-09-01 Thread scanlan...@ymail.com
When I run an exploration on a metastock database the following code returns the Full name truncated to 16 characters which in some cases is inadequate to properly determine the ticker description with referring to other references. Im using the followng code to display FullName in the explorati