Multicharts Portfolio Trader Optimization - multiplicative steps?

Hi there!
Is there a way to control Multicharts Portfolio Trader Optimization via some code? I would like to run the steps on a log scale (rather than the pre-built default linear) e.g. say for a parameter "FastLength" I would like to start from 2 though 1024 in steps of *2 (i.e. 2,4,8,16,32..) rather than the pre-built linear increments in steps of +2(i.e. 2,4,6,8,10..).
many thanks
AT
 
It sounds like you may need a .NET programming(?) Try the demo using the .NET Multicharts
 
Thanks Matt

You are welcome. Another thing that came to mind is suing the Rithmic API for your programming while seeing the execution on MC. The Rithmic API uses C# and C++
 
Back
Top