CT
    
        
            Custom indicator advice
            
                 17 Sep 2021, 14:54
            
                    
Hi, I have an indicator that I want to create, but not sure how to do it.

In short, I want to create rectangles based on the open and close of a higher timeframe as sort of a "big picture candle".
Any advice?
Thanks

amusleh
20 Sep 2021, 08:23
Hi,
I recommend you to read automate API references and code examples: cTDN | cAlgo.API (ctrader.com)
You can search and find similar indicators, then you can modify them based on your needs.
@amusleh