A way to save constants to be automatically applied to inputs of indicators
-
Is there a way to apply created constants to indicators automatically, in my custom indicator I have 6 different inputs and I need them all to be the same on every block I make, and I'd use global constants so I can easily change them later in the tester. since I'll be having a huge amount of blocks and somewhere use the same indicator twice within a block I'll have a huge amount of right clicking and then constant clicking. is there a way to save them so that when I choose my indicator it automatically fills in the inputs with the right constants?
-
I can suggest to set the value of the indicator into a Variable, and then use that variable in the blocks.