Hi all,
Just wandering if it is possible to merge two indicators to one?
The problem is following, i made i custom indicator and addet a PRT EMA indictor to it and i would like to merge theas two to one.
Is this possible to do or do i need to do my own code for the EMA and put that in my own?
Best regards
//g
Hello,
You can use exponentialaverage keyword to add easily your ema to your initial custom indicator, hence creating a merged code.
Doc from this site, to assist with syntax:
ExponentialAverage