Hi Guys
I need some help to find a similar indicator to this indicator in this picture , that use Buffers not Objects , to detect the trend direction ...
It's the "3SMATrendFilterPro" for Hector .
Hi There
I Search for the best using of the MA to detect the trend direction , I am using now the Difference between two iMA() , if the difference > a number of pips then Up trend and vice-versa , but it's not an effective way .
please some help .
Thanks .
Hi Guys
I try To call a Custom Indicator in My Ea with iCustom() , But once I Run The Tester This Lines Appear on the Log
2015.01.10 12:07:35.103 EURUSD,H4: 2706 tick events (1056 bars, 3758 bar states) processed within 12480 ms (total time 12496 ms)2015.01.10 12:07:35.103 2010.01.14 23:59...
Good morning everyone.
Do you know where I can find an indicator that calculates the difference between PLUSDI and MINUSDI? I'm talking ADX.
On page codebase I found ADXCLOUD but for metatrader 5, I need for metatrader 4.
If you know where I can download it, attached the link or send me a private...
The 80-20s
http://www.forexmt4.com/_MT4_Systems%20Documentation/80-20%27S%20from%20Street%20Smarts%20-%20High%20Probability%20Short%20Term%20Trading%20Strategies%28Raschke%20&%20Connors%29.pdf
Now my question can someone programm an indicator (MT4) for the daily chart who can mark such Days with a...
Hi, is there a way to show last price on the price scale without the price line on the chart? On the preferences if I unmark "show last price line" it also removes the last price on the scale. Is there an indicator that makes it possible? I just don't want that line to be moving in front of me but
Hi, anyone could help me to find a way to anchor this indicator to the low of the candle, when i click on chart?
Thanks
input string InpName="ArrowBuy"; // Object name//+------------------------------------------------------------------+//| Expert initialization function...
Hi Folks,
I'm a newbie in mql4 programming an I need your held to understand the behavior of an indicator.
i downloaded it from her: HTTP://www.forexfactory.com/attachment.php?attachmentid=829174&d=1320999056
can someone explain me please, why while running a backtest I become different signal...
Hi guys,
I have a problem in my custom indicator. I call CopyRates function for different currency pairs in one time (EURUSD, USDCAD, ... ) with count demand of actual chart and timeframe. In case I've never opened chart with USDCAD (as example), CopyRates always returns -1 and GetLastError...
With #property indicator_separate_window can I add a new sub_window into main chart.
How can I add more than one sub_window?
why will some symbols show correct tp and others not.
some freelancer have programmed a table for us where to enter with SL TP and lot size
but some of the TP on some symbols is correct and then there is others on a sell the TP is higher that than the entry.
where it should be lower
can some one...
Hi everyone, I would like to change my indicator. Can somebody help me to program the indicator like following: The indicator shows the range for the days you can enter till the current day. But I want that the indicator shows me the range of a day period I can choose for myself, like the range from
Hi,
since documentation is rather slim I would like have an explanation of the signature of SmoothedMA in MovingAverages.mqh.
double SmoothedMA(const int position,const int period,const double prev_value,const double &price[])
So lets say I want to use this function to implement my own Moving...
Hi, I have a Question?!
What's equivalent of this code in MQL5?!
for(int i=1;i<1000;i++) { TBuffer[i]=iStochastic(NULL,PERIOD_H1,5,3,3,MODE_SMA,0,MAIN_LINE,i); }
How can we know the protrusion of a Candle from the others , can we use a moving average to do this ? For example with SMA applied to the high prices Like this : if (High[ 1 ]>iMa( Symbol (), 0 , 5 , 0 , 0 , 2 , 1 )) Alert ( "This bar is protruded" ); If there is another method Tell it To us
Hi,
I have a question about zero divide in indicator when it run. What is wrong. Should we use a trick to fix it? Thanks.
int OnCalculate(const int rates_total, const int prev_calculated...
does anyone know of any indicator that can correctly predict overbought/sold levels better than the stochastic , we all know the stochastic is accurate but sometimes it will hit overbought and still continue to go up/down..if you know please reply, thanks
I'm looking for an indicator that makes an up or down arrow above or bellow a candle stick to show which way the trade is going. I'm looking for a very good indicator that doesn't repaint, any suggestions?
I am trying to have a line connect the close value every quarter hour on a 1 minute chart. The line shows on 15 minute charts and above but not on the 1 minute chart.
Below is the code I use. I believe the problem may be in the section labeled //Block for calculating indicator values.
I have also...
I am trying to make an indicator that just draws a line every quarter hour to help me be able to keep track of time better.
Right now it only draws one line at the nearest hour. I am new to mql so any help would be greatly appreciated.
int init() { if(Minute()== 00 || Minute()==...
#property indicator_separate_window#property indicator_buffers 1#property indicator_color1 Silver#property indicator_width1 2double MacdBuffer[];int init() { SetIndexStyle(0,DRAW_HISTOGRAM); SetIndexBuffer(0,MacdBuffer);...
Hi, can someone clear the error to me. I do not find him. Except for the pips all other values are counted correctly. Thanks in advance.
double ProfitToday=0,ProfitYesterday=0,ProfitToday1=0,ProfitYesterday1=0; int YesterdayTrades=0,TodayTrades=0,YesterdayTrades1=0,TodayTrades1=0,FirstOnly=0;...
Hello looking for someone who can program a combination of two Force Index lines (2 and 13) in one indicator window. MT5 and MT4 only works with one Index.
Thanx
Please help,,
I have an indicator coded by my own, that marks the candle with the red or lime color for the starting point to draw automated fibonacci level,
the problem is, when I close the MT4 terminal and then re-open it , the candle becomes screwed like below:
I'm using indicator buffer...
HI, not after an indicator as such as i dont want any chart space taken up, but is it possible to get the candle high minus low displayed in the Data window ? basically showing the pip count (range) of the candle when hovered over??
cheers onis.
1、int IndicatorCounted();The function returns the amount of bars not changed after the indicator had been launched last. “indicator had been launched last.”准确是指什么意思 ,达到什么样标准了才算是“指标加到图表启动后” ,系统觉得达到什么样标准才会触发运行IndicatorCounted()这个函数,希望能用量化的数据来讲解,不是抽象的讲解。因为系统是根据量化的数据来进行判断的。 2、 Loading and Unloading...
I want to create a button To the hot key triggers How to write code? For example, click left on A button, then show input parameter ea (F7). Thank you
hello to the forum-experts,
there are software packages where the user can limit the calculation "effort" for the indicators to (for example) the visible chart area or to a certain numbers
of bars by using customized ways.
Are they any ways for MT4 to limit/speed up the calculation time and...
Greetings traders around the world
Please help me to be able to create such images fibo indicator I attach it, and fibo is not auto, we can put where we want on mt4.
I've had a lot of searching, but all auto and located automatically in mt4 and no number price
string SymName[];int Action[];SetIndexBuffer(2,SymName); SetIndexBuffer(3,Action);
With this error :
'SymName' - parameter conversion not allowed 43 21'Action' - parameter conversion not allowed ...
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.