Technical Indicators - page 94

Hi. Is it possible to hide indicator property window upon adding it on chart? I don't need to change any values. The goal is to add indicator with default values with minimum clicks.   
Hi, I am trying to link buttons states according each other. When I press (true) a button, all the others are unpressed (false). bool TLR_Button_1_State       =ObjectGetInteger(0,"TLR_Button_1"       ,OBJPROP_STATE);   bool TLR_Button_2_State      =ObjectGetInteger(0,"TLR_Button_2"...
Hello I'm looking for a non-repaint single-line MA to build into an indicator. Are there any genuine non-repainters out there? Grateful for any help, thank you very much.
Hello MLaden or anyone that can help, Could you please give me the link to the latest version of MLaden's Currency Strength MTF Indicator.  I downloaded a version from the Elite Indicators thread but it is not working on the current MT4 build. Many thanks to all who contribute to this wonderful...
Hi, I'm trying to convert this custom indicator that I originally coded in MQL4 into a new MQL5 custom indicator. However, the IndicatorCounted() function that I previously used doesn't exist in MQL5... I read multiple posts regarding this subject but none of them seemed to be able to replace this...
  The Best Indicator for Profit  (45   1 2 3 4 5)
Hi All What is your favorite indicator, that makes you a constant profit? thanks for sharing
Hi there, I need to find time after a "datetime". Exactly 15 min after a by-hand-pre-defined datetime. The datetime is not a multiple of "15 min". It begins 1 min before the previous hour and it ends 15 min after. here in the image below what i need to do : How can I do this please ? Kind regards.
Is there a way to detect currency strength of 2 currencies for current chart in multiple timeframes? If yes, how to do that?
  Symbol in MQL5  (2)
Is there an  alternative  symbol  or conversion in MT5 for ' SYMBOL_STOPSIGN '. Thank you.
Hi all gurus, I've hust started trading, and since I've an engeneering background and approach, I've investigeted formulas, and read a book written by Renato di Lorenzo, based on work of Corinnah Kroft, who has worked with Butterworth filter integrated with that one of R. F. Mayer, so to have two...
Hi, i'm newbie in MT5, i dont find the trick to add indicators in the MQL wizard. I like to add a standard Alligator . I've take a look on https://www.mql5.com/en/articles/226 but i didnt understand Thank you
Just wondering what people's views are? Is there a simple system that consistently positive? Thanks.
If I wanted to use MT4 or MT5 just as "dumb terminal" to place trades, i.e. not use the charting... then what could I place in the chart area that I could watch instead of charts to give me some interesting information - like a dashboard.
[Deleted]
  non re-paint indicator  (18   1 2)
hi guys! here is non re-paint indicators , after downloading tell with us something your experience with pic , thanks sohel rana
Is there Any Updated MQL5 Free Tutorial For Indicator? I'm looking for latest free tutorial in MQL5 about Indicator? I searched here but I only found 2010 old tutorial.
Hi, I have a recurring problem that happens on my MT5 indicators. When I open a new chart and attach the indicator to the chart, the history is sometimes still loading. That also happens when I change the time frame of the chart. When this situation occurs the indicators don't draw anything. On a...
Hello all, I need to calculate iMA from custom values, for instance Open-Close. I was able to get this only by creating a separate indicator that calculates Open-Close values. Partial code: // open-close calculation handlehoc = iCustom(_Symbol, _Period, "Custom\\oc");// MA of open-closehma =...
Hello I'm trying to find a Para SAR with a Trend Filter. For example, alert would show when Para changes direction but is above/below an EMA or multiple EMA levels. Does anyone know of one? Thanks!
Dear traders, programmers... I am very disappointed about my trading results, and am in real need of any sort of help, I just want to get my lost money back, which was a total of 8 years of hard work. I appreciate your kind support.
Hi all, I was wondering if there was a public version or a buy version of the TD Indicator which contains a complete Setup, Combo & Aggressive 13 including TDST levels ? I've searched online for any recent versions and I'm only finding it on Pine Script only. I've come across it in Mq4 but its not...
Hi All, My first post, after some long time reading and using MT5. Recently i started like all others with creating an own EA. I have created multiple indicators before and used them in my EA with success. Only since a week i have started using a new indicator which i did not created my self i found...
Hello guys  i am looking for a CCI cross indicator which will show a signal when the line close above -100 or below 100 thank or your help
Hi All Is there any advantage of the implementation of mq5 indicators compared to mq4. The mq5 by comparison seem to be all over the place code wise and requires so much more resource coding wise. one call in oninit, 2 global variables. Has anyone managed to get to get it down to one or 2 lines? Is
Dear traders, i am writing indicator code for Bearish Harami pattern detect. You can see the result of following my image. I marked numbers for identify my problems. Number 1,2,4 and 6, long upper  and long lower tail. Is it ok?, Number 3,5 second candle have big body. is it ok? In this case the...
[Deleted]
  A flat indicator.  (75   1 2 3 4 5 ... 7 8)
What is the best flat indicator in your opinion? If you don't mind, you can post it here or in person
extern bool 1_cloud = true; extern bool 2_cloud = true; extern bool 3_cloud = true; extern bool 4_cloud = true; extern bool 5_cloud = true; NAME EXPECTED
Hello, I'm working on attempting to make a custom indicator...  I'm wondering how I can get the High and Low of the Previous Period...  So,  For Example, if I'm looking at the Hourly chart,  the previous period is the previous day...  If I'm looking at the H4 Chart,  the previous period would be the...
I have put together a very simple indicator that creates alerts on bar size of the previous candle in different currencys and different timeframes THE IDEA: during the day I wanted to be alerted to large candle sizes across the 28 pairs I monitor if the last closed candle high to low/ or low to high
Hi, Could this be fixed in the next version ? Test for yourself :  //+------------------------------------------------------------------+//|                                                     B_Volume.mq5 |//|                                             https://www.mql5.com...
Is there a working multi-timeframe version of Hull Moving average for MT5