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
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.
CAn the group moderator fix the link to the above file please. Thanks Richard
Thanks very much
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
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