SmartQuant Discussion

Automated Quantitative Strategy Development, SmartQuant Product Discussion and Technical Support Forums
It is currently Sun Jun 22, 2025 9:05 pm

All times are UTC + 3 hours




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Fri May 20, 2011 8:55 am 
Offline

Joined: Wed May 11, 2011 4:03 pm
Posts: 12
Hi, Can you run multiple strategies on a single instrument in openquant? Thanks


Top
 Profile  
 
PostPosted: Fri May 20, 2011 9:27 am 
Offline

Joined: Tue Aug 05, 2003 3:43 pm
Posts: 6817
Sure.


Top
 Profile  
 
PostPosted: Fri May 20, 2011 5:32 pm 
Offline

Joined: Wed May 11, 2011 4:03 pm
Posts: 12
If I have a trend following strategy in 5min bar and a mean reversion strategy in 10min bar for a single instrument, how does oq distinguish b/w trend following strategy signal and mean reversion signal ? Is there any example code ? Thanks !


Top
 Profile  
 
PostPosted: Fri May 20, 2011 10:05 pm 
Offline

Joined: Tue Aug 05, 2003 3:43 pm
Posts: 6817
These will be two different (startegy) projects in one solution, i.e. two different objects and two different code files. Two different strategies.

Though perhaps I don't completely understand your question.

Regards,
Anton


Top
 Profile  
 
PostPosted: Tue Dec 25, 2018 8:15 am 
Offline

Joined: Thu Feb 05, 2015 11:15 am
Posts: 39
Dr. Anton Fokin wrote:
These will be two different (startegy) projects in one solution, i.e. two different objects and two different code files. Two different strategies.

Though perhaps I don't completely understand your question.

Regards,
Anton


Hi,

I found if multiple strategies run on one instrument, there is only one chart displayed. All indicators from different strategies will be shown on one chart. Is there any way to separate information from different strategies?


Top
 Profile  
 
PostPosted: Tue Dec 25, 2018 9:58 am 
Offline

Joined: Wed May 05, 2010 9:49 pm
Posts: 583
Hello dvnkng,
you can use the property of the group "SelectorKey" and it will allow you to separate charts.
Eg for situation with one instrument in two strategies,
in strategy1:
Code:
         Group("Bars", "Pad", 0);
         Group("Bars", "SelectorKey", "strategy1" + Instrument.Symbol);

in strategy2:
Code:
         Group("Bars", "Pad", 0);
         Group("Bars", "SelectorKey", "strategy2" + Instrument.Symbol);


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC + 3 hours


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group