Technical Indicators - page 91

Hi, Can you put an alarm with an arrow when the trend changes? Thanks a lot!
I would filter by day in MT5, can someone help me? Thanks! #property indicator_chart_window#property indicator_buffers 2#property indicator_plots   2double day_high = 0;double day_low = 0;double hi[];double lo[];int OnInit() {    SetIndexBuffer(0, hi, INDICATOR_DATA);    PlotIndexSetInteger(0...
Hello Guys, I have an issue, I can not solve for quite a lot of hours now. I did my research, debugged a lot, but still have no clue what causes the problem. That's why I am here to ask for some help from more skilled veterans! I have 2 indicators: A and B A is averaging two iMA values and creates a...
Hello, I saw that the below code prints 2 different values. Question is why? Is it correct that Spread[] contains spread values at open time? and MarketInfo contains current spread value? int OnCalculate(const int rates_total,                const int prev_calculated,                const datetime...
I have a list of the buy volume size and the involved order count. Now i'd like to calculate an index for the current buy pressure for each row to reflect the increase or decrease of the activity. The list itself will be updated with additional rows on each tick....
Hello Guys, I coded a bunch of custom indicators, but I have an issue, I can not solve myself. Hope You can help me out with some info about this. The indicator I am working on has a custom buffer, and I would like to apply DEMA or TEMA on that buffer's data. I am looking for a way to do that like...
Hello, can anypne explain it?  I tried to use ObjectGetValueByTime() by giving it last candle's time, but it return 0 or last high/low, or anything but not fibo level price
Hello, I recently downloaded a SVM indicator from https://www.mql5.com/en/code/1437 along with the required library but I am having problems with the indicator updating while the chart is live. Unfortunately, the developer has not been active for quite a few years so I am hoping someone here is able...
How to do this in Mql5 In mql4 val1 = iFractals(NULL, 0, MODE_UPPER, i); val2 = iFractals(NULL, 0, MODE_LOWER, i);
  Correlation indicator.  (94   1 2 3 4 5 ... 9 10)
My friends, I would like your opinion. I have written the indicator of correlation according to Pearson in the form of the line between two pairs and in the form of a table of currency pairs, stocks and indices. 1) as a line m=24 - number of bars for calculating the correlation between pairs
Hi, im not sure if i have posted in the right place. This lot size calculator has 2 inputs, one for stop loss and one for risk which is fine and it shows you lot size based on that on screen. What im looking for is to be able to see multiple stoploss and lots size on screen.
  % Forex  (4)
Hi, I'm not an expert on the subject, I would like to know, how do you calculate the percentage change on the forex?
  ATR  (1)
Does anyone know if the attached indicator is available in MT5?
Hi traders,i am new in trading so no idea about market and you guys are expert in it,anyone knows non repaint indicator with buy and sell signal for 1m or 5m chart which is gives accurate signal,i tried 2-3 signal indicator but those are all repainted,if anyone knows then please do let me know,i'll...
Hi, This is very useful indicator but I don't do anything with it without an alert. Please, can someone add alert for this indicator? Thanks
I have code custom indicator with messagebox, I dont know why it is not executed or poping up, Please help Im new with this, Here is my code //+------------------------------------------------------------------+ //|                                                       Monero.mq4 | //|...
Please any coder could make vdi.mq4 work on mt5 or Code a similar indicator for mt5? Thanks 
Hi Guys, Is there any packed formula to calculates the three pivots on D1, W1 and M1 ? Can you provide me the formula plz ? Thanks to support ! Dario
[Deleted]
Is it possible to open in a visual backtest charts from different timeframes? And put then custom indicators to the charts? With MT5?
Is it possible to make indicator to show squeeze between two ema's of two different timeframes? any idea? Thanks
Hi All I'm hoping someone might be able to help me with this question as so far I've not had a very good experience on this forum so here goes. I have a couple of arrays that build up support and resistance levels over the lookback period. It seems that some of these levels have the same price level...
  Mt4 and memory  (6)
Hi, I created a complicated indicator. It contains a structure with a 3 variables, and 2 three-dimensional arrays of these structures. struct COORD{   double Price_;   double Close_;   datetime Time_;}; In this buffer I got:  First dim - timeframe (5,15,60,240) Second dim - Depth parametr for zigzag...
Hi, I´m having a problem calculation range bars. What I want is that it calculates a certain number of bars and wait for the next same number of bars to recalculate. Everytime I´m trying, when a new bar come in it reads the bars all over again and stays dinamically instead of fixed. For exemple,...
Hi all, I coded a custom indicator who needs tick data to be rendered, so it starts drawing from the current bar onwards. The weird thing is that from time to time the values of the indicator for the previous rendered bars disappear, like if the indicator was restarted. Any hints?
Can someone make this alarm immediately when an arrow appears? Thanks!
Is there anyone could code MACD and Stochastic indicator and provide a signal ? at certain point...let me know how much is it cost
Hello, Already read Detailed Explanation of iCustom  but still can't make iCustom working. As can see on above picture, ZigZagAdvanced_mj_v1.13 indicator has 66 extern variables. When include all 66 extern variables in iCustom: iCustom(NULL,0,"ZigZagAdvanced_mj_v1.13","== set a unique prefix for...
  mql4 to mql5 pls help  (11   1 2)
Can someone help me and convert my indicator from mql4 to mql5.I want add socket comunication with my program in C# but to this i need to convert to mql5. Because sockets dont work in mql4 :/ Would anyone be so nice?
affltr84: Hi, Can someone fix that indicator? It's sometimes late. It gives the signal after 3 candles. 1 candle is ok. Thanks! It doesn't (give a signal after 3 candles) - nothing regarding that to be changed in it since it works on current bar too. What needs to be changed is that it repaints in...
Does anyone know how to change this indy so that it draws in the background:  #property indicator_chart_window#property indicator_buffers 1#property indicator_plots   1#property indicator_label1  "Daily open line"#property indicator_type1   DRAW_ARROW#property indicator_style1  STYLE_DOT#property...