Technical Indicators - page 67

[Deleted]
Hi All, For everyone who like to use candlestick analysis for their trading, this little indicator show itself to be very handy little tool in your indicator collection. It automatically scans the charts, no matter on which timeframe you put it on and it will show you exactly where there are
Hi, while developing a non banal custom indicator I met a strange behaviour which I cannot grasp fully. The indicator is intended not to be calculated for the open bar. In other words, it is supposed to calculate position J only when position J+1 appears (= bar J completed) Below you can find the
//+------------------------------------------------------------------+ //| ATR Percentage S/L-T/P .mq4 //| | //| |
Hi guys, as written in the object, I am looking for an easy and working example to do that. E.g., if I am in H1, how can I load 15M bars in a so easy way? Any help is welcome
I don't know if this is the correct place to ask...but anyway is there any FREE indicators that draw vertical line when MACD and Stochastic moving in synced. Like example below If there is none existence how much cost to code this one
I am struggling to generate a switch using booleans. Essentially if(UPTREND) { Up=true Down=false } if(DOWNTREND) { Down=true Up=false } So when market UPTRENDED based on criteria Up=true Down=false This would only change when DOWNTREND criteria were met and so on. Currently i seem to be only able
Greetings all, I would like MT5 to send a notification to the mobile version on my phone whenever the RSI of for example SP500 reaches 20.00, how would I be going about it? I am completely clueless in coding can anyone please advice me on this matter please? Thank you, Justin
  Might you help me?  (11   1 2)
Hi, I'm not a programmer and I need someone who can help me .. I have a code that helps me extend the rectangles in the graph but when extending it only remains until the current time, try another way and extend it but the date of the rectangle is very far and When zooming in on the graph, the
Is there a way to read the order size from the market order window? Here's an image: I want to figure out the currently entered Lot Size parameter (encircled in blue) for the next market order programmatically , so i can develop an indicator which displays risk and reward levels accordingly :)
Hello everybody, I am new at mql5 and have a question for a good library to recognize candlestick pattern. I have found this library but they use a indicator for the calculation and I want to do it without any indicator. https://www.mql5.com/en/code/291 Thanks for your help
[Deleted]
I have encountered some strange behavior with initiating an indicator. Setting the PLOT_EMPTY_VALUE to 0 does not seem to work properly, with values other than 0 appearing in the data window. I have made the following indicator to test different empty value setting ways: #property description "not...
Hi all, What are some of the best entry indicators , in your opinion, that are out there and why? All information will be much appreciated
Hi all! I´ve been struggling to find out why my custom indicator is plotting "no sense" lines, even before any calculation. To eliminate any problem on my locig, I created a new Indicator using the MQL5 Template, and set it up with no logic at all, just assigning a value to the buffer on rates_total
Hello everyone, I'm looking for the indicator called "Hidden Market Peak" and "Colorful Fan", for Metatrader 4, as shown in the attached image . Someone knows? I used google and several other tools available, but I can't find it. Thank you for your time
Hi Guys , I'm having a problem with CopyBuffer(). As soon as I change the input parameter indicator buffer from 0 to 1 no data is shown on the chart. Does anybody know what's going on ? The reference guide is not helpful at all. Thank you very much indeed. int OnInit () { //--- indicator buffers
//+------------------------------------------------------------------+ //| TEST11.mq5 | #property version "1.00" #property indicator_chart_window input bool doit = false ; //+------------------------------------------------------------------+
hi. when I use icustom indicator in my EA , in Visually backtest, add a new indicator window in each cycle or each tick. what should I do? for example when I use iRSI(Symbol(),Period(),14) in back test, just draw one indicator RSI and every thing is OK . but when i change it to
Execution of this line of code is freezing the thread for exactly 50 seconds. if ( CalendarValueHistory (mqlcalendar_value, iTime ( "EURUSD" , PERIOD_D1 ,1),iTime("EURUSD",PERIOD_D1,0), NULL , NULL )) Thereafter, the program continues without error but also without returning calendar values. I have
Hi Guys, My Friend And I Coded This Indicator Last Week, By Default, The Signals Are Indicated By Arrows. I Plan To Issue An Alert At The Same Time As The Arrows Drawn. But I Don't Know What To Put In That " If ", To Issue An Alert In The Right Time. I Show You The " If " Section Like This: Line 209
Hi everyone. A while ago, I've downloaded and start trading with this indicator: https://www.mql5.com/pt/code/20852 It was coded by Patrick Muniz, based on a trading system of a brazilian trader called André Machado. The indicator just paints the candles based on the position of a moving average
Hi there, My name is Revazi, I am trying to made MultiTimeframe indicator based on Custom indicator called Traditional MACD from MQL5 Market(https://www.mql5.com/en/market/product/2593). I am using this indicators main line and as soon as line crosses above 0 level I want to make blue
  excel rtd  (2)
I want to export tick data from a certain chart and have installed a sample excel rtd file from another broker. Someone said, that the broker is not important for the functionality of the rtd file. Unfortunately I get data that looks like this. Can anybody tell me, what i do wrong? Windows10
  EMA exponential  (1)
Hello, in Metatrader 5 when you choose a Moving Average with the exponential method there is no parameter for the \alpha coefficient that is in the definition formula. So what is his value and how can we change it...? Thx
hey guys,good day to you all I have a few scripts from tradingview that i like, i want to see if it can be edited and tweaked into an ea is that possible? does anyone do freelance work on etf stocks?like combining unique indicators to make a special algo script for signals
On Balance Volume The on-balance volume indicator (OBV) is one of the most well-known momentum indicators and was developed in 1963 by Joseph E. Granville whose new book ‘HOW TO READ THE STOCK MARKET’ outlines his entire OBV theor The OBV stresses the importance of volume and its relationship to the
Hello everyone, First of all my apologies if I am in the wrong section. Please can someone help me in converting an indicator from mql4 to mql5 ? I am trying for weeks to convert the indicator, but I just have some basic knowledge in programming. I made some research about that topic and try all the
Dear experienced traders I'm trying to start learn about trend indicators. There are some many in the standard. Are there any better way to start learn? Thank you in advance and best regards
I am trying to convert the DeMarker mql4 indicator into to mql5. https://www.mql5.com/en/code/8682 It is almost working, i am just having problems converting a formula which keeps resulting in inf (negative infinity) but works in mql4 Part of mql4 init() //---- variable reset e1= 0 ; e2= 0 ; e3= 0
Hi I cannot copy the last 500 daily candles of eurusd . that's because mql5 in copyrate doesn't copy rates older than 1.1.2019. does anyone know any workaround for my problem? It doesn't happen in mql4, but mql5 has this limitation. Please help me. tnx
[Deleted]
  dpo buffer  (2)
I want to get experimental data from the DPO indicator, but I couldn't. can you help me