Technical Indicators - page 99

hi,does anyone has BOSS V4 indicator,or may be you can suggest me some good signal indicator which is gives no repaint strong signal,i have bought PINK FREUD,INVICTUS and VFX ALERT but they are not that so good,still i am losing with them now i am looking for BOOS V4 or something els.please give me...
hi please help me to put alert in this indicator,thanks
Hi, Currently, I have a large list of arrays containing different information and I'm initialising them sequentially as so... double array1[];ArrayResize(array1,4);ArrayInitialize(array1,0.0);double array2[];ArrayResize(array2,4);ArrayInitialize(pArray,0.0);double array3[];ArrayResize(array3...
I'm looking for an indicator that will alert me when price crosses three moving averages. I only want it to alert me at the point price goes above or below the three moving averages - I do not want the alert to wait for the candle to close, it must be as soon as price crosses the three moving...
ssaboss 2018.02.04 14:27 #5   KO Pleae help me.  Multi Array Bug. Bars(_Symbol, Time_Frame[i] ); int Time_Frame[9] = {43200,10080,1440,240,60,30,15,5,1}; for(int i=0; i<9; i++)  Alert(i,"      ",Bars(_Symbol, Time_Frame[i] ); Result: Bars - no one of the overloads can be appied to the function call...
Hi there,  This is on my MT4 platform. Basically it's the ADX indicator what allows me to choose the periods for both ADX and DIs.  It compiles ok, but it just doesn't show on the chart. Is there anyone that can take a look at it please? I am confused. Many Thanks!...
hi,if anyone knows this indicator please do let me know,whats the name of indicator and where i can find it,thank you
Hello, What are the best beginner-oriented resources, articles or source codes, to learn how to develop an indicator in MQL5? Regards, Pierre
  Auto Fibonacci  (1)
//+------------------------------------------------------------------+//|                                                    XIT_FIBS.mq4  |//|                         Copyright © 2011, Jeff West - Forex-XIT  |//|                                        http://www.forex-xit...
I want to code a combined indicator of ROC and Std Dev on same window. The problem is that since scale is different, the Sdt Dev appears "Squeezed". Is there a way to resolve this? In the attached file, I need the bottom one not the top one or one indicator on top of the other.
Hey guys and gals! I need a Momentum Indicator for MT5 with a ZERO LINE and moving average overlaid on it. That's the indicator I use on my thinkorswim platform so I'd like to keep using what I know. I have no clue how to use the bounded momentum indicators people here seem to have. Help! Thanks
Hello All, as you know most indicators try to show us two ways, either trend is up > uptrend or trend is down > downtrend. But there are also these indicators who try to show as a third way, the flat trend. As attached below you see what I mean. Thus this indi is a little old, I'd like to ask you...
Hi, First of all would like to appologies that i posted here in MQL5 Indicator instead of MQL4 indicator. For unknown reason i couldn't enter the MQL4. everytime i login, it will refresh and change to MQL5. Hope admin could move this thread to MQL4. I have posted before but with less details. so...
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, 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