Multicharts Portfolio Trader Optimization - multiplicative steps?

Discussion in 'Strategy Building' started by AlphaTango, May 17, 2018.

  1. 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
     
  2. MattZ

    MattZ Sponsor

    It sounds like you may need a .NET programming(?) Try the demo using the .NET Multicharts
     
  3. Thanks Matt
     
  4. MattZ

    MattZ Sponsor

    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++