OmniTrader Professional Forum - OmniTrader Pro General Discussion
Slow Performance

^ Top
ZMTLock

Posts: 16

Joined: 1/31/2016

User Profile
 
Subject : Slow Performance
Posted : 3/31/2018 9:22 AM
Post #29983

I have a great CPU and I have some indicators and systems that seem a little heavy on the program. I noticed some considerable performance drops when the program is calculating and loading data. Is there anyway that I could speed this up?
^ Top
Jim Dean

Posts: 3433

Joined: 3/13/2006
Location: L'ville, GA

User Profile
 
Subject : RE: Slow Performance
Posted : 3/31/2018 10:33 AM
Post #29984 - In reply to #29983

Assuming that you are not using any "custom OLang" routines, then there are several standard things to consider:

1. reduce number of bars loaded
2. reduce number of strategies active
3. reduce number of symbols in focus list
4. reduce number of timeframes being processed
5. if using RT feed, trade stocks that are less liquid (fewer prints)
6. if using walkforward optimization, reduce the number of iteration steps

Note that all FL columns are calc'd for all defined timeframes (checked or not) ... this can really slow things down.

OTOH, if you are using custom OLang (&/or complex custom OScript) indicators, etc (esp Stops), then there are things you can do to the code logic to help overcome some of the 1-6 issues above. But that's much to complex to summarize here ... I've written a lot about it in the TradeTight.org forum.


https://www.omnitrader.com/currentclients/proforum/thread-view.asp?threadid=7581&posts=2