Trading system MM100 , RSI14 e stop ploss 20

Forums ProRealTime forum Italiano Supporto ProOrder Trading system MM100 , RSI14 e stop ploss 20

  • This topic has 0 replies, 1 voice, and was last updated 7 years ago by avatarMax.
Viewing 1 post (of 1 total)
  • #10279
    Max

    Qui di seguito una domanda inviata a ProRealTime:

    Buongiorno

    dopo essere entrato a mercato vorrei inserire un stop loss di 30pips nella candela sucessiva all’entrata a mercato e poi diminuirlo a 20pips dalla seconda candela sucessiva in poi.

    Il codice completo con le spiegazioni tra// di quello che vorrei eseguire come trading system.

    // variabili

    MM100 = average[100] (close)
    RSI14 = RSI[14]
    // Condizioni per entrare su posizioni long
    // vorrei entrare a mercato sul prezzo di chiusura + 9 pips, è corretto close+0.0009 ? //

    IF NOT LongOnMarket AND close> MM100 AND RSI < 20 THEN
    BUY 1 lot AT CLOSE + 0.0009 STOP
    ENDIF
    // Stop e target:
    // Se sono entrato long vorrei che lo stop loss della barra in corso fosse di 30 pips e poi diventi di 20 pips dalla barra seguente e per tutte le altre //

    IF Longonmarket set stop ploss 30 ALLA BARRA IN CORSO
    set stop ploss 20 DALLA SECONDA BARRA IN POI
    set target pprofit 50

    Vi rigrazio anticipatamente
    Saluti cordiali

    E un esempio di risposta:

     

Viewing 1 post (of 1 total)

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