Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Thanks Elihayun, sorry to make you a bit more busy . But, there're "Rperiod" and "LSMA_period" parameters in it, I found they have no effect in this indicator, how can I remove it?
Btw, I need to ask you to do it once more, can you convert MTF center of gravity to similar appearance? I'll appreciate it a lot
Thank you
Thanks Elihayun, sorry to make you a bit more busy . But, there're "Rperiod" and "LSMA_period" parameters in it, I found they have no effect in this indicator, how can I remove it?
Btw, I need to ask you to do it once more, can you convert MTF center of gravity to similar appearance? I'll appreciate it a lot
Thank you
My mostake. I left them from other indicator.
Just delete the lines from the indicator. compile, and u set
PHP Code:
//extern int Rperiod = 15; <-- U can delete or just put //
//extern int LSMA_Period = 5; <-- U can delete or just put //
extern int TF1 = PERIOD_M5;
extern int TF2 = PERIOD_M15;
extern int TF3 = PERIOD_M30;
extern int TF4 = PERIOD_H1;
CoeffoLine_Hist.mq4 and mtf modification can recolour past or it is fixed and after close bar is not recolour previous bars ?
thanks
Hi,
I forward tested this indicator on H1 chart. I placed a line when it changed sides from - to + and + to -. After few hours I looked backed at the chart and all the coeffoline_hist bars in that particular period were -. So therefore this indicator repaints AFTER the close of the bar.
Can anyone please modify this indicator so that it does not repaint after the close of the bar? It would be much more useful this way. Thank you in advance.
When trading the markets, any markets, Forex, Equity, Bonds etc, time is of great value to a trader, or at least to the one’s who are serious about actually making a living from their efforts.
On this and other forums there are many traders who also have programming talents, and unselfishly offer some of their valuable time and talents to help those who do not have these skills.
I think it borders on disgusting that we simply keep on milking and asking without any word or sign of gratitude and thanks to the “anonymous” persons on the other side of the world who is about to make something happen for us.
Just a small bit of recognition now and then will surely go a great distance. It is thus the purpose of this post to remind us all once more about gratitude and appreciation towards those who do not know us, do not owe us anything and still help us unconditionally.
To all of them, THANK YOU guys, I for one, do not take your time, help and skills for granted.
There are lots of info on this, just search a few forums. Here are two links to 2 different ways of using it (there are many ways to use this I'm sure ), the one will lead you to a manual and the other to a site that will allow you to view a online flash video recording of how it could work:
There is a litlle problem with the center of gravity.
When one places the MTF center of gravity on a chart the default value "per" is :9.
When one changes this value it does not have any effect on the indicator.
When you place the MTF indicator on a 5min. chart and you give it a 15min. time frame and you choose for the "per" the default 9 or 100 the indicator stays the same.
When one places the normal center of gravity on a 15 min. chart and you give the "per" a 9 or 100 value it makes a big difference.
Can someone have a look to this problem ?..