Technical Indicators - page 38

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 &
Is there a maximum number of indicator handles (iCustom) allowed for a single indicator?
Hi!is there something in the code base or somewhere else to identify the figures automatically? https://www.universoforex.it/new/wp-content/uploads/2020/12/figure-continuazione.jpg
I have done a ZigZagOnSMA and ZigZagOnRSI, on one hand for practice, on the other hand maybe it will be useful at some point for correcting input values when the stats are bad with the current inputs and the turning point are too far away and don't get hit. Anyways but I am now making a
Hello I am trying to convert an mt4 indicator into an mt5 indicator. I have some knowledge about mql4 , but its my first time trying out mql5 I have an indicator in mql4 and I am trying to make it work on mt5 , there were a bunch of errors but somehow got rid of those without removing any of the
  Stochastic Oscillator, the beginning  (1292   1 2 3 4 5 ... 129 130)
I tryed to collect everything about one indicator: Stochastic Oscillator. "Technical Analysis from A to Z": OverviewSto.chas.tic (sto kas'tik) adj. 2. Math. designating a process having an infinite progression of jointly distributed random variables. --- Webster's New World Dictionary The Stochastic...
Hi, I want to create an alert system when RSI (14) crosses abv or Below EMA (200) on MT5 Platform. I have zero Experience of Coding, hence need guidance. Please reply here or email : girishjahir@gmail.com Thanks & regards, Girish Ahir
  2 Lined MACD EA  (1)
Hi i need help in coding my stategy, my strategy involves the use of 2 lined macd's, any one to help me achieve this goal
Do you know if I can find CCI on Step Channel for MT5 ? Thank you
Hello, anybody saw indicator like this: https://pl.tradingview.com/symbols/BTCUSD/technicals/ But with options to se the past result for each candle? For example in histogram version
[Deleted]
Hello dears friends can you help me to finish this indicator 👇.( file attached) I wanna add the conditions write on the display ( file attached) too i don't know where i have to change to get this kind of indicator //+------------------------------------------------------------------+ //|
Hi all. Happy new Year. Can someone help me to add to this fractal indicator option to alert only on fractals outside bolinger bands line. All other function for sound and push and email notification are ok. This is MT5 version. i have somewhwere and MT4. we can maybe write that one too. Maybe
Hello Experts. Requesting your advise and help. I was trying to plot level for ATR. The lower level was plotted, but the upper level is not being plotted (although the code is same). I have wasted whole day to debug, but failed. Plz help. Chart pic attached
//+------------------------------------------------------------------+ //| Bollinger bands %b.mq5 | //| Copyright 2014, mohsen khashei | //| mkhashei@gmail.com |
Hi I'm new to MQL5 and I was just testing something and I come across a difference between mql4 and mql5. If you use a time interval for showing a line in mql5 indicator, you will see that at the beginning and the end of that line it falls down to zero but that's not the case in mql4. so how do I
It is just going off and on irregularly On Off #property indicator_separate_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_HISTOGRAM #property indicator_width1 3 #property indicator_color1 clrDarkSlateBlue #property indicator_label1
Hello, Is it possible for an Array to keep its values when i am changing timeframe? I have seen that every time i change timeframe the prices of the Array are initiliazing again. I want to create a multi-timeframe indicator and it is crucial to store the values and keep them when timeframe changes
  donchian channel  (4)
Hi experts. I tried writing code for Donchian channel. But every time the new bar comes, the channel drops to ZERO. I tried everything but still the same issue. Please help and guide me, where am I wrong. int OnCalculate ( const int rates_total, const int prev_calculated
Hi, On mouse hover over the regular candle stick, it displays open, close, high, low, and volume of that candle stick. I want to do the same thing with HeikenAshi candle stick. How can it be done, any suggestion will be appreciated? Thanks.
can anyone help me to find any MFI with value price? so when i point the (whatever blue,brown,green or pink) there's info about value, but i want the value show right above MFI bar. like price on(green/blue). so i didnt need to point on MFI bar to show the value
Hi everybody.I need to convert an indicators from mql4 to mql5 .I tried many times use the program revriter or something like that,but without positive results.Help me please with this convert.Here is screen with error information after convert.Greetings.tantric
Hi All, I've written a test custom indicator that uses 2 MA. It drew the indicator fine when I first attached it to a chart however when I changed the timeframe. It somehow only draw the last bar and continue from the latest bar. Please help. PS. There's no error in the expert tab. Here's the code
Everywhere I read ( several forums ), everybody says: If you need to have the MA on the RSI-window ( overlay ), just drag the Moving Average from the Navigator window over the RSI-window , then enter "first indicator" into the "Apply to" field. Easy. But it is not true at all. 1. There is no...