logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Atomo12345  
#1 Posted : Sunday, August 27, 2023 1:48:50 AM(UTC)
Atomo12345

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 8/19/2023(UTC)
Posts: 4

Write all the Symbols and all the Alerts,with the same formulas in the Commentary. Insert also the Volume in the Inner Window. Please trnslate all the text in Italian to English.

<expert>

Analisi del titolo o dell'indice  <name> (<symbol>)

del giorno <date> 

          

  •  Apertura     WriteVal(OPEN, 8.2)
  •  Massimo      WriteVal(HIGH, 8.2)
  •  Minimo       WriteVal(LOW,  8.2)
  •  Chiusura     WriteVal(CLOSE, 8.2)
  •  Variazione WriteIf((Close-ref(Close,-1))<0,"WriteVal(Close-ref(Close,-1),8.2) (WriteVal(((c-ref(c,-1))/Div(ref(c,-1),100)), 0.2)%)")WriteIf((Close-ref(Close,-1))>0,"WriteVal(Close-ref(Close,-1),8.2) (WriteVal(((c-ref(c,-1))/Div(ref(c,-1),100)), 0.2)%)")

·              ·             

Volume o controvalore di oggi: WriteVal(V,0.0) azioni,contratti o milioni di euro.

 

          Individuare modelli grafici a barre di brevissimo periodo (Inside Range, Outside Range, Reversal High Bar,Reversal Low Bar, Key Reversal High Bar, Key Reversal Low Bar, Swing High, Swing Low, Thrust Range Rialzista, Thrust Range Ribassista, Gap Rialzista, Gap Ribassista, 123 High, 123 Low).

         Writeif(Inside(),"Si è formato un Inside Range.")

         Writeif(Outside(),"Si è formato un Outside Range.")

         Writeif(O > REF(C, -1) AND H > REF(H, -1) AND

C < REF(C, -1) AND C < (L + ((H - L) / 4)),"Si è formata una Reversal High Bar.")

         Writeif(O < REF(C, -1) AND L < REF(L, -1) AND

C > REF(C, -1) AND C > (H - ((H - L) / 4)),"Si è formata una Reversal Low Bar.")

 

         Writeif(O > REF(C, -1) AND H > REF(H, -1) AND C < REF(L, -1)

AND V > MOV(V, 5, S),"Si è formata una Key Reversal High Bar.")

          Writeif(O < REF(C, -1) AND L < REF(L, -1) AND C > REF(H, -1)

AND V > MOV(V, 5, S),"Si è formata una Key Reversal Low Bar.")

         Writeif(H < REF(H, -1) AND REF(H, -1) > REF(H, -2),"Si è formato uno Swing High.")

         Writeif(L > REF(L, -1) AND C > O AND REF(L, -1) < REF(L, -2),"Si è formato uno Swing Low.")

         Writeif(rally() AND  C>ref(C,-1),"Si è formato un Thrust Range Rialzista.")

         Writeif(Reaction() AND C<ref(C,-1),"Si è formato un Thrust Range Ribassista.")

         Writeif(Gapup(),"Si è formato un Gap Rialzista.")

         Writeif(Gapdown(),"Si è formato un Gap Ribassista.")

         Writeif(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) ,"Si è formato un 123 High.")

         Writeif(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 ),"Si è formato un 123 Low.")

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.