Technical Indicators - page 96

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
Is there someone out here who would love to code simple indicators for free. I would provide the necessary scripts. Just a few tweak here and there is what I need from you.
yesterday i bought indicators. they were working perfectly. then i slept and woke up and found that those two bought indicators not loading onto the chart. all i get is an error that the indicator cant be loaded. rest all the indicators i bought from the market are working flawlessly. please help. i...
Hi I'm looking for an indicator or a script that enables me to change all chart windows to my likings. Example I have 5 chart windows that are AUDUSD and each has its own time 1M,5M,15M,30M, and 1Hr and if I want to change pairs I would click a pair USDJPY button or drag the symbol to 1M chart then
       ObjectSet("dev channel2",OBJPROP_WIDTH,3);    ObjectSet("dev channel2",OBJPROP_COLOR,Blue);    ObjectSet("dev channel2",OBJPROP_RAY,true);       ObjectSet("dev channel2",OBJPROP_WIDTH,3);
Hello this indicator show S/R zones i need that somebody add option to connect last 2 Support and last 2 Resistance zones with trend lines and when new zone appears trend line moves further, and i need trend lines connect not with wicks but with body of candle so if its resistance zones trend line...
Hi, I want to get one indicator which is the difference of two other indicators in an indicator window. For instance MA10 and MA20. Is this possible easy or must it be coded? thanks regards
Hi folks, I seem to be having trouble with my custom indicators on MT5. They appear on the chart and work exactly as expected until I run strategy tester. After running strategy tester, even just once, they never appear again. I've closed the terminal, refreshed the chart, closed the chart, closed...
Hi, I have a custom indicator that was starting to run very slow and after searching the forum and learning about limiting the number of lookback bars the indicator is very fast now.  BUT:  Let us say I limited the indicator to only do its calculations on the last 500 bars,  what would happen if I...
  Heiken Ashi  (2)
I want to use the Heiken Ashi candlesticks, but I can't find it on my MT5 demo platform. Where am I supposed to look???
When creating a custom indicator of the form: int OnCalculate(const int rates_total, const int prev_calculated, const int begin, const double &price[]); Is there a function or pre-defined variable available to access the Price Series or the Indicator Handle the custom...
is there any indicator or coder who can code indicators that can give binary signals for at least M5 and M15 signals?? it would be very grateful to know.. thanks in advance
Hello everyone in need an indicator which calculates 3 different period WPR(William's percent range) based on  an EMA in one window would you help me please?
hello everyone, a few years ago, I had an indicator that gave me the number of pips/volatility for each hour. The average was done on "x" weeks. For the dax for example, the indicator indicated that the biggest volatility was at 9h and 14h... I found it on the old forum "forex tsd". Can you help me...
Hey guys, I wrote this code but really have no idea why it won't work. It is my first indicator. I have had experience with experts but really could use a helping hand here: //+------------------------------------------------------------------+//|...
//+------------------------------------------------------------------+//|                                        PivotHighLowIndicator.mq4 |//|                        Copyright 2018, MetaQuotes Software Corp. |//|                                             https://www.mql5.com...
Hello friends, I wrote a simple mt5 indicator to display arrow/dot, when we get a bullish candle after a bearish/series of bearish candle and vice versa. It works fine.But the problem is it is not updating in real time.I need to switch time frames or restart mt5 in order to get it updated every time...
I need this indicator for me but I can not find any kind of help from my friends in the forum waiting for help if you are very happy sevinicem thanks in advance
Hi All, Do you have a recommendation for how to choose the market entry for beginning Grid Strategy in an EA ?
Hello, I'm looking for an indicator that would show me a curve in a new window that shows the difference between the two symbols. Do you know of any such? (MarketInfo ("EURAUD", (MODE_BID + MODE_ASK) / 2) -MarketInfo (" EURCAD ", (MODE_BID + MODE_ASK) / 2)) Thank you for your help
In a custom indicator, I'd like to add an object/button/whatever to the chart that allows the user to click it (or even just hit a hot key) to open up the custom indicator's input dialog box (i.e., program properties dialog box)?  Is it possible in MQL4?  What about MQL5? The reason I want to do...
Hello, I am looking for the code of an MQL5 indicator developed in object-oriented programming. With class, etc. Thanks
HELLO Is there any indicator compares the RSI values for all currencies with the his index and and cross index give alert for Divergence and cross between the currencies and index  for exp . if we open EURUSD chart  we will show the RSI line values of  EUR index , line RSI values of USD index and...
Hey guys, Does anyone know a way of measuring distance on a chart excluding pips? I am looking for specific setups after initial big moves, I could measure pips from a certain point but then this pip value will prob be different for all charts as soke currency pairs move a lot more/have a greater...
Hello, I am trying to make an indicator with Ehlers formula for a high pass filter with a user input cut off period. The formula Ehlers writes in is paper "Predictive Indicators for Effective Trading Strategies " is coded in EasyLanguage as follows: //Highpass filter cyclic components whose periods
Hey Guys, Need some help.... What is the code use in MQL for trading account lock? which means, only the trading account no. that i set can use the indicator...... Account lock for indicator ya... thank you Can just post it here, i will input into my indicator... Thank You
Hi there, I got this indicator wich seems to be something I need, alerts works great, and when is attached to the chart all symbols appears correct, but, once is live or in backtest, symbols does not appear any more, only alerts keep working. Does anyone have any idea how to fix that?. See...
Hi guys I was first at mt4 and used this indicator <link removed by moderator>, but when i saw that mt4 didn't offer weekly and monthly on the strategy tester i needed to go over to mt5 . so this is my problem i can't find a indicator with classic calculation with yearly and quarterly pivot points...