Technical Indicators - page 72

Hello :) i have seen in the forum some external libraries. Are there some other more lib know to you which you could share or tell me the link? Maybe there are other interesting functions, features, indicators i could use in my own indicators? Thank you Hein
[Deleted]
please anybody kind me for Converting metatrader Indicators to AFL ,thanks a lot!!!!!!!!!nonono:
  gap indicator  (5)
good day all i tried coding a gap indicator based on the rules in the attached pic but as an amateur i don't think it worked, can anyone kindly help?
Hi I wanna create a 15 seconds period and get the value of the MACD . How can I do this? Please give me the way or train of thought, thanks
  Sentiment zone oscillator ...  (44   1 2 3 4 5)
In the May 2012 issue of TASC, Walid Khalil in hid article "Exploiting Extremes Sentiment Zone Oscillator" describes a "Sentiment Zone oscillator" Sentiment zone oscillatorThe sentiment zone oscillator (SZO) is a leading contrary oscillator that measures the extreme emotions of a single market or...
Does anyone have the weis wave, with the number of batches used within a specified stride? for mql5 and mql4
Hi all, I am trying to write an indicator that will find the highestopen price of the past x candles. Being playing with it for some time now but Istill can’t figure out what is wrong. The iHighest function I am using seems to not take thecurrent bar into account in other situations it seems not to...
[Deleted]
Hello, If 1:00 candle closes in H1, this is equivalent to 1:30 candle in M30, 1:45 candle in M15 & 1:55 candle in M5, based on this, When H1 candle closes, 1. Pop-up alert & Up Arrow at Bottom = when H1 (1:00), M30 (1:30), M15 (1:45) and/or M5 (1:55) is BEAR or DOJI candle 2. Pop-up alert & Down...
Hi I need to do something like this         if ( iAO( Symbol(),PERIOD_M1, 0) <= iAO( Symbol(), PERIOD_M5, 0) )         {         ....         } But  iAO( Symbol(), PERIOD_M5, 0)  does not work when  my chart timeframe is M1 (It return 0 always). Is it possible to obtain the  real returned value of...
Hello, I was wondering if anyone could help me in coding this indicator, which is supposed to be better than the RSI. It was featured on the February issue of the "Technical Analysis of Stock and Commodities Magazine". It can be found in these 2 places: Thank you.
Hi Guys Im trying to download this free indicator on my mt4 for iOS https://www.mql5.com/en/market/product/but can't seem to as the wine file manager doesn't allow it and on my mt4 there is no market tab. They only way I can think of is via manual install after downloading the indicator on my hard...
Is MT4 ADX Averaging Method: SMA or EMA or Use the Wilders MA? Devs Explain This To Us? MT5 have 2 different ADX. I want to know the difference between MT4 ADX and ADX Wilders?? I search on this forum about ADX formula but I didn't see any explanation about this issue.
Hi all I'm new to the MQL5 world and have been toying around with combining two indicators (iMACD and a custom indicator mab_qqe2) to create a combined indicator (mab_combined). mab_combined should place "Buy" and "Sell" arrows on the chart depending on the source indicators signals. The idea being...
Many indicators appear to have been developed for the stock market and then transplanted into the Forex market. The markets are fundamentally different so, which are the indicators developed exclusively for the Forex market
Hi,I don't know if it is the right session for writing my question. I would like to sell an indicator (for example X) that call for another my indicator (for example Y) Y will be free can I sell X on market session? thank's in advance
  Deleted VLine  (2)
Hello all, Is it possible to distinguish whether an object_delete was triggered by a script or manually by the user? Yours Stefan
please, can anyone show me where to get a 3d oscillator sound and display alert for mt5
Hi to all! Searched the forum and did not find the answer... So need an advice please: Is it possible to add some coding to any indicator to display it on specific time frames only ? Let's say, whenever I add indi to the chart I need it to be displayed on H6 and H8 automatically (not selecting them...
Hello everyone, Here is the code below. Where I have I allowed this to occur. #property copyright "Copyright 2018, MetaQuotes Software Corp."#property link      "https://www.mql5.com"#property version   "1.00"#property strict#property indicator_separate_window#property indicator_minimum 0#property...
I am new to this platform and purchased the MT5 version of an indicator accidentally as I need the MT4 version does anyone know if mql5 support will swap it for me I have reached out to support but have had no response
Hi, can anyone tell me how to make an indicator for mt4 that plots the value of the pivot point of the last year, please? Thank you.
Wow, new to this all....I purchased an indicator today, tried to install and run it, but when i went to the purchased tab, it read: purchased but not downloaded. cant find a place to download it to this computer...purchased the indicator on my phone logged in to the correct account, the same one as...
Can you please add sound & email alerts for this indicator? Thank you so much!!!
this indicator sends notifications way too late or only when i refresh or jump between timeframes i would much rather it send notifications exactly when the arrow appears or similar operation im not sure why it only does it when i refresh or change timeframes is there someone that can make the...
I have added the RVI indicaror to my EA but I just want to confirm I have used it correctly: RVIp = External input I have used MODE_MAIN and MODE_SIGNAL for the 2 lines = is this correct? If not, what should I use? RVIm0   = iRVI(Symbol(),0,RVIp,MODE_MAIN,0); RVIs0   = iRVI(Symbol(),0,RVIp...
Can someone tell me or help me edit this, how to make the indicator synchronize with current chart? Thanks //+------------------------------------------------------------------+ //|                                                         Test.mq4 | //|...
is there anyone that can add notifications to this indicator operation needed 1. when support band manifest send buy/support notification 2.when resistance band manifest send sell/resistance notification simple... thank you
Hola, tengo inconvenientes con este códigoInt índice =iHighest (NULL, 0, MODE_HIGH, 76,39); Técnicamente me tendría que devolver un valor entre 76-39, pero de devuelve 108, ya probé con rangos como 50-20, 81-17, pero todas me dan una barra fuera del rango que establezco.  Agradecería su ayuda 
Hello, I have an Indicator which calls an another CPU heavy custom indicator (on 7 different currencies). So, in the Init function I create the 7 handles and within OnCalculate I use CopyBuffer to get the data.  Sometimes this indicator starts normally but sometimes it seems the buffers are not...
https://www.mql5.com/ja/docs/standardlibrary/controls/cpanel I have try to build up the Cpanel by copying the example that written at the bottom of this page. By clicking the resize button in the dialog, I have a situation as the attached image instead . Did I missed anything?