Technical Indicators - page 157

[Deleted]
Hello, I need one indicator for one system I use manually. Can some one help me? Thanks! Best regards, C@sh
hi ... do you have meter or something like that to show weak n strong of currency in forex market .. please post here if you have .. thanks ,, i'm really need that methoad to trade in forex market ..
I would ask if we could create in MT5 a button (ObjectButton) on the graph that can, by pressing, to appear and disappear as an indicator, for example, the ZigZag. Or a combination of two keys on the keyboard.Example : press Ctrl+"..." ZigZag yes, and press Ctrl+"..." ZigZag no ....... as Ctrl+L...
hello, i need help in writeing an indicator.can any one pls write zigzag_pointer_alert_email and asctrend_sound indicator in mq5 format.i have no idea in writeing an indicator.this will be grt help from anyone of you. thank you
I am trying to locate trade copier ea for metatrader. I have one master account and 5 slave accounts can anyone point me in the right direction? I donot want to pay A arm and a leg like these other companies are trying to charge!!!
ı want automatic buy/sell for example value when 1345.. automatic buy or sell how is doing thanks? now
  I am confused  (2)
I am not sure if I am doing this right. In MT4, we collect indictor values and put them into buffer arrays, from what I have picked up in the indicator code for MT5, I see the same thing, for the most part, BUT, I just got done checking out this EA that utilizes iBands. In this code, the author...
Hello, I have an indicator that I would like to refresh on every new bar. It looks like I need to use #include. I see that there is a function called Refresh(), but I think adding this function to my indicator requires a lot of code to access "indicator.mqh". I am not finding the documentation for...
Hi, I have been looking at Stochastic Indicators . I was wondering how much success others have had with them
[Deleted]
Hi there, I'm looking for a simple RSI with sound alert. I've found many similar ones but none works as what I wanted. Really appreciate if anyone can help to code the alert into the standard RSI. I want to use this together with other indicators I use. The following is the criteria: 1. When RSI...
I am converting an MT4 indicator for Bollinger Bands to MT5. I started by creating a new indicator in the editor and then going through the wizard to setup inputs and line params. Now I am in the OnCalculate section and I want to make sure I get the MT4 to MT5 right. Here is my code for MT4 start...
hello all.. im new to coding with mql5.. the problem im facing is this.. i acquire a list of rates in the mqlrates structure.. then transform this data to remove the currency jumps that occur during the weekends.. now i need to calculate indicator outputs such as iAC, iADX or iATR on this data...
Hi This is new to me. Does anybody know how to add a sound alert to a custom indicator on MT4 Please?
how to create a function call with dynamic array as an input variable? in MT4 normally is it define as follow  bool functionName(double variablename[,])
I am looking for an indicator that combines 3 separate time zones in one frame (not on the main chart). Typically it would combine M1, M5 and M15, or M30, H1, & H4
This seems like a familiar topic, but I have a very quick and accurate change of trend indicator that simply uses arrows to indicate the change. It would be so much more useful if it had the option (true/false) for both an alert and an email alert. If anyone is willing to do so I would appreciate...
int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const double &close[],...
I desire the indicator like "PeriodConverterOpt" in MT4. In MT5, we can use various period chart. But no shift version. I downloaded MT5 program from FXCM. I checked daily chart, it has 6 bars in each week. It gives me some trouble. Sunday-bar is very short, and it affects the EA results. In...
Hello! Where can I get a MQL5 version of Aroon Custom Indicator? :)
Does anyone know how blocks of text (or pictures) can be added to a chart in Metatrader ? The usual way only allows 1 line of text at a time. Is there an indicator or script that can do this ? Any help greatly appreciated.
  Bb Macd V1.01  (1)
I really love this Indicator I let it run on H1, add two high and low level from 0 buy at -2 sell at +1 and reverse, i obtained last month on Usd/jpy: 213% profit
[Deleted]
Helo there, Does anybody have a MT4 indicator for DiNapoli Oscillator ? Thanks in advance Dubi
Hi, I'm new in trading, can any one tell what Indicator is best for a beginner?
Hi, Is it possible to integrate new indicators as the standard into the mobile version? With MT4 this is not possible. Thank´s for your help. Best regards
what is the best way to trade fundamentals?
  handles  (4)
Hi,  i am trying to undestand basic codes in  MQL5 and one thing i've got biggest problem with are indicator handles. can someone tell me what is this line supposed to do: maHandle=iMA(_Symbol,_Period,MA_Period,0,MODE_EMA,PRICE_CLOSE); Is the value in maHandle actualized every time MA changes? Does...
Hi, I am looking for an ATR indicator that can plot on and HOURLY chart that does the following: 1. Allow the user to input a DAILY ATR period eg., ATR period of 10 days 2. Allow user to input up to say 4 ATR levels as a percentage of the selected daily inputted period. ie., 80% of the 10 day...
Is there an indicator that displays the current bar's HLC and maybe the prior bar in an onscreen box?
Hi, can anyone convert this two very usefull indicators in from MT4 to MT5? This would be really great.-) Please mail to me. Thanks! Best regards
Hello, is there a function that will draw a line from the high of one bar1 to the high of another bar2 on the chart? Thanks.. ObjectCreate(0,"Resistance",OBJ_TREND,0,HighRightLocation,High, HighRightLocation2, HighRight); This does not work :(