Aller au contenu principal
Fermer

Forum

CAC 40
8 263,87 Pts
+4,49% 
Ouverture théorique 8107.6

FR0003500008 PX1

Euronext Paris données temps réel
Politique d'exécution
  • ouverture

    8 111,17

  • clôture veille

    7 908,74

  • + haut

    8 305,47

  • + bas

    8 111,17

  • +haut 1er janvier

    8 642,23

  • +bas 1er janvier

    7 505,27

  • volume

    8 133 M€

  • dernier échange

    08.04.26 / 18:05:02

  • + Alerte

  • + Liste

Retour au sujet CAC 40

CAC 40 : Warning sur le Dax: Croix de la mort en formation?....

08 avr. 2026 18:56

pour rappel même si on sait tous la signification: croisement à la baisse MM50 avec MM200. today MM50 24073 MM200 24100. pour compléter le dax comme le dow, ce dernier à quelques dizaines de points près ont buté sur leurs MM100 respectives. à suivre....

4 réponses

  • 19:07


    /* Vos styles existants... */
    .Book {
    width:88vw;
    padding:10px ! important;
    margin:6vw ! important;
    max-height:53vh ! important
    }
    .Book img {
    width:100%;
    height:100%;
    }
    .Paging {
    position:absolute;
    width:100%;
    height:100%;
    margin:auto;
    text-align:justify;
    display:none;
    }
    .chp_img {
    float:left;
    margin-right:20px;
    }
    .chp_img img {
    max-width:65vw ! important;
    max-height:35vh ! important
    }
    .btnBook {
    min-width:52px;
    height:25px;
    display:inline-block;
    padding:1px 1px;
    vertical-align:middle;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
    color:black ! important;
    }
    .btnBook:hover {
    border-radius:15% ! important;
    background-color:#4bcd ! important;
    }
    .CloseBook {
    background-color:red ! important;
    background:red ! important;
    margin-left:30px;
    }












    function getBook(filePath) {
    fetch(filePath)
    .then(response => {
    if (!response.ok) throw new Error('Erreur réseau : ' + response.status);
    return response.text();
    })
    .then(data => {
    document.getElementById('chapitres').innerHTML = data;
    generateNavigation();
    hideAllChaptersExceptFirst();
    })
    .catch(error => {
    console.error('Erreur lors de la récupération du fichier :', error);
    });
    }

    // Fonction pour n'afficher que le premier chapitre, masquer les autres
    function hideAllChaptersExceptFirst() {
    const chapters = document.querySelectorAll('#chapitres > div');
    chapters.forEach((chap, index) => {
    if (index !== 0) {
    chap.style.display = 'none';
    } else {
    chap.style.display = 'block'; // s'assurer que le premier est visible
    }
    });
    }

    function generateNavigation() {
    const container = document.getElementById('navigation');
    const chapitres = document.querySelectorAll('#chapitres > div');
    container.innerHTML = '';

    chapitres.forEach((chapitre, index) => {
    const id = chapitre.id;
    const title = chapitre.querySelector('p') ? chapitre.querySelector('p').innerText : 'Chapitre ' + (index + 1);
    const button = document.createElement('button');
    button.className = "btn btnBook";
    button.innerText = title;
    button.onclick = () => {
    // Masquer tous les chapitres
    document.querySelectorAll('#chapitres > div').forEach(div => {
    div.style.display = 'none';
    });
    // Afficher celui sélectionné
    document.getElementById(id).style.display = 'block';
    // Défilement doux vers le chapitre
    document.getElementById(id).scrollIntoView({ behavior: 'smooth' });
    };
    container.appendChild(button);
    });
    }

    function OpenBook(book, mga) {
    document.getElementById(mga).style.display = 'none'; // cache l'image ou autre
    getBook(book);
    }

    // Exemple d'appel onload ou autre
    // window.onload = () => { OpenBook('/Test/data.html', 'BookImg'); };


  • 20:16

    Alors sur mes graphes c'était Lundi 30 Mars, et depuis ce jour ça monte


  • 20:18

    Je suis bien sûr sur les Futurs pour prendre l'assemble de la journée en compte.


  • 20:25

    tiens, tiens... futs dax commencent à rougir...


Signaler le message

Fermer

Qui a recommandé ce message ?

Fermer
Retour au sujet CAC 40

Mes listes

Cette liste ne contient aucune valeur.
Chargement...