EasyLanguage indicators and functions with source code
Posted: Fri Nov 11, 2022 7:53 pm
Hello everyone,
I am beginning this thread to share whatever little I have produced in terms of indicators and functions for EasyLanguage. I am new to EasyLanguage so do not expect anything fancy. I will be sharing the source code so you can see that my code is very basic. This way I am also welcoming feedback from more experienced EasyLanguage developers.
I will be pasting the code directly in my posts unless someone teaches me a better way to share functions and indicators in source code format for TS ecosystem.
I start my function names with F_ and indicators with I_ and then use the same names for both after that.
The reason I code functions separately from indicators is because I need to call them from my strategies (there is no iCustom in TS)
Let's collaborate
I am beginning this thread to share whatever little I have produced in terms of indicators and functions for EasyLanguage. I am new to EasyLanguage so do not expect anything fancy. I will be sharing the source code so you can see that my code is very basic. This way I am also welcoming feedback from more experienced EasyLanguage developers.
I will be pasting the code directly in my posts unless someone teaches me a better way to share functions and indicators in source code format for TS ecosystem.
I start my function names with F_ and indicators with I_ and then use the same names for both after that.
The reason I code functions separately from indicators is because I need to call them from my strategies (there is no iCustom in TS)
Let's collaborate