Page 1773 of 2170
Re: MT4 Indicator requests and ideas
Posted: Mon Feb 13, 2023 2:59 pm
by mrtools
naluvs01 wrote: Mon Feb 13, 2023 1:59 pm
Hi Mr Tools,
Is it possible to add a moving average (with MA options...SMA, EMA, SMMA, LWA) to these indicators with an alerts (mainly push) on a cross? I'd GREATLY appreciate!
Thank you in advance for your time and expertise in advance!!!!
P.S. If you only have time for one, I can copy the info and apply it to the others if necessary...
This should be a good template to use for the others.
Re: MT4 Indicator requests and ideas
Posted: Mon Feb 13, 2023 4:34 pm
by naluvs01
mrtools wrote: Mon Feb 13, 2023 2:59 pm
This should be a good template to use for the others.
If someone could help add the MA to the others would be great. Mr. Tools, I've tried about 20 times and i just can't get it right. I'm getting errors and when it compiles right, I compare it to the original and the MA's do not line up.
Any help would be appreciative. I thought I could do it, however I'm failing miserably.
Re: MT4 Indicator requests and ideas
Posted: Mon Feb 13, 2023 4:39 pm
by Chickenspicy
I found what looks like the start of disco code
May MrTools or Kvak make a disco colored text indicator from this page?
Shoul i also share the link to it?
Ungatherable merits!
Re: MT4 Indicator requests and ideas
Posted: Mon Feb 13, 2023 4:54 pm
by naluvs01
Here is the error I can't figure out:
Re: MT4 Indicator requests and ideas
Posted: Mon Feb 13, 2023 5:09 pm
by mrtools
Should be
Code: Select all
(-iClose("USDJPY",0,i) // REVERZNÍ PÁR
-iClose("EURJPY",0,i) // REVERZNÍ PÁR
-iClose("GBPJPY",0,i) // REVERZNÍ PÁR
-iClose("AUDJPY",0,i) // REVERZNÍ PÁR
-iClose("CADJPY",0,i) // REVERZNÍ PÁR
-iClose("NZDJPY",0,i) // REVERZNÍ PÁR
-iClose("CHFJPY",0,i))/7;// REVERZNÍ PÁR
Re: MT4 Indicator requests and ideas
Posted: Mon Feb 13, 2023 5:24 pm
by naluvs01
Tried EUR and GBP, I get no errors, but the MA's don't align...
I don't know....
Re: MT4 Indicator requests and ideas
Posted: Mon Feb 13, 2023 5:30 pm
by naluvs01
mrtools wrote: Mon Feb 13, 2023 5:09 pm
Should be
Code: Select all
(-iClose("USDJPY",0,i) // REVERZNÍ PÁR
-iClose("EURJPY",0,i) // REVERZNÍ PÁR
-iClose("GBPJPY",0,i) // REVERZNÍ PÁR
-iClose("AUDJPY",0,i) // REVERZNÍ PÁR
-iClose("CADJPY",0,i) // REVERZNÍ PÁR
-iClose("NZDJPY",0,i) // REVERZNÍ PÁR
-iClose("CHFJPY",0,i))/7;// REVERZNÍ PÁR
YEAH, YEAH, YEAH....IT WORKED!!!!!!! Thank you!!!!!!!!!!!!
Still trying to figure out the others
Re: MT4 Indicator requests and ideas
Posted: Mon Feb 13, 2023 5:30 pm
by naluvs01
I'm still trying to figure out the others
Re: MT4 Indicator requests and ideas
Posted: Mon Feb 13, 2023 6:15 pm
by naluvs01
I copied everything I know to copy, but they are not coming out the same...
Any help would be appreciated...Thank you in advance...
And I can't even get CAD at all
Re: MT4 Indicator requests and ideas
Posted: Tue Feb 14, 2023 3:43 am
by mrtools
naluvs01 wrote: Mon Feb 13, 2023 6:15 pm
I copied everything I know to copy, but they are not coming out the same...
Any help would be appreciated...Thank you in advance...
And I can't even get CAD at all
Not sure what is going on with those 2 you posted.