Technical Indicators - page 96

Hello, I am novice coder and trying to modify market session indicator (by Adam Jowett). My intended modification was to draw market session open line for 48hrs. But having problem if Open is Friday lines and 48hrs includes weekend. below is what I wrote - if Friday, extend line for 72hrs. but this...
Hello, I am looking for two techinal indicators in format mq5 (open code) - Connors RSI - 1-Lag Autocorrelation Does anybody know where could i find these indicators? Thank you very much Jekko
Dear all, How can I get price of symbol to match predefined value of indicator? Example: RSI=5 and price=30. What is the price for RSI=2? It is < 30, but how much? Thanks in advance, Henrique
hi , iv never seen this type of indicator ever before . i want to create a bollinger bands steepness indicator which calculates how steep the bollinger bands are or another way to put it would be saying how steep the angle of the bollinger bands are at any one time , and displays the results on a...
  volume indicator  (7)
how to read and interpret data from volume indicator
Is it very hard to add RSI value control to whatever indicator? Like combinig two indicators together
Can anyone help me modify this indicator by adding 2 additional slowSma such that when the the FasteEMA crosses all 3 SlowSMAs the same time, the Arrow will appear? Thank you.
Hi Guys, I have an indicator that allows me to change the chart symbol with the up/down arrow keys, as well as change the chart timeframe with the left/right arrow keys. This allows scanning through many chart symbols and timeframes a very quick process, and it works very well. However, I would like...
Hi, I'm trying to customize an indicator that shows the open and close time of stocks exchanges sessions. I made it on base of a indicator that I downloaded before, but I'm not a coder. Now I need to insert text labels to the lines that meet each stocks exchange sessions... but I can´t do it by...
  Add sound alert  (4)
H, can someone add sound alert in SEFC05 indicator? would be awesome if you could help me.
I open chart, add custom indicator. Next I change period by calling SetSymbolPeriod() method. If the change is for example from PERIOD_M1 to PERIOD_H1 andback to PERIOD_M1 there is no problem. But if the change is for example from PERIOD_H4 to PERIOD_MN1and back to PERIOD_H4 indicator stops firing...
Does someone know what is the indicator shown on image? 
i want my expert advisor to give buy/sell orders in my choosen currency pairs  when my indicator give signals in EUR/USD, i'm using "forex ea generator6x" so i don't have any coding knowledge and i'm using meta trader 4 i want to give an example, lets say EUR/USD gave buy signal at 01:00P.M, now i...
i need that indicator, do someone have it ? but please, there are a lot of links delivering the indicator that after downloading it refuse to be attached to the chart, so if you please a tested version, thank you.
Hi guys,  i just want to ask, i need help with some ideas about things that occur in the market. i know a programmer that can make  an indicator but i need ideas of things that are bound to happen and when they happen, its a sure win. I will really appreciate if you guys can assist me.
Hi I have a few indicators and EA's that I got from the mql5 Market many months ago but now they're not available anymore - I have since opened accounts with new brokers and the MT4 platformst dont have these indicators/EAs. When I copy and paste them from the Data Folder, they don't work on the...
Hello, I have coded an indicator which draws lines as objects. I want him to open the indicator properties window by clicking on these lines (object). I don't find the right OBJPROP for doing this. Is this simply possible? Thanks for help!
Hi all, I happen to read an article where it tells to use a WMA indicator with period = 1. Is this a nonsence? This means no smoothing and it is the same as the price itself. Right? Thomas
Hi, Is there an indicator that allows me to close trades on the chart?
Hi guys, im coding an indicator but im having trouble to draw a floating arrow. I want to get floating arrow like picture no.1 where the arrow is floating above/below the price. Picture no.2 is the example of the difference, the arrow is right at the price, which make me harder to see the chart....
I guess it is the same as EMA, right?
I seem to have a problem with this indicator I recently purchased , it has stopped creating alerts when backtested <link removed> when I run a backtest on a single curreny pair say EURUSD (or any currency pair) it is not recording any alerts in the strategy tester journal/ log file, where it did...
Please tell me the name of the indicator at the top
Can anyone post or direct me to a color stochastic for MT5. MTF+bars, Thanks
Hello, I want to code slingshot indicator which will show; If ---  High[0]>High[1]  then; If ---  Close[0]<Close[1] . And, If ---  Low[0]<Low[1] then; If ---  Close[0]>Close[1]. thanks for helping.
I have this very important simple indicator I rely on and it's for mt4 and I'm going to mt5 I would really really appreciate if someone could convert this to mq5 PLEASE I thank you very much ahead and after for some reason I can't attach a file here, don't know why so here's a link for the download
Hi all, Normally the stoch has 5 input parameters: fastk_period, slowk_period, slowk_matype, slowd_period, slowd_matype. I understood it should be fastk_period=50 and slowk_period=3. Right
Good Morning, i just need  an indicator or ea that close the open position if the close is  > or < of a numeric value in the market, like 1.61064 in the chart where i've attached it. In this way i can modify and adapt it to every market just changing the values. Many Thanks
Why this indicator in the same currency example usd/chf the with same timeframe the same settings  have a different value  between  my demo account and  real account ?
In my terminal I have "Max bar in chart" set to 7200. However, working with onCalculate function I have found that rates_amount sometimes is bigger that this value. Sometimes instead of 7200 there is 150.000 bars (full M1 history). It causes an issue to me because I work with MqlRates instead of...