Hello,
i found the edit_buttons.efs with programed buttons in the indichart to change the variable of an MA.
I tried to implement this in the ITL.efs but do not get it done.
In edit_buttons.efs the variable "study" is used and some other stuff i don't understand and i don't know why and how to implement this in a given formula. Isn't it enough to change the variable (x for example) that is given over to the main function (function main(x) and put the code for checking if a button is clicked and change x value in the main too?
Perhaps someone could write it for the ITL.efs or any other example so i grasp it better?
I want to be able to provide any efs with these buttons or better with a slidebar (but i didn't find a comand). In Amibroker i find it very useful to do so, as one can find the correct figures faster.
Regards Robert
i found the edit_buttons.efs with programed buttons in the indichart to change the variable of an MA.
I tried to implement this in the ITL.efs but do not get it done.
In edit_buttons.efs the variable "study" is used and some other stuff i don't understand and i don't know why and how to implement this in a given formula. Isn't it enough to change the variable (x for example) that is given over to the main function (function main(x) and put the code for checking if a button is clicked and change x value in the main too?
Perhaps someone could write it for the ITL.efs or any other example so i grasp it better?
I want to be able to provide any efs with these buttons or better with a slidebar (but i didn't find a comand). In Amibroker i find it very useful to do so, as one can find the correct figures faster.
Regards Robert
Comment