Technical Indicators - page 137

This thread will focus on how Real Volume and Transactions indicators can be used for trading in the forex market. Free download for Trading Station chartsTwice-daily updates www.dailyfx.com/volume Real Volume and Transactions indicators used to be hard to come by for forex traders. Previously, we...
Hello, I´ve been studying code for a few weeks and I plan to continue learning until i can say that i´m a expert :)... for now i´m a complete rookie and just trying to add simple functions to indicators that I like. So, what brings me here is something that has been driving me nuts and my only...
  indicators  (2)
When I add some indicators they do not appear in the MT4 window, why?
Hi, maybe you can help me please. I´m looking for some indicator of perform - which commodity will perform better (for example gold or silver). I hope that you understand me :-). Many thanks for your help.
Hello, I would like to ask a question about an issue with which I struggle for some time. I have written an indicator(no.1), which I would like to use in another indicator(no.2). If I place the iCustom function of this indicator(no.1) in the OnInit function of the other indicator(no.2), there is...
Hi, i just bought indicator from mql5 market. i have downloaded it on one mt4 platform and i working fine and now i tried to use it with different mt4 platform and journal says that i have invalid licence. The indicator that i bought supposed to have five different pcs activations and i have just...
Hello, If I want to bring out the value of the EMA. How to write code? The default setting is William Period: 5 EMA: 3 Thanks.
How do you get data from SQL for an indicator?
Hi my friends, I faced a problem during checking my written indicator. It sometimes doesn't execute properly , I mean, generally , my indicator execute well but sometimes when I change my input ( the number of my preferred candle) it doesn't do anything but when I change my time frame on the chart
Hi all, this is my first post here :) I have question, can I make some indicator which show me my account age? Like this: This picture is from ForexFactory's Trade Explorer. Can I make this indicator for MQL4? Thank you in advance ALL :) PS. Sorry for my bad English.
hi everybody. hopefully i'm in the right section here. i'm looking for an indicator which tells me the the change in price over a certain period of time as a percentage of the first price. for example, i want to know what the %change is from 100days/hours etc to today. sounds quite easy actually...
  Fibo levels  (1)
Hi all, Does anyone know, if there is a fibo indicator, that one can apply only the dates he is interested, in and the indicator will automatically applied? thanx in advance
[Deleted]
Hello, Is there a way to add simple text comments to a secondary chart window like you can with comment() on the main chart window? Thank you
Hi I would like to insert an audible alarm that signals the overcoming of the Bollinger bands. but I have little ability with MT5. Can you help? I enclose the code of BB. Thanks //+------------------------------------------------------------------+ //|...
Hi my friends! I just developed an indicator which is based on my own idea, but I have a difficulty with it. Sometimes when I change my "input variables" it doesn't do anything nor does it give any error and it needs to change my timeframe in the chart ( for example from D1 to H4) to be executed...
Hi, This is krishna pradeep and iam very new to MT4. iam much familiar to metastock earlier. But i want to change my platform from metastock to MT4... In this regards i required some custom indicators help which i built in metastock personally. how do i create formula in MT4 for...
Hi guys, Total newbie here so hope this post is ok. I have a binary option indicator that is working really well but I need to have it turned into an auto trader. I am using Core Liquidity Markets and/or Vantage FX, they are releasing BO auto trader in the next week or so (very excited). I was...
  RSX MTF  (1)
Hi everyone I need RSX multitimeframe indicator to be able to see in one screen (no matter the timeframe) the graph of RSX in all timeframes. The base would be 3c_Turbo_JRSX_.mq4 and I want something like All ADX.mq4 I don't know how to do it, but I'm sure there is someone ready to help me. Best...
Hi I'm not an expert geek of MQL5 I modified MA-Crossover_Alert.mq5 to make me send an Alert when FAST crosses SLOW. if(SendNote) SendNotification("BUY Ask="+sAsk+", Date="+text+" Symbol="+Symbol()); Now I'm trying to get a alert when two indicators ALLIGATOR (Lips) vs. Moving Average (ie...
hello, i have created an indicator which use lines to send notification when crossed with specific conditions. the indicator alerts me for 4 different type of crossing. It's working for 3 of them, but this one never trigger, can't find why, if someone could give me a hand it would be great , here...
Hi, Ive been searching high and low on forums and diffrent sites, but I cant find my answer.. How do I setup so the ATR indicator so it becomes my trailing stop? I can install a indicator, but it isnt trailing to it. So can someone please explain it to me how it is done? ( Average True Range )
  Moving average  (7)
.Moving average is one of the indicators used in mt4 that shows the average value f a price over a set period of time. It identify trends and reversal. Moving average do not predict new trends but confirm trends once they have been established . It can determine potential price support and its...
  HiLo Indicator  (9)
Hi to all, the published HiLo Indicator in this codebase https://www.mql5.com/en/code/117 gives incorrect signals. Is anybody able to fix this? thanks
  Indi not showing  (2)
Hello, i have 2 brokers/MT4 and in the first one indi works great. But in the other one platform is writted everything right (loaded succesfully ...), but indi is not showing. Do anyone knows where is problem? Thanks
Hello ....... I want to develop this sytem ..... Tukul name (in Indonesian) skin and bones, and a pair that fits perfectly in aggressive (Barchartour foresight in demand as traders ..... and this is only the view of the open and close .... at the moment we buy open area below ..... and in the area...
Hi guys:I am the standard MACD.mq5 Based on the documentation, the copybuffer funcition (int a , int b,......) and b is said to be "indicator buffer number", Here in the codes below i don't know why the b are all 0 .. I thought it should be 2 for ExtFastMaBuffer and 3 for ExtSlowMaBuffer.....
Hi guys: standard question about how the loop works. first time i know prev_calculated= 0 and limit = 0, Let's say in the first loop rates_total = 3 ;So in the first loop [i=0,1,2] so after first loop prev_calculated=3 now limit = 3-1=2 and rate_total should equal to 4. so in the second loop [i=2...
Please can some one explain how mt5 and mt4 indicators works
Hi guys: I just used EA for 1 day.. And I am totally confused with some functions. In the included standard "MACD" library , i thought PlotIndexSetInteger(1,..) just ignore several values at the beginning.. But what's the use of paramerater 1,sometimes it's 0..  help plz...  void OnInit()  {//---...