anyone want me to release this heat map took me over a month too create

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #139253 quote
    murit89
    Participant
    Junior

    anyone want me to release this heat map took me over a month too create

    tslaminutes-1594732872pl8c4.png tslaminutes-1594732872pl8c4.png tslaminutes-1594732872pl8c41.png tslaminutes-1594732872pl8c41.png
    #139577 quote
    Nicolas
    Keymaster
    Master

    Yes please! 🙂

    #139605 quote
    murit89
    Participant
    Junior
    st1=(close-high) * volume
    st2=(close-low) * volume
    st3=(cumsum (st1+st2))
    
    if -st1/st2 > (1) then
    DRAWHLINE(close) coloured (0, 255, 0, 10)
    
    endif
    
    if st2/-st1 > (1) then
    DRAWHLINE(close) coloured (255, 0, 0, 10)
    
    endif
    if -st1/st2 > (10) then
    DRAWHLINE(close) coloured (0, 255, 0, 10)
    
    endif
    
    if st2/-st1 > (10) then
    DRAWHLINE(close) coloured (255, 0, 0, 10)
    
    endif
    if -st1/st2 > (20) then
    DRAWHLINE(close) coloured (0, 255, 0, 20)
    
    
    endif
    
    if st2/-st1 > (20) then
    DRAWHLINE(close) coloured (255, 0, 0, 20)
    
    endif
    if -st1/st2 > (30) then
    DRAWHLINE(close) coloured (0, 255, 0, 30)
    
    endif
    
    if st2/-st1 > (30) then
    DRAWHLINE(close) coloured (255, 0, 0, 30)
    
    endif
    if -st1/st2 > (40) then
    DRAWHLINE(close) coloured (0, 255, 0, 40)
    
    endif
    
    if st2/-st1 > (40) then
    DRAWHLINE(close) coloured (255, 0, 0, 40)
    
    endif
    if -st1/st2 > (50) then
    DRAWHLINE(close) coloured (0, 255, 0, 50)
    
    endif
    
    if st2/-st1 > (50) then
    DRAWHLINE(close) coloured (255, 0, 0, 50)
    
    endif
    if -st1/st2 > (60) then
    DRAWHLINE(close) coloured (0, 255, 0, 60)
    
    endif
    
    if st2/-st1 > (60) then
    DRAWHLINE(close) coloured (255, 0, 0, 60)
    
    endif
    if -st1/st2 > (70) then
    DRAWHLINE(close) coloured (0, 255, 0, 70)
    
    endif
    
    if st2/-st1 > (70) then
    DRAWHLINE(close) coloured (255, 0, 0, 70)
    
    endif
    
    if -st1/st2 > (80) then
    DRAWHLINE(close) coloured (0, 255, 0, 80)
    
    endif
    
    if st2/-st1 > (80) then
    DRAWHLINE(close) coloured (255, 0, 0, 80)
    
    endif
    if -st1/st2 > (90) then
    DRAWHLINE(close) coloured (0, 255, 0, 90)
    
    endif
    
    if st2/-st1 > (90) then
    DRAWHLINE(close) coloured (255, 0, 0, 90)
    
    endif
    if -st1/st2 > (100) then
    DRAWHLINE(close) coloured (0, 255, 0, 100)
    
    endif
    
    if st2/-st1 > (100) then
    DRAWHLINE(close) coloured (255, 0, 0, 100)
    
    endif
    if -st1/st2 > (110) then
    DRAWHLINE(close) coloured (0, 255, 0, 110)
    
    endif
    
    if st2/-st1 > (110) then
    DRAWHLINE(close) coloured (255, 0, 0, 110)
    endif
    if -st1/st2 > (120) then
    DRAWHLINE(close) coloured (0, 255, 0, 120)
    
    endif
    
    if st2/-st1 > (120) then
    DRAWHLINE(close) coloured (255, 0, 0, 120)
    
    endif
    if -st1/st2 > (130) then
    DRAWHLINE(close) coloured (0, 255, 0, 130)
    
    endif
    
    if st2/-st1 > (130) then
    DRAWHLINE(close) coloured (255, 0, 0, 130)
    
    endif
    
    if -st1/st2 > (140) then
    DRAWHLINE(close) coloured (0, 255, 0, 140)
    
    endif
    
    if st2/-st1 > (140) then
    DRAWHLINE(close) coloured (255, 0, 0, 140)
    
    endif
    
    if -st1/st2 > (150) then
    DRAWHLINE(close) coloured (0, 255, 0, 150)
    
    endif
    
    if st2/-st1 > (150) then
    DRAWHLINE(close) coloured (255, 0, 0, 150)
    
    endif
    if -st1/st2 > (160) then
    DRAWHLINE(close) coloured (0, 255, 0, 160)
    
    endif
    
    if st2/-st1 > (160) then
    DRAWHLINE(close) coloured (255, 0, 0, 160)
    
    endif
    if -st1/st2 > (170) then
    DRAWHLINE(close) coloured (0, 255, 0, 170)
    
    endif
    
    if st2/-st1 > (170) then
    DRAWHLINE(close) coloured (255, 0, 0, 170)
    
    endif
    if -st1/st2 > (180) then
    DRAWHLINE(close) coloured (0, 255, 0, 180)
    
    endif
    
    if st2/-st1 > (180) then
    DRAWHLINE(close) coloured (255, 0, 0, 180)
    
    endif
    if -st1/st2 > (190) then
    DRAWHLINE(close) coloured (0, 255, 0, 190)
    
    endif
    
    if st2/-st1 > (190) then
    DRAWHLINE(close) coloured (255, 0, 0, 190)
    
    endif
    if -st1/st2 > (200) then
    DRAWHLINE(close) coloured (0, 255, 0, 200)
    
    endif
    
    if st2/-st1 > (200) then
    DRAWHLINE(close) coloured (255, 0, 0, 200)
    
    endif
    
    if st3 > (0) then
    DRAWHLINE(close) coloured (255, 255, 255, 22)
    endif
    
    if st3 < (0) then
    DRAWHLINE(close) coloured (255, 255, 255, 22)
    
    endif
    
    return
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

anyone want me to release this heat map took me over a month too create


ProBuilder: Indicators & Custom Tools

New Reply
Author
author-avatar
murit89 @murit89 Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by murit89
5 years, 7 months ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 07/18/2020
Status: Active
Attachments: 1 files
Logo Logo
Loading...