Technical Indicators - page 37

Example handle_fr=iFractals(NULL ,PERIOD_CURRENT ); It means you can write your own indicator and apply it in the same way as other indicators ( iFractals, iVolumes, iMACD iVolumes iBWMFI,...) in the code of a new indicator or it is only for indicators in the reference book? iBWMFI
Hello How can I change the display type of a simple indicator from linear to cloud or cross-period mode? For example, how can I? Turn this indicator from linear to two different periods https://www.mql5.com/en/forum/244744
Indicator not showing on the charts. What is wrong in the code? Thank You! // +------------------------------------------------------------------+ //| UpWorkArshak.mq5 | //| SchelasCorp | //|
Hello I would like an indictaor that can show or mark candle sticks that are at the same price levels(Candlesticks that stop at the same price). Is there anybody who can help me get one
Hello everyone, As we know that buffer value is calculated from price series such as moving average,rsi. which these indicators have continuous value. What if the calculated value is not continuous like following image (blue line). What data type should the buffer store in the gap range? Thank you
hi, could you help me how to get maximum and minimum, from daily timeframe, using mqlrates does not work. //--- indicator settings #property indicator_chart_window #property indicator_buffers 5 #property indicator_plots 5 #property indicator_type1 DRAW_LINE #property indicator_type2 DRAW_LINE
Please can some one help me convert those two indicators from mt4 into mt5 ?? i would appreciate it thanks in advance
Hi, This is my first time dabbling with Mql5 code. I wanted to modify a commonly used Mql5 Supertrend Indicator and make it MTF with separate the bars when changing direction. I did some research and this is what I can come up. From what I've read, iBarShift is required but I'm not sure about
This little test indicator stores the OHLC values of the last 14 bars inside a matrix of four rows. There are also two vectors declared and initialised for later operations. One gets filled with the matrix row containing the close values, the other one is all zeros, then they are both printed out
  RSI WITH SL TP  (1)
HI I need an indicator based on rsi with tp and sl for example...if rsi level is 70 and 30 rsi will give buy signal above 70 value candle closing and give sl and tp rsi will give sell signal below 30 value and candle closing and give sl and tp and also need to buy sell arrow above or below closed
Hi! I am from Miami and I am new to this forum so hello! My question is basically what should I look for in double cross indicators? I have yet to find one that would deem the most useful. If anyone has any resources I can look into that would be great! Thank you! Nina
Hello everyone, Is there a way to put text labels on horizontal lines that you draw? Do I need an EA for this or can you do it with the basic lines that come with MT5? I see "Name" and "Description" but nothing for label. I have a pivot point EA that has labels so I know it's possible. I just don't
Hi experts. Your expert guidance requested. I am a newbie and recently learnt MQL5 . This is my 2nd code i have developed. The super trend indicator often does not load. It also vanishes when i change timeframes. It appears when i compile the it again from Meta Editor. Please help me to identify
Hello, does anyone have an indicator like the one on the image below for MT5? Thaks in Advice
Hi , I downloaded trend indicator and would like to find the best parameter for it. I saw screanshots for this in internet, and sure, that this indicator can be good to help to trade
Fibonacci / Harmonics, Gann & Geometrical analysis involving angles, Oscillators, Pivot based on Price Action, Other (please comment)
I opened my trading platform MT5 this morning and my indicator <Deleted>, which is part of my system, doesn't open. I already contacted the creator, but does anyone have the same problem
Hello to all I want to use a simple indicator in two time periods and cross the distance as a warning signal For example, show the adxvma indicator in two periods and cross-alert the two periods. How to write this indicator or similar
Hi Has anyone got a script or indicator that attaches the Fibonacci automatically to your trades?; (to entry point & Stop loss) would really appreciate it. Thanks
This is what I have so far: //+------------------------------------------------------------------+ //| SpikeCalculator.mq5 | //| Guilherme Cunha Rodrigues | //|
Hi guys...I have seen one indicator on tradingview... Big Snapper With Alerts .. by JustUncle... anybody knows if there is a version of it for mql
Hi. I am pretty new to this forum. I am looking for an indicator or tool that will alert me to fresh 52 week highs or lows of any instruments. I've searched everywhere but can't seem to find anything. Thanks
Hello, I Try To Convert MQL4 Indicator To MQL5 Indicator But Stucked This Is My Try thanks in advance i appreciate any help //+------------------------------------------------------------------+ //| Value Chart Oma.mq5 | //|
Hello guys, I made a little script which shows the ATR(100). I did it by using the built in ATR indicator and by calculating it in a loop. Can someone explain why the results are not the same? void OnStart () { double bufferATR100[]; int handleATR100= iATR ( _Symbol , PERIOD_CURRENT , 100 );
Hey guys, I made this indicator showing me candles where the body size is <0.5 x candle size. These candles are indicated by a dot in the middle of the body. My problem occurs when I am changing the timeframe. There are always some dots somewhere in the chart and I don't know how to delete them. I
  Probono Anyone?  (2)
Hello there I'm looking for someone to code a Fractal indicator. I mainly use the indicator to find s&r, I find that if fractals repeat lets say twice or three times this can indicate an area of support or resistance. So the indicator should filter patterns of lets say three fractals of the same
Hi guys, I hope you can help me somehow. did anyone have noticed that when you put EA and indicator on same MT5 chart then both start working slower. I am talking about having complex EA and simple indicator on same chart. I just think that maybe Events are locking each other... They are both
Give me a simple explanation for rates_total and prev_calculated in OnCalculate function. https://docs.mql4.com/basis/function/events int OnCalculate (const int rates_total,      // size of input time series                 const int prev_calculated,  // bars handled in previous call...
Can anyone give me the link similar to this Vertical Time Lines for MT4 for the MT5? Thank you
I need to modify some of the indicators, the same modification to all , anyone help me