Limit the loss

Viewing 7 posts - 1 through 7 (of 7 total)
  • #202947

    I need to limit the loss on each trade to €500.

     

    #202950

    Set Stop Loss 500

    #202953

    Or actually

    Set Stop $Loss 500

    (the $ is for money instead of points and such)

     

    #202957

    Sets a stop loss x units from position entry price.
    Example: SET STOP LOSS x

    If I recall correctly. ‘units’ is the currency of one’s Account (but my interpretation could be wrong?).

    #202958

    🙂

    Depends on the instrument ?

    #202964

    Anda limit loss to 10% of the strategy profit?

     

    #202965

    Set Stop %Loss 10

    But notice that this is not related to the Strategy profit as such, but to the profit of the current trade.
    The Strategy profit (StrategyProfit) would refer to the profit of the current “session” of the Strategy, which would comprise of all the trades performed so far. If you need the 10% of that, then you need to calculate/maintain that yourself (in the code).

     

Viewing 7 posts - 1 through 7 (of 7 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login