Platform with ranking ability for indicator values

Discussion in 'Strategy Building' started by Kris, Jun 6, 2020.

  1. "A mistake could fire an order for every incoming tick" that's was scary. If in easy language you set your strategy to buy have max one open position in any direction or every symbol to have maximum 2 open position, could that still happen?
     
    Last edited: Jun 8, 2020
    #11     Jun 8, 2020
  2. Yes, it could still happen. With the indicator approach to buying and selling there is no "strategy" and no strategy safeguards, it needs to be coded. Maximum number of positions simultaneously open would likely be a user input. The code would need to track entries and exits to control this.
     
    #12     Jun 8, 2020
    TradeTune likes this.
  3. Thanks for head up. And what is order objects and how to creat them for a strategy. Any example or links that explains these details ?
     
    #13     Jun 9, 2020
  4. There is plenty of information and examples on the TS support forums. You could spend many hours reading. A search of Order Object Example on that forum should be more than enough to get you started.
     
    #14     Jun 9, 2020
    TradeTune likes this.
  5. Do you have any experience with Muticharts, how Power Language compare to easy language? they seems wanted to copycat everything Trade-station does ....
     
    #15     Jun 12, 2020
  6. Yes, I do. While Power Language and Easy Language are similar syntactically, there are differences in implementation. Operationally, the products have many differences. MultiCharts offers C# as well.
     
    #16     Jun 12, 2020
    TradeTune likes this.