what indicators do like the most for stock trading
Is there anyway I can add an indicator over the price chart NOT below the price chart
Hello y'all, i have a custom indicator wich i indexed some data to detect and draw an arrow, now i want a EA to detect said arrow and place orders... { IndicatorBuffers(8); SetIndexBuffer(0,line1); //SetIndexLabel(0,"putalinea"); SetIndexBuffer(1,line2); //SetIndexLabel(1,"putalineb");
Hi there, Anyone can help to combine RSI and MFI indicator together? I am trying to create an indicator in separate windows which shows (RSI+MFI)/2. I tried to combine these 2 indicator with no luck. I appreciate your help
Someone has this indicator and it does not repaint
hello what is the name of this indicator on the chart up top? and if some one has it can i have it or where can i get it
Get "balance", "leverage", "sum last 5-10 historie", "minimal lot size".. own management indicator
(6)
Hi im developing some money management indicator, im new to this programming language but as Webdeveloper i should be fine to get this indicator rdy. But i need to fetch some global values if possibile. I wasnt able to find a list of predefined values, if someone could share me a link to everything
re installed MT4 unable to install the Market Profile Multi Sessions Technical Indicator (already purchased by myself and activated once only on the same pc) Market Place on my MT4 is empty (nothing available or displayed as previously) When prompted to "Install on the terminal" I enter my details
hi guys i m looking for this indicator can be after moving avarage cross creat horizontal line right at cross if we can have mtf cross together very cool opportunity for trade thanks
Hello, not sure why this is happening when I use the iATR function, the printed value for each ATR is different from the ATR Chart, see attached screenshot, I can't see why this would be happening, any help would be greatly appreciated void OnTick(){ double atr = iATR(NULL, 0, 14, 0);
Hi guys, I need to get ATR value of Daily period at any timeframe but I get 4806 error code. I don't know how to tackle it. At 1Day Period I can get ATR values, but I need to get 1Day ATR values at any timeframe. when I change Timeframe, I get BarsCalculated() returned -1, error code 4806
I am looking for a color changing multi time frame moving average . If you have one or can make one please let me know or post the link/file thanks
Good Day Can anyone be kind enough to provide me with a Zig Zag that does not repaint Or a Swing High Swing Low Non repainting that can be used for high and low entry point for long trades
Has anyone seen a pip counter like this or can anyone code one like this for me
Hello everyone I have a problem to solve How to display the technical indicator values of two time zones on a chart? The following picture is an example Current chart is H1 There are two KD technical indicators opened below Hope the second KD technical indicator is to show the value of the H4 time
I’m trying to code an indicator that displays an arrow if the close of candle [i] is > the close of a ‘specified’ number of previous candles (ie if it closes above the previous number of specified candles) but I can’t find my way out of this. Kindly help community. int OnInit() {//--- indicator
Hi, I am looking for an indicator where one Moving Avarage is divided by another. For example 20SMA divided by 10EMA, or similar. Does anybody know if such a thing already exists? Thanks, h4rry
Hi, I have the following questions on user defined function: Question 1. Can I put a if statement within the function as I want to combine two functions into one ? Question 2. Can I use the same variable (a and b) in two different functions, does it confuse the program . In the main program we have
while(pos>=0) { // ******** SLmin Function ********** double Func_SLmin (iCxu) { j=0; SLmin=3000; while(iLow(Symbol(),PERIOD_H1,j)<iCxu) { if (iLow(Symbol(),PERIOD_H1,j)<SLmin ) SLmin=iLow(Symbol(),PERIOD_H1,j); //Print (Symbol()+"SLmin = "+SLmin);
Hi All I am trying to create a ROC indicator, but for some reason, it doesn't get displayed, the code is below double ROC, CurrentClose, PrevClose;double RateOfChange[]; CurrentClose = iClose(Symbol(), 0, i); PrevClose = iClose(Symbol(), 0, i + n_Period); ROC = CurrentClose -
Hi, I think the picture says it all. Its the standard Bollinger, inserted from the menu, and it was like that after some hours. Totally impossible ... actually. SMA goes up but price goes down? No way. But it confirms some other problems that I have after some hours when reading bar data and do own
Hello guys, In attachment you can see a screen with some indicator. Have you ever seen it? If yes so where can i find it and what is the name of it ? B.R Jurina
handle=FileOpen("File1.csv",FILE_CSV|FILE_READ|FILE_WRITE,','); FileSeek(handle,0,SEEK_END); FileWrite(handle,Symbol(),TimeToStr(CurTime(),TIME_DATE|TIME_SECONDS),Profit); FileClose(handle); handle=FileOpen("File1.csv",FILE_CSV|FILE_READ|FILE_WRITE,','); FileSeek(handle,0,SEEK_END);
Hello I want to make an indicator based on two SMA, period 5 and 20, that shows an alert when all of these conditions are met: -MA 5 has to cross over MA 20. -Candle has to close AND cross over MA 5. -Both MAs has to point to direction of closed candle (only enough, not straight up or straight down
Hey guys, https://www.mql5.com/en/code/21417 Im unable to use this indicator on my MT5 account. Have tried placing it in both the experts and indicator folders but still not working? Does anyone have any ideas? Thanks
Hi, I need Mt4 version of this 2 indicators: BrainTrend2 and ATRTrend. I do not know if it is exists. I have searched but could not located. If you have it, will be grateful if you share. Thank you
How To Use Average True Range (ATR) The Average True Range (ATR) is a volatility indicator designed by J Welles Wilder and introduced to the market in 1978 with the release of his book ‘New Concepts in Technical Design’ The ATR tracks volatility and provides an indication of the market’s eagerness...
Good day in Mql4 I can type as follows if(Year() == 2020) //year if(Month() == 2) //Month if(Day() == 14) //14 february 2020 Print ("fappy Vals Day"); now how do I write the above in MQL5. I tried datetime date = TimeCurrent(); MqlDateTime m_time; TimeToStruct(date,m_time);
So I have found this TEMA indicator and I just wanted to limit the number of Bars it needs to process by adding a new parameter "BarsBack". The problem is that by doing this it messes up the indicator line. The attached code is as follows #property indicator_chart_window#property indicator_buffers
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.