--- In [email protected], "Mark H" <[EMAIL PROTECTED]> wrote:
>
> Yes. That can be done by combining the code for all systems and 
using watchlists to save the groups assigned to different systems.
> However, it is very hard or impossible to get seperate reports for 
individual systems. What you get is the combined system results.
> 
>   ----- Original Message ----- 
>   From: Angelo 
>   To: [email protected] 
>   Sent: Monday, October 16, 2006 3:25 PM
>   Subject: [amibroker] Multisystem multimarket testing
> 
> 
> 


Thanks Mark, very interesting.

To me (but I'm a very beginner in programming) it's difficult to 
understand how not to be confused about different Buy/Sell statements

Example:

Buy_1 = H > Ref( HHV( High, 55), -1 );
Sell_1 = L < Ref (LLV(Low, 20), -1);

Buy_2 = H > Ref( HHV( High, 110), -1 );
Sell_2 = L < Ref (LLV(Low, 50), -1);


Buy = Buy_1 OR Buy_2;
Sell = ?????????


Let's say I'm flat and then Buy1 is prompted; how to be sure I'm not 
using Sell_2 just after Buy1?














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 other support material please check also:
http://www.amibroker.com/support.html

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to