Pullback per andare al ribasso

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #98660 quote
    TradesunTradesun
    Participant
    Senior

    Salve chiedo assistenza per questo codice che trova dei possibili pullback per andare al rialzo, volevo chiedere se c’è qualcuno che può aiutarmi a girare il codice per trovare per andare al ribasso.

    Grazie e saluti.

    c1=ADX[14] > 30
    c2=DIplus[14](close) > DIminus[14](close)
    c3=Low < Low[1]
    c4=Low[1] < Low[2]
    c5=Low[2]< Low[3]
    screener [c1 and c2 and c3 and c4 and c5]
    #98700 quote
    NicolasNicolas
    Keymaster
    Legend

    Proviamo questa versione, non ho provato, per favore dai un feedback su come funziona!

    c1=ADX[14] > 30
    c2=DIplus[14](close) < DIminus[14](close)
    c3=high > high[1]
    c4=high[1] > high[2]
    c5=high[2]> high[3]
    screener [c1 and c2 and c3 and c4 and c5]
    #98815 quote
    TradesunTradesun
    Participant
    Senior

    Grazie lo proverò.

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

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Pullback per andare al ribasso


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
Tradesun @tradesun Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by TradesunTradesun
7 years, 4 months ago.

Topic Details
Forum: ProScreener: Scansione Mercati & Screener
Language: Italian
Started: 05/17/2019
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...