Angelo,

The purpose of ExRem is to convert from STATE form to SIGNAL form.
The difference is as between

Buy = Close > MA( Close, 24 );

and

Buy = Cross( Close, MA( Close, 24 ) );

First is state form, second is signal form. As far as default mode of 
backtesting is considered
there is no much difference AS LONG as you don't combine multiple conditions.

But once you start using AND/OR it makes the difference.

The other difference is when you are going to PLOT the chart (or arrows using 
PlotShapes).
First form will give you "level" while second form will give you "pulse".

Use Exploration and charts to see what I am talking about. 

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Angelo" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, June 05, 2007 10:46 AM
Subject: [amibroker] Re: once again, this AFL fights you every step of the way. 
Sorry, this is a badl


> --- In [email protected], "Bob Jagow" <[EMAIL PROTECTED]> wrote:
>>
>> You confuse signal with Buy/Sell.
>> 
> 
> 
> I surely do.
> 
> That's why I came here asking if someone has the courtesy of explaining 
> when/why there's the need to remove a signal that won't create an 
> actual Buy/Sell.
> 
> If it is possble, otherwise life will be good all the same.
> 
> Regards,
> 
> Angelo.
> 
> 
> 
> 
> 
> 
> Please note that this group is for discussion between users only.
> 
> To get support from AmiBroker please send an e-mail directly to 
> SUPPORT {at} amibroker.com
> 
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
> 
> For other support material please check also:
> http://www.amibroker.com/support.html
> 
> Yahoo! Groups Links
> 
> 
> 
> 
>

Reply via email to