Could because it needs this include file.sal wrote: Tue Dec 06, 2022 8:07 pm mr.tools
can you update this indicator! not working . i think old version
Code: Select all
#include <hanover --- extensible functions b600 (np).mqh>
Could because it needs this include file.sal wrote: Tue Dec 06, 2022 8:07 pm mr.tools
can you update this indicator! not working . i think old version
Code: Select all
#include <hanover --- extensible functions b600 (np).mqh>
introduce an external string variable (user input)TEAMTRADER wrote: Wed Dec 07, 2022 4:00 am Could someone please tell me what to change in the code to allow me to have 2 indicators with differing settings to work effectively?
At the moment the 'trendlines' change as soon as the second indicator is added - see attachments.
I've looked several times to find a part that can be changed but without success.
Thanks
TEAMTRADER
I should have mentioned I am not a coder, but I did try - but after well over 4 hours of 'trial and error', I am no further forward.Xronos__ wrote: Wed Dec 07, 2022 7:06 am introduce an external string variable (user input)
add this value to the indicator name {or to / and to} , the name of all created objects, at the start or at the end
also add it at the same place to all ObjectDelete
for example : "Rem" is used as an object name also "Rem1","Rem2" etc
will become "Rem"+"user_input","Rem1"+"user_input","Rem2"+"user_input",etc.
and then change this user input for each instance of the indicator.
Posted a version here moving average indicatorstraderokey wrote: Wed Dec 07, 2022 8:33 am Hi Mrtools,
Could you please modernize this indicator by adding all averages, all prices and on/off button?
Please also check to see that the code is working okay. Thanks for your help.
Extent 2.mq4
This one should have an option to show all extensionszookeeper wrote: Thu Dec 08, 2022 6:40 am Hi guys,
does anyone have a Zigzag-Inidcator that marks all extensions without repainting?
I just need it for backtesting.
I googled things like "true zigzag" or "zigzag norepaint", but coudn't find anything.