Stratégie de trading automatique ICHIMOKU

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #15226 quote
    Carl
    Participant
    Average

    Ci-dessous une demande qui a été envoyée à ProRealTime :

    CONDITIONS ACHAT:
    1/Chikou spen Croise à la hausse SENKOU SPAN B
    2/ TENKAN SEN SUPERIEUR à KIJUN SEN
    CONDITIONS VENTE:
    1/TENKAN SEN CROISE à la Baisse KIJUN SEN
    STOP SUIVEUR 3%

    Et une proposition de réponse :

    p1=9
    p2=26
    p3=52
    p4=26
    tenkan=(highest[p1](high)+lowest[p1](low))/2
    kijun=(highest[p2](high)+lowest[p2](low))/2
    
    //SpanA=(tenkan[p4]+kijun[p4])/2
    SpanB=(highest[p3](high[p4])+lowest[p3](low[p4]))/2
    
    cachat=close crosses over SpanB[p4] and tenkan > kijun
    
    if cachat then
    buy 1 share at market
    endif
    
    cvente=tenkan crosses under kijun
    
    if cvente then
    sell at market
    endif
    
    set stop %trailing 3
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.

Stratégie de trading automatique ICHIMOKU


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
Carl @carl Participant
Summary

This topic contains 1 voice and has 0 replies.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 10/20/2016
Status: Active
Attachments: No files
Logo Logo
Loading...