STOP Trailing sur Future avec ProOrder

Forums ProRealTime forum Français Support ProOrder STOP Trailing sur Future avec ProOrder

Viewing 4 posts - 1 through 4 (of 4 total)
  • #226833

    Bonjour à tous,

    Actuellement il n’est pas possible d’utiliser sur les Futures (je suis avec le broker IB) les trailing stop. Quand on veut lancer son code, nous recevons l’information que ce n’est pas encore disponible, je pense qu’ils y travaillent.

    Une personne a-t-il trouvé un workaround pour obtenir malgré tout le code ci-cessous mais du coup autrement:

    // Stops et objectifs
    if LONGONMARKET THEN
    SET STOP TRAILING 4
    ENDIF
    if SHORTONMARKET THEN
    SET STOP TRAILING 5
    ENDIF

     

    MERCI à la communauté

    #226842

    En effet, l’instruction n’est pas encore disponible via ProOrder avec Interactive Broker.

    Il existe une multitude de code de trailing stop sur les forums, tu pourras en trouver plusieurs dans cette liste: https://docs.google.com/spreadsheets/d/1rgboqj7sVwsP9ZRhOduOefye48QMWC07jWVXCl-KJPU/edit#gid=0

    Sinon, je me souviens avoir codé un trailing stop qui agit en quelque sorte de la même manière que l’instruction lorsqu’elle travaille chez IG: https://www.prorealcode.com/topic/set-stop-loss-x-trailing-y-code-manuel/#post-166298

    #226843

    Voir aussi ici pour un fork de ce code de trailing stop: https://www.prorealcode.com/topic/code-trailing-stop/

    #226884

    Merci Nicolas,

    Actuellement aucun ne correspond à ceci ou alors je m’y prends mal…

    if LONGONMARKET THEN
    SET STOP TRAILING 4
    ENDIF
    if SHORTONMARKET THEN
    SET STOP TRAILING 5
    ENDIF

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

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