KIJUN avec retracement 23,6% sur le graphique

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #160081 quote
    AK27
    Participant
    Junior

    Bonjour, j’ai eu une idée d’une KIJUN qui ne correspond pas au 50% des 26 dernieres périodes mais des 23,6% vous pensez que c’est difficile à faire ? En effet les 23,6% correspondent au point que j’achète le plus souvent sur mon graph, cet indicateur tout simple me permet de ne pas avoir à placer une fibo sur chaque graph que je suis 🙂

    #160082 quote
    JC_Bywan
    Moderator
    Master

    Bonsoir, pour une Kijun modifiée avec retracement 23.6% (et son pendant symétrique 76.4%):

    CustomKijun236 = highest[26](high)-0.236*(highest[26](high)-lowest[26](low))
    CustomKijun764 = highest[26](high)-0.764*(highest[26](high)-lowest[26](low))
    
    return CustomKijun236, CustomKijun764
    #160083 quote
    AK27
    Participant
    Junior

    Merci noobywan tu es loin d’être un noob 🙂 🙂

    #160442 quote
    JC_Bywan
    Moderator
    Master

    C’était un pseudo de l’époque du jeu COH, je l’avais adopté aussi pour le trading, va falloir peut-être le changer…

    #160449 quote
    AK27
    Participant
    Junior
    CustomKijun = highest[26](high)-0*(highest[26](high)-lowest[26](low))
    CustomKijun0 = highest[26](high)-0*(highest[26](high)-lowest[26](low))
    CustomKijun236 = highest[26](high)-0.236*(highest[26](high)-lowest[26](low))
    CustomKijun382 = highest[26](high)-0.382*(highest[26](high)-lowest[26](low))
    CustomKijun50 = highest[26](high)-0.50*(highest[26](high)-lowest[26](low))
    CustomKijun618 = highest[26](high)-0.618*(highest[26](high)-lowest[26](low))
    CustomKijun786 = highest[26](high)-0.786*(highest[26](high)-lowest[26](low))
    CustomKijun100 = highest[26](high)-1*(highest[26](high)-lowest[26](low))
    CustomKijun1618 = highest[26](high)-1.618*(highest[26](high)-lowest[26](low))
    CustomKijun2618 = highest[26](high)-2.618*(highest[26](high)-lowest[26](low))
    
    return CustomKijun0, CustomKijun236,CustomKijun382, CustomKijun50, CustomKijun618, CustomKijun786, CustomKijun100, CustomKijun1618, CustomKijun2618

     

    Salut noobywan,

    J’ai modif ton indicateurs pour rajouter d’autres zones, sait tu comment mettre le prolongement au dessus ? et pas en dessous, je n’y arrive, je t’ai mis le screen pour comprendre et le code modifié. 🙂 🙂

    #160454 quote
    JC_Bywan
    Moderator
    Master

    Soit en ajoutant 0.618*( ) et 1.618*( ) depuis le highest, soit en ajoutant 1.618*( ) et 2.618*( ) depuis le lowest, comme tu préfères, les 2 cas sont équivalents. Si on garde le highest comme point de départ, ça ferait:

    ... = highest[26](high)+0.618*(highest[26](high)-lowest[26](low))
    ... = highest[26](high)+1.618*(highest[26](high)-lowest[26](low))
    AK27 thanked this post
    #160459 quote
    AK27
    Participant
    Junior

    T’es le meilleur

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

KIJUN avec retracement 23,6% sur le graphique


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
AK27 @punch1 Participant
Summary

This topic contains 6 replies,
has 2 voices, and was last updated by AK27
5 years ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 02/01/2021
Status: Active
Attachments: No files
Logo Logo
Loading...