SmartQuant Discussion

Automated Quantitative Strategy Development, SmartQuant Product Discussion and Technical Support Forums
It is currently Tue Dec 10, 2024 8:24 am

All times are UTC + 3 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Tue Oct 04, 2016 10:31 pm 
Offline

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

QuantWeb is a complete SmartQuant algo-trading infrastructure running on a cloud server with web browser front-end and serving multiple users. Such enterprise-wide setup can be deployed on your company cloud, in-house or co-located server. It can also be used in educational and social trading projects.

QuantWeb demo

Go to http://www.smartquant.com/quantweb.html, Register for free demo account, click Run Project in the main menu and watch results in the Chart or Fill tabs. Then modify existing sample strategies or develop your own strategy to backtest it on included data sample, or to paper trade it live with simulated data feed.

Image

Image

QuantWeb setup

Image

QuantRouter

- Aggregation, consolidation and replication of multiple data feeds
- Smart order routing to multiple brokers
- Feed aggregation and order execution algorithms
- Risk management and limits
- Portfolio consolidation and reporting

QuantBase

- Historical data server with multiple user access
- Time series and financial objects data base

OpenQuant

- Strategy simulation, optimization and live trading engine

QuantController

- Monitoring, controlling and logging multiple trading strategies

Web Browser Cient

Develop a trading startegy in your web browser, then build, backtest or trade it live on a cloud server and moitor results in the browser window.


Top
 Profile  
 
PostPosted: Sat Oct 29, 2016 8:33 pm 
Offline

Joined: Tue Aug 05, 2003 3:43 pm
Posts: 6817
Added strategy Log Server and Log Viewer.

Now your backtest or live strategy logs (a stream of log events produced in your strategy - market data, executions, indicators, equity curve, text output and so on) get stored on the cloud Log Server and can be loaded into your Web Client for further analysis.

Click on the log name in the Logs tab to load and view this strategy log in the chart, output and fills tabs.


Attachments:
logs_sma.jpg
logs_sma.jpg [ 121.67 KiB | Viewed 14673 times ]
Top
 Profile  
 
PostPosted: Wed Nov 16, 2016 10:16 pm 
Offline

Joined: Tue Aug 05, 2003 3:43 pm
Posts: 6817
Added property tab and user command entry to QuantWeb http://www.smartquant.com/quantweb.html.

Now It's possible to change strategy properties and send custom commands to strategy OnUserCommand event handler from the Web Client.


Attachments:
quantweb_property.jpg
quantweb_property.jpg [ 91.88 KiB | Viewed 14567 times ]
Top
 Profile  
 
PostPosted: Fri Dec 30, 2016 3:39 pm 
Offline

Joined: Tue Aug 05, 2003 3:43 pm
Posts: 6817
Added strategy monitor to QuantWeb. Now you can view your custom strategy logs in convinient table format.

Code:
                       
// Log open close and position info to Strategy Monitor.

         Log(bar.Close, "Close");
         Log(bar.Open, "Open");

         if (HasPosition(instrument))
            Log(Position.Side.ToString(), "Position");
         else
            Log("None", "Position");


Attachments:
monitor.jpg
monitor.jpg [ 315.65 KiB | Viewed 14097 times ]
Top
 Profile  
 
PostPosted: Sun Jan 22, 2017 1:39 pm 
Offline

Joined: Tue Aug 05, 2003 3:43 pm
Posts: 6817
Added instrument proprty and market data viewer.


Attachments:
qwdata.png
qwdata.png [ 136.43 KiB | Viewed 14020 times ]
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 3 hours


Who is online

Users browsing this forum: No registered users and 2 guests


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