Technical Indicators - page 150

HI; in picture below: we have: A_PRICE , A_TIME , B_PRICE , B_TIME , C_PRICE , C_TIME line AB is drawn , i want to draw a line parallel to it from point C , ( without using channel ). ---------------------------------------------------------------- WITH USING : ( Y-Yo ) =[ ( Y1-Yo )/ ( X1-Xo...
hi; with below code : draw triangle. void CreateTRIANGLE( int chart_id, // Chart identifier string name, // object name // Chart window datetime time1, // First time coordinate double price1, //
Hi, I am looking for an ADR indicator which does a little more than the standard ADR. I want to place the indicator onto a chart and for it to show the ADR for the past x days and for it to exclude sundays, I also want to be able to specify the hours it uses to perform its calculation. For
Hey guys, I've attached a pretty good indicator for 60 seconds that uses ADX crossovers. You can actually raise or lower the sensitivity of the ADX bar input settings. But it has no alert alarm. Can any one of you savvy programmers add one to it? Many thanks, Charles
i used bellow line to draw pitchfork . as you see in picture below, level line also draw with it. how can set it to undo like this, ( do not draw level lines ) ..//+------------------------------------------------------------------+//| Pitchfork creation...
Hi, My goal is to get my simple test expert to fetch the data from my simple custom indicator. Below are the custom indicator and the expert. For some reason I can't get the data. Please help. Thanks! //+------------------------------------------------------------------+//|...
I am a student and want to earn by trade in forex. But it is so tough i think. i want to share also that i am a Bangladeshi and i think everybody have known Bangladesh as a undeveloped country. That's not matter. But i am also poor. for this reason i want to change my life by completing my study. i...
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...