creer un scanner sur cet indicateur: plus value assurées

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #215868 quote
    geroniman
    Participant
    Average

    Merci à une ame charitable pour m’aider à programmer un scanner avec cet indicateur TIGER pour détecter des achats ou ventes dés cloture daily sur le marché actions US. achat sur plus haut cassé ou bien short sur plus bas.

    //
    defparam calculateonlastbars = 1000
    if Close>( max(max(high,high[2]),max(high[1],high[2]) ))[1] then
    D=Min(Min(low,low[2]),Min(low[1],low[2]))
    elsif close<(Min(Min(low,low[3]),Min(low[1],low[2])))[1] then
    D=Max(Max(high,high[2]),Max(high[1],high[2]))
    else
    D=D[1]
    endif
    //plot1 = 0
    //plot2 = 0
    
    rge = averagetruerange[30](close)
    
    if (close crosses over D) then
    //plot1 = 1
    DRAWARROWUP(barindex,low[1]-1*rge) coloured(0,255,255,250)
    DRAWTEXT(".",BarIndex,low[1]-0.3*rge,serif,bold, 15) coloured(0,255,255,255) //(H1/H4 = +7) (1 min = -1)
    
    levelDwn=low[0]
    hh=high
    
    //else
    //plot1 = 0
    endif
    if (close crosses under D) then
    DRAWARROWDOWN(barindex,high[1]+1*rge) coloured(250,0,0,250)
    DRAWTEXT(".",BarIndex,high[1]+0.5*rge,serif,bold, 15) coloured(0,0,0,255) //(H1/H4 = +7) (1 min = -1)
    //plot2=-1
    //else
    //plot2=0
    levelUP=high[0]
    ll=low
    endif
    
    return D,levelUp coloured(0,0,250) STYLE(DOTTEDLINE),levelDwn coloured(250,250,0) STYLE(DOTTEDLINE),hh coloured(0,0,250) STYLE(DOTTEDLINE),ll coloured(250,250,0) STYLE(DOTTEDLINE)
    1.png 1.png
    #225738 quote
    jacquesgermain
    Participant
    Senior

    Bonjour voir fichier proscreener itf ci-joint

    Nicolas thanked this post
    tiger.itf
    #227203 quote
    geroniman
    Participant
    Average

    Super merci bien

    #227923 quote
    geroniman
    Participant
    Average

    Merci Nicolas pour le screener. ce que je voudrais c’est que le TIGER buy ou sell soit la derniere bougie,.je etste sur el nasdaq et cela selectionne des actions avec un tiger déclenché parfois 5/6 bougies avant. Ce est vraiment juteux, est le signal TIGER sur la dernière bougie. Merci pour la modif.

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

creer un scanner sur cet indicateur: plus value assurées


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
geroniman @geroniman Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by geroniman
2 years ago.

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 06/08/2023
Status: Active
Attachments: 2 files
Logo Logo
Loading...