Technical Indicators - page 147

Hi all. I have searched this site for several day’s but I can’t findan answer for his problem. Is it possible to check the source of the call (EA or Chart)of a custom indicator from within the code of that custom indicator? There are two possibilities: 1e: The indicator has been called from...
Hi, My first post, just joined the forums. My problem was how to calculate the amount of bull,bear and no body candles on the current chart and timeframe and alert the result: Being the newbie I am would you consider this to be a good solution? It seems to be working fine. Thanks for your insight....
Hi All, I have a indicator that uses the MACD. I have adidtion 2 extra buffers to draw up arrow and down arrow. Ontop of this I draw trend lines (objects) to pickup divergence. So when drawing a divergence line you kinda need to know in the past the highest point (or lowest dep on what type of...
I am looking to create an email alert or sound alert programme? It is simply 3 moving averages , 20ma ,100ma and 200ma. I am looking to get an email alert when the 20 crosses the 100 which is above the 200 for a buy and the opposite for a sell. Is this something you can do? If so I would be very
How to start a script from a button in an indicator. I have a button on the indicator, and the button works fine. I have a script with a hotkey connected, and it works well. What is the code to start the script with a click of the button. Grateful for help .... Lenpa
Not repaints in 1H. Only for this timeframe. See pictures. I offer an exchange by other profitable private system, thanks.
Hello everyone, I was wondering if someone has developed a trend where RSI past a set range, then look for stochastic crossing within the same time period, then alerts the investor by sound to place a buy or sell trade. Thank you in advance
I humbbly request the pros, gurus, experts out here to please help make this indicator sound an alert when it crosses the center line which is 15.5. I tried it myself hundred times but it just doesnt want to work when i do it but i guess i am nothing compared to u great experts with perfect...
MT4 Indicator - Best-Metatrader-Indicators.Com Go to the link and download indicators you like. Every indicator has an FBI picture that you can see if you like it. I downloaded a few. And here are 16 videos about candlesticks! Made very professional even better than Steve Nison's. 16 Forex Video...
Hi all, I want to conver an Indicator in to mtf, I am planing to devekop an EA, which should trade the higher time frame signal in to a lower time frame, Eample- the ea look for the higher time frame signal, if in a 1H chart the indicaor in buy signal mode, and i trade in 5M chart, if a buy...
  chart event  (5)
Hi I wana know that is there a way to get the bar properties of the clicked position on the chart ? I mean i want to click on a position on chart and for example the date of clicked position returned. thanks. 
hide indecatorshortname and value
please anyone give me this indicator. its so profitable. forexprofitableindicator.blogspot.com
  ZIGZAG HELP  (2)
Hello, I am looking for a ZIGZAG that don't repaint, and instead of lines just put a dot or some kind of a little symbol for MT5. Any help will be appreciated. Many thanks David
Hello at all, my english isnt the best, but I made a very usefull discovery and I need your help for this: I know two very good s/r- Indicators with phenomenal strong and acurates/r-levels on higher timeframes with the possibility to deveolp very profitable trading strategies based on them
Hi, I would be very grateful if someone could please add an alert to the attached Forex Freedom indicator. As far as I know, this version does not repaint - except for the current bars. The alert should give a visual and audio signal when all the 4 bars change to the same color. An email alert may
Have Auto Fibonacci Auto Trend Indicator for MT5 let me know if anyone is interested .
Dear friends, I am so for using SMI for my trading as main signal with MT4. now i want it in MT5 format. can anybody help me out. i am attaching that MT4 file here.
Hello I am new to mql5 and I realize that I am having a hard time converting my indicators written in mql4 to mql5 because I lack a point of reference. My indicators are similiar to the one Rosh wrote here: https://www.mql5.com/en/code/7072 Can someone show me what this sample code would look like...
Bonjour, Puis je avoir le code d'un indicateur qui tracerait des lignes de tendances sur EURUSD à 1H? Mon objectif:écrire un EA. Bye
Hello , I'd like to know how to convert an indicator from mql4 to mql5 AND the language of MQL5 . Thank you
  Secondary axis  (5)
Hello, I would like to know if it is possible to have different axes for different drawing buffers in an indicator. For example if I want to build in volume or an oscillator on an indicator that plots candlesticks, but this makes the data unreadable for the human eye, because the volume stretches...
Hi all, I am looking for an indicator which can be used in an EA to get values of the Linear Regression Channel. I can manually draw the linear regression channel by using the Menu command Insert>Channel>Linear Regression. Do we have any indicator for it where I can give the start and the end bar...
Hi everyone. Have a nice day. I am learning MQL5 "translating" some indicators and EAs that were written in MQL4. This time, I am programming the DiNapoli Stochastic, but I find that the MQL5 indicator I programmed, has mistakes respect to MQL4 indicator. If you look so close the MQL5 indicators'...
Hi, I am new at MT5, I am trying to make an Indicator, and it works, but only on 1H. Grateful, if anyone can help, Kind regards, Jordi
Is there a run-time function of indicator_levelN property? My indicator needs level set only if one of the input parameters is set to a specific value. Is there any way to add or remove a separate window level during run-time? Or is there any reasonable way to add such level using graphical objects...
Looking for Constant Range Bar (CRB) chart indicator for MT5. Appreciate help.
  Tics Downloader?  (1)
Wikisend: free file sharing service Some traders like more tics than ticks. Some like to fraction time to microseconds. I like topless and timeless because I am Loyal Royal Renko trader. This one is good for ticks data download to MT4 for EAs testing. Cheers Hermes
when you debug an indicator, buffer variables are not drawn on graph until event handling function is not exited. is there a way to bypass this, i.e. to draw buffer content immediately while stepping through the code?
  datetime addition  (10)
hi I wrote an indicator and I need to add some days to my indicator i used this approch: datetime End=D'2012.03.18';datetime dt=End+102*PeriodSeconds();ObjectCreate(0,names[i],OBJ_VLINE,0,dt,0); in PERIOD_D1 it must draw a line at 2012.09.04 but it draws the line at 2012.06.28 I dont...