Bollinger band different phase 1234

Viewing 16 post (of 16 total)
  • Author
    Posts
  • #200441 quote
    ZeroCafeineZeroCafeine
    Participant
    Senior

    Ok I found this solution, is not profesional but it’s working :

    ConDown = BBDown < BBDown[1] AND BBDown[1] < BBDown[2] AND BBup < BBup[1] AND BBup[1] > BBup[2]
    
    IF ConDown Then
    Phase3 = 1
    ENDIF
    
    IF BBDown > BBDown[1] AND BBDown[1] < BBDown[2]Then
    Phase3 = 0
    ENDIF

     

    it’s like I put the condition “Phase3” to true in 1 and put the change the condition “Phase3” false in 4

    BB3-1-1.png BB3-1-1.png
Viewing 16 post (of 16 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

Bollinger band different phase 1234


ProBuilder: Indicators & Custom Tools

New Reply
Author
Summary

This topic contains 15 replies,
has 4 voices, and was last updated by ZeroCafeineZeroCafeine
4 years ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 09/05/2022
Status: Active
Attachments: 7 files
ProRealCode ProRealCode
Loading...