Sierra Chart ACSIL

Discussion in 'App Development' started by chris123, Apr 24, 2018.

  1. chris123

    chris123

    Hello,

    I have some questions regarding scaling in/out via an ACSIL system, especially regarding scaling out, since I did not find any examples for that.

    Is anyone here who has some knowledge about that or maybe has an example
    available ?

    The task I want to solve is to get all in into a position via one single BuyEntry order
    depending on the entry condition e.g. 3 contracts "all in" and scale out depending
    on my BuyExit conditions via 3 separate exit orders. As long as the all in order is not flat, no new orders should be executed, i.e. until all 3 contracts are sold.

    If "all in" is not possible it would also be fine to have 3 entries at the same price
    and to scale out as decribed above.

    The question is how to code that via the existion ACSLI functions and variables and how can one verify via the Trade Activity Log or other tools if everything works as I expected.

    Thanks for any help, support or hint.