Comment mettre "sell at limit" en condition c1

Forums ProRealTime forum Français Support ProOrder Comment mettre "sell at limit" en condition c1

Viewing 3 posts - 1 through 3 (of 3 total)
  • #11784

    Bonjour quelqu’un peut il me dire comment mettre dans ma stratégie  l’indication suivante sous forme de condition

    “ignored, indicator6, ignored, ignored, ignored = CALL “Triangleendpoint zonée”[3, 0.5, 0.8, 18](close)
    IF LONGONMARKET AND (BarIndex – TradeIndex) >= 1 then
    SELL AT (indicator6) limit
    endif”

     

    #11785

    j’avais pensé à :

    c1 = (Barindex-Tradindex)>=1

    c2 = (Price=indicator6 limit)

    If LongOnMarket and c1 and c2 then…..

    ça ne colle pas   price n’est pas le mot qu’il faut !!!

    #11791

    Essaie plutôt un ordre STOP plutôt que LIMIT.

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

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