I want to add a parameter (e.g. main()) to an efs that is used across many of my charts. Is there a way of adding it, without having to remove and re-add the study to all charts using it?
main(period, fast, slow),
main(period, fast, slow, scale)
main(period, fast, slow),
main(period, fast, slow, scale)
Comment