Technical Indicators - page 36

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
Hello, By reading through this website i am trying to make a (hopefully) very simple indicator. This is for learning purposes as I am a total beginner. My first step is that I want to store the closing price in a variable at a specific time. Later on I want to compare this closing price to a closing
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
Hello every one any one can help me i want to add push notification on this indicator to send alert signals to my phone mt5 . If there's anyone who can help me out then this will be a really big help. Thanks In Advance, I've attached the indicator
Hello everyone, I need help for a small script to indicated of arrows. I've an indicator which generation my arrows and I don't know the buffer to detect this in a script for a alert message. Unfortunately, I haven't found anything suitable in the forum. Thank you for your support. Martin
  CustomBookAdd Ajuda  (12   1 2)
Hi I'm trying to get data from the book with the example cited in docs. In order to write the indicator of the queue calculation (books [4] .volume = 10;) using a #property indicator_buffers 1. int CustomBookAdd (const string symbol, // const symbol name MqlBookInfo & books [] / / array with offer
Hi I want create indicator with some objects that users can select one of them and change the position as they like. I use this code but when the user change location, the object location or time frame change, object instantly back to default . how can prevent this? Probably because of time[0]. I do
hey, is there a guide about how get if the kalman filter indicator is bullish or bearish located in the articles or codebase section of the mql5 website that I am missing? https://www.mql5.com/en/code/24690 int KFH; int OnInit () { KFH = iCustom ( _Symbol , _Period
Hi, I want to build a moving average channel that fills the distance between its bands but for some reason, It is not plotted correctly on my MT5. Here is a screenshot of what I want to do and what I get from my code. . Here is the code that I want to fix. Note . I don't want to use the Program
hi guys I wrote some code to move vertical line by keyboard( number 4 for backward & number 6 for forward) it is correct but it has delay every time I press bottom. how can I overcome this issue? (sorry for my bad english) void OnChartEvent ( const int EventID, const long & lparam, const double &