New metatrader 4 compatible indicators - page 258

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello mladen/mrtools please could you make this indicator to be new mt4 compatible? Thanks in advance
Hello mladen/mrtools please could you make this indicator to be new mt4 compatible? Thanks in advance
Hello Samuelkanu, made it compatible with new mt4 builds.
Hello Samuelkanu, made it compatible with new mt4 builds.
Dear MRTOOLS
(int BasePips(int tinput))....(tchar)...
can you guide me please (t) stands for what....usually i saw such kind off errors.......thanks
regards
Dear MRTOOLS
(int BasePips(int tinput))....(tchar)...
can you guide me please (t) stands for what....usually i saw such kind off errors.......thanks
regardsMntiwana, from what I can tell that function is used to set the arrows a certain distance from the candles and adding the t to the input made it not a built in function for the new mt4. Most of the time we just use an Atr to set the distance from the candles sometimes adding an adjustable gap.
Hi Mntiwana, Thank you for the reply. I am reposting the image from that post just in case if anyone can recognise which indicators are there on the chart. It would be of great help. And yes I got the QQE indicator posted by Mladen below that post. Thank you.
Hi sameer,
with a lot of excuses,you asked for the temple and indicators,it was so long ago and i forget all,even don't remember which indicator/s were used,daily i apply so many indicators and replace them with others,if you was asked that time,of course i help you,it is a routine work,testing and checking and experimenting indicators with different parameters to see which one is best compromising with what parameters,comparatively.....any way the updated QQE ver is uploaded by MLADEN exact under same post.....so sorry dear.
regardsMntiwana, from what I can tell that function is used to set the arrows a certain distance from the candles and adding the t to the input made it not a built in function for the new mt4. Most of the time we just use an Atr to set the distance from the candles sometimes adding an adjustable gap.
Dear MRTOOLS,
thanks for early reply,so what i understand from your explanation....T....stands for atr,RIGHT ?.........and CHAR,for character,RIGHT ? please correct me.
( T and CHAR....represents which words ? )
regards
Is there an ADR indi that shows ADR also for individual sessions (Asia, London, New York) that works in current mt4 build please?
Is there an ADR indi that shows ADR also for individual sessions (Asia, London, New York) that works in current mt4 build please?
handy148
Is there a version that you were using before the new builds for that?
Dear MRTOOLS,
thanks for early reply,so what i understand from your explanation....T....stands for atr,RIGHT ?.........and CHAR,for character,RIGHT ? please correct me.
( T and CHAR....represents which words ? )
regardsmntiwana
In old builds of metatrader you could use "char" as a name of a variable. That changed in new builds. "char" became a reserved word (variable type). Hence some addition to the name must be added to make difference between a variable type and variable name - and that is why that "t" is added. It could be any other letter - as long as it is allowed and it does not collide with some new reserved word. That "T" has no other meaning
mntiwana In old builds of metatrader you could use "char" as a name of a variable. That changed in new builds. "char" became a reserved word (variable type). Hence some addition to the name must be added to make difference between a variable type and variable name - and that is why that "t" is added. It could be any other letter - as long as it is allowed and it does not collide with some new reserved word. That "T" has no other meaning
Dearest MLADEN,
yes,this was actually my question,i am sorry,was not correct to explain my question
......you follow it exact,so much thanks the detailed explanation,so kind of you....i understand exact.....one more concerning question.....if CHAR is a abbreviation of some word with some meaning or just it is reserved word (or character) for variable type in new mt4.....thanks,
regards