1) is it more efficient to run multiple indicators or to create one combined. example, i have a simple indicator that paints bars a color if a condition is met and one that sets an alert if a different condition is met. currently i run them as one indicator.
2) is there any problem with creating a strategy with the wizard and then converting it to an indicator. i change strategy everywhere in the code to indicator and remove the wizard region. it seems to work fine.
thanks

Comment