Technical Indicators - page 78

Hello everyone, How do I transfer Ichimoku Indicator data include tenkan-sen, kijun-sen,Senkou-A, Senkou-B, Chikou-Span & OHLC in daily or weekly timeframe(or All timeframe) historical ِData to Excel?tnx
Hi, I've been using this indicator for a while now but for the past month or 2, It started not showing up on some timeframes on different markets. In the past, it showed up on all timeframes and all assets that I used it on. But now it sometimes show up and sometimes doesn't show up. I've attached
  no alerts  (7)
hi guys, not sure what im doing wrong but cant seem to get any alerts or sounds when arrow prints. any idea where i have gone wrong <Deleted>
Hi guys, I need to know add some objects like OBJ_EDIT or OBJ_BUTTON to OBJ_RECTANGLE_LABEL. I want to create a panel and add my object to Rectangle Label, but I don't know how to add them
Hi all, already thank you for taking your time to read my message. I have a little problem, I can't find the PRICE MEDIAN function on my RSI indicator. On mt5 no problem I right click on the rsi and I find immediately (Median Price HL / 2). But on MT4 there is not this parameter. if someone can do
Hi, We have an indicator where it finds the highest High within given 4 candles. And then it stores this value in a variable of type Double. Sometime it change the value in double variable. For example highest high is 1.12347 in M15 EURUSD based on given four candles. And it is stored in a double
  Indicator Events  (3)
Hi guys, in the window I have 2 identical indicators: they can create bars at same time firing 2 different events using EventChartCustom. My question is: EA get the first events, in the OnChartEvent. What happens to the 2° event? Will it be processed after the 1° event is exited the OnChartEvent
hi i have this indicator that works , exporting multiple MA of timeframes: //+------------------------------------------------------------------+ int start() { static int flag; int handle; double AUDCAD_Bid, AUDCAD_Ask, AUDCAD_M1_10_MA, AUDCAD_M1_20_MA, AUDCAD_M1_30_MA
Hi all. This is version 2: //+------------------------------------------------------------------+//| Ichimoku2.mq4 |//| Copyright 2005-2014, ??MetaQuotes Software Corp??. |//| http://www.mql4.com |//+------------------------------------------------------------------+#property copyright "2005-2014
Hello, I want to create an indicator which tells me when to enter a trade. Additionaly the indicator tells me: Now! enter Trade StopLoss value TakeProfit value How can I pass this information from the indicator to my expert? Do I have to use three different Index Buffers for this, or can I use some
#property copyright "Copyright 2019, MetaQuotes Software Corp."#property link "https://www.mql5.com"#property version "1.00"#property strict#property indicator_buffers 1#property indicator_chart_window#property indicator_width1 1#property indicator_color1 clrChartreusedouble tops[];extern int
Hi, I was wondering if there is an script to change the timeframe of all charts open in MT5. I have the MT4 code but am not able to make it work in MT5. Any help will be appreciated. //+------------------------------------------------------------------+ //|
Hello everyone. I just wanna ask of some scripts or indicator that will divide the chart into 10 horizontal equal parts and it shows the horizontal level as level 10, 20, 30, 40, 50, 60, 70, 80, and 90. Thank very much in advance for the all the people who wants to help. God bless you all and pips
Hi Guys, Migrating my standard libs from MQ4 to MQ5 is about to drive me crazy! At the moment I'm trying to find replacements for functions iStdDevOnArray and iMAOnArray - see code snippet. It's the purpose of this function to normalize value inArray[sh] by standard deviation related to the...
  Composite index  (19   1 2)
Two friends of mine directed me in this direction : it turned out that we do not have a Constance Browns composite index indicator coded .... yet _____________________________ A quote from Constance Brown regarding composite index : The Composite Index was developed to solve the divergence failure...
I believe this to be a bug in Include\Indicators\Series.mqh method CheckLoadHistory currently: if ( MQL5InfoInteger ( MQL5_PROGRAM_TYPE )== PROGRAM_INDICATOR && Period ()==m_period && Symbol ()==m_symbol) return ( true ); should be: if ( MQL5InfoInteger ( MQL5_PROGRAM_TYPE )==
I have an indicator that uses iCustom and CopyBuffer to load the data from another indicator (same symbol, different timeframe). CopyBuffer will usually return -1 on the first call of OnCalculate(), meaning data is not yet available. This is not usually a problem as I return 0 and on the next call
When the metatrader app for WINDOWS MOBILE was still available, all the TECHNICAL INDICATOR VALUES for each PAST AND PRESENT line chart/ bar / candlestick on each timeframe were available. The current ANDROID app has technical indicator values of the present (current) line chart / bar / candlestick
For example, the following code works as expected. The first plot, with plot index 0 uses data from buffer 0 and the second plot with index 1 uses data from buffer 1. Does this mean that the plot is associated with it's buffer by it's index number? eg. Plot 0 = Buffer 0, Plot 1 = Buffer 1. Or, is
Hi Dear Could you please change the alert message of attached indicator to show the time frame in the Alert. right now it is showing alert but It is unclear which time-frame condition was alerted. If the indicator was active in the different time-frames of same symbol. the presented alert is
Any indicator that can convert any time frame to the 03 minutes without using Period converter on the scripts
hello is it possible to add the same indicator in the same chart multiple time , each time with different settings inside someone advise thank you
Hello guys, so the thing is i have indicator that need to convert from mq4 to mq5, can anyone help me ? attached is the file thank u
  Coincidence or cointegrated?  (19   1 2)
Hi. My EA trades multiple pairs simultaneously and I encountered a situation today I am trying to understand. Using a custom keltner channel indicator, I received a "BUY"(Long) trade signal from each of these pairs: EURUSD , EURJPY, EURCHF, CADJPY, CHFJPY, AUDJPY within seconds of each other, after
Good day all, I inserted MACD in my chart and after entering the parameter of 7,9,7 and clicked ok, it launched in the indicator window but plain without signal line and histogram, so I write to be directed on how to solve the problem. Regards
Hello traders, I would like to create a sound alert on an indicator I use when the price closes under or below the indicator lines. It is a volatility indicator : //+------------------------------------------------------------------+//|                                                    Guppy CBL...
I added this indicator https://www.mql5.com/en/code/19923 to the chart but the window is still empty, blank. Help
i just cant find the support and resistance indicator by Shved for Mt5. please if you can share i did be happy
Hello :) I am searching for a possibility to set free alerts in metatrader 5 for the stoch indicator. I have used the forum and google but only managed to find several examples for metatrader 4. Can anyone help me please
I have an indicator that creates several chart objects as part of the indicator, OBJ_TREND, OBJ_HLINE, etc. I then create a template of a chart using this indicator. I then open a new chart on the same or different timeframe and load this template. The chart objects saved as part of the template are