Re: [amibroker] Re: Multiple Systems Testing

 

in this case you can combine entry / exit signals and use pyramiding

entries = 0 ;
exits = 0;

for( i = 0; i < 10 ; i ++ )
{
    // trading system
    buy = mtRandomA() < 0.3 ;
    sell = mtRandomA() < 0.1;
    Equity( 1, 0 );

    entries += Buy ;
    exits += Sell ;
}

// visualise signals
Filter = 1 ;
AddColumn( entries , "entries" );
AddColumn( exits, "exits" ) ;

On 3/25/2016 11:50 PM, pmxgs0@gmail.com [amibroker] wrote:
Maybe I'm missing something, but what I meant by testing multiple systems, was to have all systems traded in the same portfolio (with the same equity) to simulate the combined performance of those systems.

__._,_.___

Posted by: Aron Pipa <aron@myafl.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)

Check out the automatic photo album with 1 photo(s) from this topic.
ebigcbah.png

Save time and get your email on the go with the Yahoo Mail App
Get the beautifully designed, lighting fast, and easy-to-use, Yahoo Mail app today. Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/


.

__,_._,___


EmoticonEmoticon