I need some help, I would be grateful if anyone could help me.
I want to hide some settings from my EA, so when itīs attached to a chart they cannot be modified. Could anyone tell me how to do this?
Example:
I want to hide takeprofit, stoploss and risk customization.
extern bool UseMM = true
extern double Risk = 5
extern double Lots = 1
extern double Takeprofit = 35
extern double Stoploss = 100
Any idea?
Thank you!
