- Including a include file is exactly the same as pasting that file at that place. If the included contains inputs, the includer does.
- You can't edit the Bool value, it's not in your code, it's in the include file.
- You can't include an indicator, that is not a include file. It contains event functions, the includer therefor can't.
- Make your indicator, with your inputs. Pass them to the other indicator with your iCustom call.
whroeder1:
Thank you So much for your reply
- Including a include file is exactly the same as pasting that file at that place. If the included contains inputs, the includer does.
- You can't edit the Bool value, it's not in your code, it's in the include file.
- You can't include an indicator, that is not a include file. It contains event functions, the includer therefor can't.
- Make your indicator, with your inputs. Pass them to the other indicator with your iCustom call.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello All,
I am wonder Is it possible to edit a "include" file inside a Main indicator and use the edited value in other Indicator. I am making a Indicator which needs to select the the Bool value "True or False" and If I edit this Bool value in one mother indicator It should be applied same "True or False" for other Indicator as well.
Please share me If any idea to fix this.
regards
Raj