stop loss

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4776 quote
    pingius
    Participant
    Junior

    vorrei costruire un trading system basato su pattern di prezzo tipo:

    setup= (open<close) and (open[1]>close[1]) and (high<high[1]) and (low>low[1])
    
    entrata= high + POINTSIZE
    
    IF NOT LongOnMarket AND setup THEN
    BUY 1 CONTRACTS AT entrata stop
    
    ENDIF
    set target pprofit 10

     

    fino a qui tutto bene…..il problema è che non riesco a mette lo stop sotto il livello low[1] del setup.

    #4855 quote
    Nicolas
    Keymaster
    Master

    Ciao, qui di seguito come posizionare lo stop loss a “Low” [1]:

    SET STOP LOSS Close-Low[1]

     

    Ditemi se questo funziona? Grazie!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

stop loss


ProBuilder: Indicatori & Strumenti Personalizzati

New Reply
Author
author-avatar
pingius @pingius Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Nicolas
9 years, 11 months ago.

Topic Details
Forum: ProBuilder: Indicatori & Strumenti Personalizzati
Language: Italian
Started: 04/01/2016
Status: Active
Attachments: No files
Logo Logo
Loading...