123 basso

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #98842 quote
    Tradesun
    Participant
    Senior

    Salve, chiedo aiuto per convertire un codice in formato Metastock per fare uno screener con la Prorealtime.

    L’1-2-3 basso si verifica alla fine di un movimento ribassista ed è identificato da un Minimo di di breve periodo del mercato, poi un massimo intermedio e in fine un minimo crescente rispetto al primo.
    Questa tecnica, è stata ideata dal celebre trader americano Joe Ross.

    Riporto il codice sotto, grazie.

    #98843 quote
    Tradesun
    Participant
    Senior
    123 basso
    
    Mx:=Mov(L,4,S);
    L > Ref(L,-1) AND L>Mx AND Ref(L,-1) < Ref(Mx,-1) AND LLV(L,4 ) > LLV(L,10 ) AND RSI(14)<50
    
    123 alto
    
    Mx:=Mov(H,4,S);
    H < Ref(H,-1) AND H < Mx AND Ref(H,-1) > Ref(Mx,-1) AND HHV(H,4 ) < HHV(H,10) AND RSI(14)>50
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

123 basso


ProBuilder: Indicatori & Strumenti Personalizzati

New Reply
Author
author-avatar
Tradesun @tradesun Participant
Summary

This topic contains 1 reply,
has 1 voice, and was last updated by Tradesun
6 years, 10 months ago.

Topic Details
Forum: ProBuilder: Indicatori & Strumenti Personalizzati
Language: Italian
Started: 05/19/2019
Status: Active
Attachments: No files
Logo Logo
Loading...