#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...
Hi everybody, unfortunately I didn't manage to find any valuable explanation for a problem.
I'm building a stochastic oscillattor from scratch based on the one built by MT4-5 team and located and named as Stochastic in the 'Indicators' folder.
Supposing they do not possess any value, how can...
Hi,
IndicatorSetInteger(INDICATOR_DIGITS,0) hides the decimal part, but the integer is still there.
How can we get rid of all numbers, including the integer?
Thank you, Sven
Update: This is about Mt5, I forgot to mention
Greetings,
I have written an indicator, which I cannot post it here due to NDA agreement, which plots a value in a wrong place.
When running debug and inspecting value using Print() statements the value it should have is printed correctly but in the graph the plot appears in another value....
Hi everyone, first post here and new to MQL5 language, I have and indicator/tool that I use on NinjaTrader that, using a hot key (alt) + clicking on the chart on 3 points it calculates the fibonacci projections with prices on it, so it's easy for me to place entry loss and target orders fast as I
Please, can you help me with program pivot high and low to break? And "padding" between low first candle and high third candle for bear (high first candle and low third candle for bull) to break?
Similarly as on picture?
Thank You
i have an indicator can any body convert it in EA ???
Hello fellow coders
Can ArrayCopy function be used for 2 dimensional array too ?
The code below does not provide me any error on Meta Editor and compiling wise, it was fine. However, just curious if the ArrayCopy function is meant to be used for 2 dimensional array too.
ArrayCopy(array1, array2,...
Hello,
I'm a little new to mql5 world and now I'm facing the problem to draw a horizontal line on the graph starting from a particular time on the graph.
I'm only being able to draw to horizontal line on the all graph, making it to much to difficult to be read because it's conflicting with...
Hello,
could anyone help me with recoding to mql5?
Thanks for any help!
#property indicator_chart_window//#property indicator_separate_window#property indicator_buffers 3#property indicator_color3 Gold#property indicator_color1 Green#property...
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.