Annonce
Réduire
Aucune annonce.
Ads
Réduire
intraday dax YM NOVEMBRE 2020
Réduire
X
 
  • Filtre
  • Heure
  • Afficher
Tout nettoyer
nouveaux messages

  • Envoyé par raoul6 Voir le message

    sur Tradingview le code n'existe pas, est ce un script gratuit ?
    aucune idée


    ou met les b lines au moins
    IMF

    Commentaire


    • Envoyé par mobydick
      raoul6

      Je n'utilise pas tradingView donc je n'ai pas le code.

      Je peux te donner celui que j'utilise sur PRT : tu devrais pouvoir le faire à partir de là je pense car ce qui compte ce sont les coeffs qui ont été calculé par Eric Lefort et les paramètres des Stochs rapides et lentes

      ----

      //STPMT Eric colored

      ligne0=0
      ligne50=50
      ligne20=20
      ligne80=80
      ligne100=100

      st1 = stochastic[5,3](close)
      st2 = stochastic[14,3](close)
      st3 = stochastic[45,14](close)
      st4 = stochastic[75,20](close)


      stpmt = ( 4.1*st1 + 2.5*st2 + st3 + 4*st4 ) /11.6
      MM9STPM = Average[9](STPMT)


      //PRC_Stochastic RSI | indicator
      //06.12.2016
      //Nicolas @ www.prorealcode.com
      //Sharing ProRealTime knowledge
      //converted and adapted from Pinescript version

      // -- parameters:

      //lengthRSI = 14 //RSI period
      //lengthStoch = 14 //Stochastic period
      //smoothK = 3 //Smooth signal of stochastic RSI
      //smoothD = 3 //Smooth signal of smoothed stochastic RSI

      lengthRSI = 14 //RSI period
      lengthStoch = 14 //Stochastic period
      smoothK = 3 //Smooth signal of stochastic RSI
      smoothD = 3 //Smooth signal of smoothed stochastic RSI

      myRSI = RSI[lengthRSI](close)
      MinRSI = lowest[lengthStoch](myrsi)
      MaxRSI = highest[lengthStoch](myrsi)

      StochRSI = (myRSI-MinRSI) / (MaxRSI-MinRSI)
      StochRSI1=StochRSI*100

      lengthRSI2 = 8 //RSI period
      lengthStoch2 = 8 //Stochastic period
      smoothK = 3 //Smooth signal of stochastic RSI
      smoothD = 3 //Smooth signal of smoothed stochastic RSI

      myRSI2 = RSI[lengthRSI2](close)
      MinRSI2 = lowest[lengthStoch2](myrsi2)
      MaxRSI2 = highest[lengthStoch2](myrsi2)

      StochRSI2 = (myRSI2-MinRSI2) / (MaxRSI2-MinRSI2)
      StochRSI3=StochRSI2*100

      K = average[smoothK](stochrsi)*100
      D = average[smoothD](K)

      return stpmt as "STPMT",st1 as "ST1", st2 as "ST2",st3 as "ST3",st4 as "ST4",MM9STPM as "MM9STPM",K as "K%", D as "D%", ligne50 as "ligne 50", ligne80 as "ligne80", ligne20 as "ligne20",ligne0 as "ligneO",ligne100 as "ligne100", StochRSI1 as "StochRSI1",StochRSI3 as "StochRSI2"




      inputs:Length(9) ;

      variables:STPMT(0),MM_STPMT(0),STOCH1(0),STOCH2(0),STOCH3(0),STOCH4(0),lowligne(20),upligne(80),middleligne(50);

      STPMT = (4.1*SlowKCustomOrig(H, L, C, 5, 3) + 2.5*SlowKCustomOrig(H, L, C, 14, 3)
      + SlowKCustomOrig(h, L, C, 45, 14) + 4*SlowKCustomOrig(H, L, C, 75, 20))/11.6;
      MM_STPMT = Average(STPMT, Length);
      STOCH1=SlowKCustomOrig(H, L, C, 5, 3);
      STOCH2=SlowKCustomOrig(H, L, C, 14, 3);
      STOCH3=SlowKCustomOrig(H, L, C, 45, 14);
      STOCH4=SlowKCustomOrig(H, L, C, 75, 20);



      Plot1( STPMT, "STPMT" ) ;
      Plot2( MM_STPMT, "MM_STPMT" ) ;
      Plot3( STOCH1, "STOCH1" ) ;
      Plot4( STOCH2, "STOCH2" ) ;
      Plot5( STOCH3, "STOCH3" ) ;
      Plot6( STOCH4, "STOCH4" ) ;
      Plot7( lowligne, "lowligne" );
      Plot8( upligne, "upligne" );
      //Plot9( middleligne, "middleligne" );



      zn zsylaguage c est autrement + simple ......... et lisible

      IMF

      Commentaire


      • Envoyé par mobydick Voir le message
        chipeur

        C'est bizarre : il me semble qu'il manque S1 / 228 sur ton graphe ?

        perso je suis long dessus sur le DB en UT 1Mn

        Edit : en regardant de plus près, sans doute un effet de cadrage sur ton graphe tel que posté


        IMF

        Commentaire


        • Envoyé par chipeur Voir le message

          aucune idée


          ou met les b lines au moins
          il faut une transcription en pine ; copié collé tel que donné il n'en veut pas :

          Cliquez sur l'image pour la voir en taille réelle 

Nom : 		Capture.PNG 
Affichages :	204 
Taille :		5,5 Ko 
ID : 			2001257

          Commentaire


          • Envoyé par netjoker

            b line c'est BBmacd





            hello

            oui, non... j'étais resté sur sto moyen terme pondéré



            Cliquez sur l'image pour la voir en taille réelle 

Nom : 		Capture.PNG 
Affichages :	199 
Taille :		18,4 Ko 
ID : 			2001271

            Commentaire


            • Cliquez sur l'image pour la voir en taille réelle 

Nom : 		Capture.PNG 
Affichages :	184 
Taille :		113,9 Ko 
ID : 			2001285 Cliquez sur l'image pour la voir en taille réelle   Nom : 		Capture.PNG  Affichages :	8  Taille :		125,1 Ko  ID : 			2001275

              Commentaire


              • obj ETE atteint et gap juste en dessous, ce serait bête de s'arrêter en si bon chemin

                Cliquez sur l'image pour la voir en taille réelle 

Nom : 		DOW-15-minutes.png 
Affichages :	181 
Taille :		146,6 Ko 
ID : 			2001283

                Commentaire


                • etei 3mnssur bas de canal obj 29910 ?
                  suis long 877

                  Commentaire


                  • Envoyé par phg Voir le message
                    etei 3mnssur bas de canal obj 29910 ?
                    suis long 877
                    le fond est baissier
                    sorti vite
                    à+

                    Cliquez sur l'image pour la voir en taille réelle 

Nom : 		Capture.PNG 
Affichages :	171 
Taille :		97,9 Ko 
ID : 			2001293



                    Cliquez sur l'image pour la voir en taille réelle   Nom : 		Capture.PNG  Affichages :	0  Taille :		20,9 Ko  ID : 			2001291

                    Commentaire


                    • merci

                      Commentaire


                      • j'ai ça, plutot haussier si ça tient

                        Cliquez sur l'image pour la voir en taille réelle 

Nom : 		1.png 
Affichages :	283 
Taille :		95,7 Ko 
ID : 			2001321

                        Commentaire


                        • Cliquez sur l'image pour la voir en taille réelle 

Nom : 		Capture.PNG 
Affichages :	267 
Taille :		98,3 Ko 
ID : 			2001325 Cliquez sur l'image pour la voir en taille réelle 

Nom : 		Capture.PNG 
Affichages :	276 
Taille :		107,5 Ko 
ID : 			2001327


                          bonne soirée

                          Commentaire


                          • Envoyé par netjoker
                            rappel Thanksgiving :

                            les marchés américains seront fermés jeudi et n'ouvriront vendredi que pour une séance écourtée.
                            Les FUTURES US seront ouverts et fermeront à 19h

                            Commentaire


                            • Envoyé par chipeur Voir le message





                              inputs:Length(9) ;

                              variables:STPMT(0),MM_STPMT(0),STOCH1(0),STOCH2(0),STOCH3(0),STOCH4(0),lowligne(20),upligne(80),middleligne(50);

                              STPMT = (4.1*SlowKCustomOrig(H, L, C, 5, 3) + 2.5*SlowKCustomOrig(H, L, C, 14, 3)
                              + SlowKCustomOrig(h, L, C, 45, 14) + 4*SlowKCustomOrig(H, L, C, 75, 20))/11.6;
                              MM_STPMT = Average(STPMT, Length);
                              STOCH1=SlowKCustomOrig(H, L, C, 5, 3);
                              STOCH2=SlowKCustomOrig(H, L, C, 14, 3);
                              STOCH3=SlowKCustomOrig(H, L, C, 45, 14);
                              STOCH4=SlowKCustomOrig(H, L, C, 75, 20);



                              Plot1( STPMT, "STPMT" ) ;
                              Plot2( MM_STPMT, "MM_STPMT" ) ;
                              Plot3( STOCH1, "STOCH1" ) ;
                              Plot4( STOCH2, "STOCH2" ) ;
                              Plot5( STOCH3, "STOCH3" ) ;
                              Plot6( STOCH4, "STOCH4" ) ;
                              Plot7( lowligne, "lowligne" );
                              Plot8( upligne, "upligne" );
                              //Plot9( middleligne, "middleligne" );



                              zn zsylaguage c est autrement + simple ......... et lisible
                              merci Chipeur

                              Commentaire


                              • Envoyé par phg Voir le message
                                Cliquez sur l'image pour la voir en taille réelle 

Nom : 		CYCLES DE 90 mn.jpg 
Affichages :	219 
Taille :		72,2 Ko 
ID : 			2001361


                                bonne soirée
                                Bonne soirée

                                Commentaire

                                Chargement...
                                X