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 ...
I am trying to get my indicator, to, among other things, display the next likely support and resistance levels as a coloured band. The buffers placed above the DRAW_FILL declarations behave as expected, and the support levels display, but not the resistance levels. The values are correctly set in...
A simple and perfect model of the structure of the securities markets, with a positive mathematical expectation. In this topic, I will post the current state of some securities (currencies, gold, etc.) as I wish and time permits. :) The file description and example how to trade manually on this
Automated forex trading software is a computer program that analyzes currency price charts and other market activity. The software identifies the signals - including spread discrepancies, price trends and news that may impact the market to locate potentially profitable currency pair trades.For...
I needed ti return a collection of results from a function, and so in the absence of tuples I chose to return a CArrayInt object pointer. As I am returning it though, I cannot delete it before doing so, and so end up with the xxx bytes of undeleted memory message. What is the solution to this?...
Hi
I find an indicator that shows the Pin Bars of a symbol , and I modify it to show only the Bullish Pin Bars who is above an Up Ma and the Bearish Pin Bars who is below a down Ma .
And when I drop it to a chart with 4H timeframe or less it shows nothing , but with a D1 timeframe or bigger it...
Dear forum users! This topic is open at the request of Mr. Nowi to discuss the meaning of "Trend is your friend" using examples of mt4 and mt5 charts. In order to avoid the opinions that all the charts have been specially selected and fitted to represent the apparent truth, I ask forum participants
Hello,
How to send chat message from MT4 pc to my account on mql5.com?
Thank you.
Hi, can we draw up arrow and down arrow in an indicator based on only 2 MA cross (for example). Please give an example code of the trick if it can be done.
That is no other indicator.
I include pic to make it clear what I mean.
Hi,
Could anybody help me how can I change the font (from Wingdings to an other) in an indicator when I use its DRAW_ARROW style?
Is this possible?
Thank you for the replies!
Whats the optimal Indicator settings for range, trade, and stop periods on different time frames?
(1)
I have a turtle indicator with Trade/Stop period, and depending on what time frame I'm in , it can either lag behind or be close to the up/down movement.
Also, I have another indicator which uses range that I try to combine with the above. And the defaults on Range period isn't optimal in every...

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.