Page 208 of 2170
Re: MT4 Indicator requests and ideas
Posted: Tue Sep 19, 2017 7:57 pm
by mrtools
Tanzenkran wrote: Tue Sep 19, 2017 7:08 pm
I am trying to use "Heiken Ashi (better formula) median" for price to use in MA but seems that indicator is only able to use the usual prices (close, open,high, low,typical). Could you please check this Mr. Tools?
Tanzenkran, should be fixed in this version.
Re: MT4 Indicator requests and ideas
Posted: Tue Sep 19, 2017 10:06 pm
by Desatar
mrtools wrote: Tue Sep 19, 2017 7:57 pm
Tanzenkran, should be fixed in this version.
Hello,
would a mtf version be possible?
Thx.
D.
Re: MT4 Indicator requests and ideas
Posted: Wed Sep 20, 2017 4:18 am
by TRADERSM
mladen wrote: Tue Sep 19, 2017 5:24 am
Replace this :
Code: Select all
rsi[i] = iNonLagMa(iRsi(iMA(NULL,0,1,0,MODE_SMA,Price,i),RsiPeriod,i),NlmPeriod,i,0);
With this :
Code: Select all
rsi[i] = iNonLagMa(100-iRsi(iMA(NULL,0,1,0,MODE_SMA,Price,i),RsiPeriod,i),NlmPeriod,i,0);
Mr.mladen i need adxvma 1_1 like mirror please help with this thankyou............
Re: MT4 Indicator requests and ideas
Posted: Wed Sep 20, 2017 7:54 am
by mrtools
Desatar wrote: Tue Sep 19, 2017 10:06 pm
Hello,
would a mtf version be possible?
Thx.
D.
Hello Desatar added mtf.
Re: MT4 Indicator requests and ideas
Posted: Wed Sep 20, 2017 2:57 pm
by Desatar
mrtools wrote: Wed Sep 20, 2017 7:54 am
Hello Desatar added mtf.
Great.
Thanx.
D.
Re: MT4 Indicator requests and ideas
Posted: Wed Sep 20, 2017 6:21 pm
by mladen
TRADERSM wrote: Wed Sep 20, 2017 4:18 am
Mr.mladen i need adxvma 1_1 like mirror please help with this thankyou............
adxvma 1_1.ex4
adxvma 1_1.mq4
replace "100-" with "(-1)*"
Re: MT4 Indicator requests and ideas
Posted: Thu Sep 21, 2017 4:11 pm
by AryaAryaee
Hi all room mates and Dear Masters
this attached indi eats cpu and makes the computer very slow and sometimes causes mt4 to be freezed! is it possible to modify it ?
thanks in advanced!
Re: MT4 Indicator requests and ideas
Posted: Thu Sep 21, 2017 5:22 pm
by tradd
Hi Mrtools;
Would you do MT5 version?
mrtools wrote: Wed Sep 20, 2017 7:54 am
Hello Desatar added mtf.
Re: MT4 Indicator requests and ideas
Posted: Thu Sep 21, 2017 5:58 pm
by mntiwana
AryaAryaee wrote: Thu Sep 21, 2017 4:11 pm
Hi all room mates and Dear Masters
this attached indi eats cpu and makes the computer very slow and sometimes causes mt4 to be freezed! is it possible to modify it ?
thanks in advanced!
In some cases it CSS repaints
Re: MT4 Indicator requests and ideas
Posted: Thu Sep 21, 2017 6:43 pm
by AryaAryaee
mntiwana wrote: Thu Sep 21, 2017 5:58 pm
In some cases it CSS repaints
Yes dear , i know it , but if it is possible i need it if it could be modified to be a little lighter for cpu calculations