Technical Indicators - page 105

Dear  Friends~ I want to put some code in the indicator about setting limit for max bars in history and max bars in chars, Preventing  too much data loading on the chart  make CPU slow down or terminal freeze. Even if some one set the value as 999999999999,the indicator will  optimize value to limit...
I tried creating use different timeframes within my code but when I run on meta trader the display arrows are all over the place.  Basically I want to work such that if 'condition' (M5) = x and Condition (M15) = x,  then do 'this'.... Can anyone point me in the right direction or offer insight as...
How can I release the memory previously used by iRSI, iStochastic etc.? I run into memory issues when using iStochastic for 1 million bars with various settings. I think that if it was somehow possible to clean up MT4's internal memory use it would be better.
Hi, Can anyone guide me in laymens terms what arithmetic is being done in the CFP indicator for mt4, for example for the AUDUSD pair's display. eg.  FAST MA divided by SLOW MA, then minus 1.   Then multiplied by 5.... etc etc Attached indicator from    https://www.mql5.com/en/articles/1472 THANK YOU
I would like to show and hide objects on a chart using the key "H". So I have added code to an indicator, but it is not working properly. Code in OnInit //---Allow Chart Events   ChartSetInteger(0,CHART_EVENT_OBJECT_CREATE,true);   ChartSetInteger(1,CHART_EVENT_OBJECT_CREATE,true);...
i have using WebRequest function to send data to the server side and all is running ok before updating to MT5 build 1604.  after i update to build 1604, WebRequest function was broken and always return error 5200, but the same code at build 1596 is work ok. does anyone touch the same error ? or...
I'm in desperate need of help, i need code that will draw short lines with labels on them to indicate entry , sl, tp all separated by a certain number of pips (like pivot points) when the ema's crossover for both Buy and Sell conditions. Please assist
I want to create an indicator that will alert me when RSI crosses the 50 mark, reaches a high point e.g. 65, then drops below the 50 mark, then crosses above it again and reaches or exceeds the previous high 65.  At the final point of exceeding the previous high and only at that point would I like...
Does anyone know of an indicator that can collect this information or interested in helping me develop one?? I want to specify a high and low on a candle of my choosing.. and count how many pips each boundary gets broken by before touching the other end if it does. so for example: 00:00 H1 candle...
Hi, I have some indicators which display text on the screen using the ObjectCreate function after I remove the indicator, the text is still visible.  What I thought was needed was ObjectDelete in the deinit function but that doesn't seem to do the trick. in another indicator I have I don't even have...
[Deleted]
I need to have a buddy to do trading & programming with. I don't know where else to go, though I've tried other forums, I am looking more for a sole relationship. I have some ideas I wanna program and they are profitable. subgenius@planetmail.net . peace.
Hello guys, I wrote an indicator based on one of the mql5 articles. The problem is that the signal is showing ONLY one of the conditions, but not the other one. For example I only see sell signals and the neutral as default, but no buy signals. What's the problem? My code seems written correctly....
Hi I used iADX function  in following format int  iRSI(    string              symbol,            // symbol name    ENUM_TIMEFRAMES     period,            // period    int                 ma_period,         // averaging period    ENUM_APPLIED_PRICE  applied_price      // type of price or handle...
Hi, there is an indicator that draw a vertical line in the time that I imposed? for example for all 18:15 it draws a vertical line
I just convert below CHART into single indicator. So now indicator need help for setting.. :( After Indicator develop: result: Anyone can help me for perfect setting? Indicator has simple logic... When ADX bullish, then check other 3 indicator, if >2 indicator say Bullish, then Indicator show...
Hi, I have coded an indicator which usually swings between 0 and 100, but sometimes in a closer range. In the indicator window, tab "Scale" I can set a fixed minimum and a fixed maximum value by clicking the checkboxes and entering a value. By unchecking the checkboxes in that indicator window the
  Help  (2)
anyone has a MT4 platform's indicator that beeps when sudden price change occurs? what i mean is, this indicator is needed to detect fast price fluctuation, the faster price moves, the faster it beeps, to alert unusual movement, ever come across this indicator? Alternatively, an indicator that
Is there a candlestick pattern indicator that is able to capture the candlestick here: http://www.babypips.com/school/elementary/japanese-candle-sticks/japanese-candlesticks-cheat-sheet.html ?
I need a news indicator that shows me news starts from 2016, and the impact(big, medium, small), the outcome (positive, negative news). Are they such indicators available? I am aware of FFCal and FFC (https://www.mql5.com/en/code/15931), but seems that they only provide a limited period of times?
Hi guys I've been seeing this indicator on posts on the internet and I was wondering if anyone knew it, I have attached a photo 
Hello Members, I have tested the code on live chart, no problem tooltip showing perfectly, but while doing backtest, no tooltip is showing at the tester chart window. While in case of mql4 programming it works. Plus the object move function working weirdly. For example Vertical line printing with...
Hi All,  Please excuse my ignorance with the following.  I am using the above and it was working fine until a few days ago. I seem to be getting fake alerts when there is no crossover. I am also experiencing Double alerts when there is no crossover. I have tried to contact the creator of the alert...
Hi, I am looking for a MT5 indicator that draws Weekly, Daily High/Low lines on the chart in similar way that MTF Hi Low does in MT4 (attached). Can someone point me in the right direction. Thanks in advance! Asimuz
Hi there, Is there someone that use one of both analysis/trading advises? I am trying them out for about a week now but most trades run into SL and none to the advised TP level. Best solution is to close them manualy or set more realistic TP levels. Anyone out here with more experience regarding...
Is there any good indicators for the following: a. horizontal support and resistance (and channel if possible)? b. triangle breakout or support/resistance breakout c. trending or not trending according to moving the average Preferably with source code. Thanks
I need an indicator can identify whether there is a weak/strong trend (in what direction) and is it a sideway. With Adx we can identify the strength of the trend, with moving average we can somehow know the direction of the trend, Is there an indicator that combines both? I can't locate it
Hi , Is there any Alert (Audible/Msg box) indicator when Simple Moving Average touch/cut the Daily Pivot value?  idea is when the MA cut the specific value or pivot value, we should be alerted with Audio or Msg box or by Info Bar Font color change. I have this below indicator modified but having an...
Hello, I have a problem with my indicator that I'm rewriting in MQL5. I have 3 buffers with data, all are meant to display the same symbol (but in different color). The indicator is a separate window, and in MQL4 I was displaying all symbols at 0.0. #property indicator_minimum -1#property...
Hello Members, I have following problem with CopyTime & CopyBuffer with mql5 CopyTime ( Symbol (),tf, 0 , 1 , iTime ); when I am printing data for iTime[0] its showing 0:00 1970 date means no value. Also with fractal handle_fractal = iFractals ( _Symbol , PERIOD_CURRENT ); ArraySetAsSeries
Hi Guys, So the story is like that, I got a Range bar indicator that generates range bar formation on offline charts from the Web, I paid for it. really nice one. My mission is to understand the exact logic behind it and how it creates the bars. The last 11 months me and my team developed around...