SugarTrader
Member
I'm building my own indicator but I need to reference other custom studies in thinkscript. What would be the function for that? I know it is super easy to define an alert based on condition of 2 or more indicators.
For example, Alert is true if:
Thank you
For example, Alert is true if:
- indicatorA is true AND
- indicatorB > x AND
- indicatorC < y
Thank you