Technical Indicators - page 29

Hello, I am implementing an EA based on smooth moving averages (the four colored lines below) and I want to have another indicator to prevent to enter (long) when price starts to falter (i.e. to slow down, to be "out of breath" etc.) Best way to illustrate this is with a chart: So, is there an
Hi, I'm developing this indicator, an ADR for MT5. The algorithm is, get the sum of daily range high and low from last N days (14 in my sample), begining from yesterday, and divide it into N periods (14). Getting the average. I don't know which is the problem but I'm comparing with an MT4 indicator
Hi, I'm new to MQL5 programming and have been going through different API functions trying to see what works. Unfortunately I'm facing a lot of trouble in trying to convert the logic from a basic QQE indicator (written in pine) to an MT5 indicator. The indicator should just plot two lines. The trend
Does anybody have a ichimoku that signals when the cloud changes or Span A crosses Span B. Arrows would be nice. I found one called Ichimoku Arrow Signals Alert but it doesnt show anything when selecting only Span A cross Span B
Hello I would like to know how to have the line characteristics in the indicator properties I didn’t want to set up a buffer to make these lines, but rather go through the command #property indicator_level3 70 It appears well in the “input data” tab but not at all in the “colors” tab It has no name
  The Best Scalping Indicator  (61   1 2 3 4 5 6 7)
It is the best scalping indicator with 1 minute time frame according to me. It has best winning trade rate with EXNESS broker. When trendline colour changes from green to gray - give buy order, and when trendline colour changed from red to gray - give sell order. Happy trading.
Hi, I have this ... but don't manage to make it work. what's wrong? what am I missing? array out of range when testing... #property indicator_separate_window #property indicator_buffers 3 #property indicator_plots 1 #property indicator_type1 DRAW_LINE #property indicator_color1 clrRed
Hello I have a code for an indicator in MQL5, that I would like to try to rent with payment per month or per year. I think it is also possible to limit the number of simultaneous uses and that these services were easily accessible via a commission to be paid to Metaquotes, which is not a problem for
Hi, Was hoping someone else could tell me why my oscillator has 0 values at the more recent index positions. The code essentially creates a bunch of RSI's of different periods. Then aims to create a multi length average. Yet for some reason the values plot to 0 in the more recent candles. I cannot
Hi, I can't seem to delete or edit this thread I created: https://www.mql5.com/en/forum/449680 There is private code here which I decided I don't want to be in public, I would appreciate if I could either edit the posts to remove the pasted code, or if the thread could be removed
Hi, I don't understand why I'm getting an array error when testing. Can some one tell me whats happening? //+------------------------------------------------------------------+ //| .mq5 | //| Copyright 2010, MetaQuotes
https://www.mql5.com/en/code/39683 this is an awesome indi for my strat as i can use these HTF candles over the top of my LTF chart However i need to know whether the HTF candle is Bull or Bear ... and this just paints it all red i think i need to change these but im not sure what exactly i need to
what do they count? do they count every variation of price on every tick, or on each bar? for example here: #property indicator_separate_window #property indicator_minimum 1 #property indicator_maximum 100 #property indicator_buffers 1 #property indicator_plots 1 //--- plot TII #property
Hi all, I would like to access the source code (mq5) of the indicator iBands (to see its details including the structure of the generated handle) or the source code of any other built-in indicator (to use them properly in a EA). How could I do it? Nb: In the local folder
Hi, Essentially I am using the following RSI periods: 10,14,21 Now I want to create three plots using the averages from the three periods as follows: Values of (10 + 14 + 21) / 3 (For example) Then take the average of this and add it to an array at position [i] This is all relatively straight
Hello everyone, I hope this message finds you well. I'm new to programming and MQL5, and I've been trying to create a smoothed Heiken Ashi indicator. While I have successfully obtained all the required values, I'm encountering a challenge when it comes to plotting the indicator on the chart
[Deleted]
I want to DRAW_COLOR_LINE if for ( int i= 0 ; i> 100 ; i++) { if (open[i]>=close[i+ 1 ]) // continue this until the condition becomes false for multiple bars //DRAW COLOR LINE } Currently its being done using OBJ_TREND objects which make chart laggy and slow and load objects slow sometimes so i
  question about CiOpen class  (14   1 2)
hi I wrote this code: #include <Indicators\TimeSeries.mqh> void OnStart () { CiOpen op; op.Create( _Symbol , PERIOD_CURRENT ); op.Refresh(); double value = op.GetData( 0 ); value = NormalizeDouble (value, 5 ); Print ( DoubleToString (value, 5 )); Print (
MQL5 简介:如何编写简单的EA 交易和自定义指标 - MQL5文章 Write it according to the article. It was found that the two lines of code in red swapped positions, resulting in the curve not being displayed. It's really strange. //+------------------------------------------------------------------+ //|
Does anyone know a MT5 vertions of this MT4 MTF Fibo Channel ? (or a similar MT5 MTF Fibo Channel)
Hi everyone, I need some help with my attempt at coding a custom indicator to help me trading using the Ichimoku Kinko Hyo. The idea is to draw 5 different ZigZag on the chart, all based on the Ichimoku Kinko Hyo. ZigZag 1 = based on the tenkansen line (range of 9 periods/bars) ; everytime the line
Since the values of SSA and SSB are 26 periods in the future, and you cannot access them with say, SSA[-26] or SSB[-26], how do I use those values in an EA? If you just access the values of SSA and SSB, it won't use the values 26 periods ahead but will use the current value of SSA and SSB below the
Hello every one, Happy new year to you all, I find many scripts in the internet like the sample below written in mql and it is somehow converted to be .mq4 indicator file. Please, I need your help to know how to convert these scripts into .mq4 file. I appreciate you help and guidance. Thank you
At the bottom of the screen is a large number that says the spread size and also gives low avg and high range. It says it not working. HOW DO I GET IT TO WORK? Thanks for any help friends... Dazza
[Deleted]
Hello, I don't know if this is the right place to ask but hey. I understand more or less how the codes work in MQL5 but I have a problem and that is that I can't think of how to create something new, that is, I enter the metatrader 5 market and I see many creative ideas about indicators, but I
I managed to plot the Heiken Ash indicator on the RSI window. The thing is, the Heiken output buffers point to the asset price, not the price(location) on the RSI. How is it possible for the indicator to be located on the RSI (see the picture), but the buffer passes values that are not compatible
I want to get an alarm when auto fibo renews itself, is it possible
Hello! When chart scale is set to fixed it is possible to drag the chart up and down, however when changing neighborly timeframes (especially the 1, 3 or 5 minutes) the margin to drag is way too little as it is probably calculated as the possible minimum to show the price action on the current...
For study purposes, I'm trying to create an indicator that draws 4 moving averages : 5, 8, 21 and 73 periods at once. But suddenly, MetaTrader stopped drawing all 4 moving averages. Is it correct to use CopyBuffer in OnCalculate()