4 / 7 / 12 line break

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8654 quote
    CarlCarl
    Participant
    Average

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

    A partir de ce code ci-dessous qui a 3 line break, pourriez-vous me faire un code avec 4 line break, 7 line break et 12 line break soit 3 codes différents ?

    merci par avance pour votre aide :).

     

    once t=1
    once a0=(close)
    once a1=(close)
    once a2=(close)
    once a3=(close)
    
    if t=1 and close>a3 then
    a0=a1 a1=a2
    a2=a3
    a3=close
    elsif t=1 and close<a0 then
    t=-1
    a1=a3
    a0=a3
    a3=close
    elsif t=-1 and close<a3 then
    a0=a1
    a1=a2
    a2=a3
    a3=close
    elsif t=-1 and close>a0 then
    t=1
    a1=a3
    a0=a3
    a3=close
    endif
    
    return a0 coloured by t[1] as "cassure"
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

4 / 7 / 12 line break


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: 06/02/2016
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...