Page 1721 of 2042

Re: MT4 Indicator requests and ideas

Posted: Tue Dec 06, 2022 8:07 pm
by sal
mr.tools
can you update this indicator! not working . i think old version

Re: MT4 Indicator requests and ideas

Posted: Tue Dec 06, 2022 8:23 pm
by mrtools
sal wrote: Tue Dec 06, 2022 8:07 pm mr.tools
can you update this indicator! not working . i think old version
Could because it needs this include file.

Code: Select all

#include <hanover --- extensible functions b600 (np).mqh>

Re: MT4 Indicator requests and ideas

Posted: Wed Dec 07, 2022 4:00 am
by TEAMTRADER
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

Re: MT4 Indicator requests and ideas

Posted: Wed Dec 07, 2022 7:06 am
by Xronos__
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
Image

Image
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.

Re: MT4 Indicator requests and ideas

Posted: Wed Dec 07, 2022 8:33 am
by traderokey
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.



Re: MT4 Indicator requests and ideas

Posted: Wed Dec 07, 2022 1:54 pm
by sal
mr. tools
this below stratgey is a good method to ope trade for reversal or pull back at SUPPLY DEMAND ZONE
i last week was testing and find a good result.
strategy/rules


1. when the ZONE is developed at the long wick bar and next bar has wick .
2. Both bars should need wick and a pair (pair = BEARISH AND BULLISH)
3. Plot a horizontal line where the lowest wick of par bars extends till the current bar or more
4. if the price comes and hits at this level, a strong rejection will happened and reversal
5. if you can make an alert or arrow at the price level will be breat
6. another simple way , when the TMA pass through he zone and price touch the line where the horizontal level

see snap & trend how depth gets. :)
can you develop this idea!!!

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 08, 2022 1:49 am
by TEAMTRADER
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.
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.
Is it possible to adapt/amend the file and post?
Thanks
TEAMTRADER

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 08, 2022 5:27 am
by mrtools
traderokey 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
Posted a version here moving average indicators

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 08, 2022 6:40 am
by zookeeper
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.

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 08, 2022 6:47 am
by Chickenspicy
May MrTools please create a ZigZag indicator to have the same levels effect as the fractals please?