Technical Indicators - page 2

[Deleted]
Hello, Is it possible for me as an MT5 trader to set up  7 Minute, 8 Minute and 9 Minute charts on my MT5 platform?  If yes, how do I go about doing that? Thank you, PennySeven
I want to move an old indicator to MQL 5 and therefor need iRSIOnArray equivalent. Searched, but couldn't find anything so far. Would someone be so kind to point me to an implementation
Hello All, Whilst browsing for a useful indicator with sorce, I came across the RSISignal - indicator for MetaTrader 4 . As I have my own wrapper for adding logic, I thought I'd port this combined indicator to MQL5. I have been making use of the plethora of open source indicators made available by
Hello Friends! I tried to convert an indicator from MQL4 to MQL5. the indicator named: Swing Cloud and I don't know what is wrong with MQL5 code. In uptrend the cloud should be below the price and in downtrend the cloud should be above the price. Here is on MT4 it print the cloud in the correct
I have programmed my own indicator, whose values are calculated from the price[] buffer. The indicator code contains the line: #property indicator_applied_price PRICE_MEDIAN When I insert the indicator into the chart, I can select the desired applied price on the Parameters tab, based on which the
  Nrtr  (29   1 2 3)
NRTR (Nick Rypock Trailing Reverse). There are a lot of modifications of this indicator for mt3 and mt4 as well. But original idea came from here - see image attached. It was the good trading system in 2001.
Is it absolutely set in stone correctly validated that Elliot Wave 3 is NEVER shorter than wave 1 and 5? Is that what is stated in the official rules for Elliot Waves
  I need help  (6)
This is my first post here. Please forgive me for my weak language. This indicator gives you a signal for the next candle and appears at the end of the candle. I want help with it appearing and disappearing on the same candle it appears on and not after it is closed. Is it possible to help me with
  Everything about RSI  (1467   1 2 3 4 5 ... 146 147)
RSI indicator We are continuing discussion about the indicators. We have the following thread: Parabolic SAR indicator Momentum indicator Stochastic Oscillator Divergence Indicator Now we are talking about RSI. "Technical Analysis from A to Z": Overview The Relative Strength Index ("RSI") is a
Most custom supertrend indicators available on the market or in the code base for free show the wrong color of the supertrend line under certain conditions. During an uptrend, a red line is shown (should be green); during a downtrend, a green line is shown (should be red). Only after the very last
Moving Averages (MA), Relative Strength Index (RSI), MACD, ATR (Average True Range), Other (specify)
  Fibo & Gann variations  (361   1 2 3 4 5 ... 36 37)
Fibo Levels indicator. Fully forecasting.
  Volatility Quality Index  (721   1 2 3 4 5 ... 72 73)
I am proud of myself with how far I have come with my coding knowledge without any experience and relying only on YouTube and Google for help. I have been trying to convert an indicator from Trading View Pine Script into a MT5 indicator and have learned so much along the way. I have learned how to
Dear Coders and Friends, i made a mt5 indicator ,its not showing buy sell arrows on the chart. Whereas with similar configuration it shows arrows on mt4 chart. i have been using this mt4 indicator since the last 4 years on mt4. What am i doing wrong. Kindly help and rectify. Thanks in advance //---
  Stochastic Oscillator, the beginning  (1294   1 2 3 4 5 ... 129 130)
I tryed to collect everything about one indicator: Stochastic Oscillator. "Technical Analysis from A to Z": OverviewSto.chas.tic (sto kas'tik) adj. 2. Math. designating a process having an infinite progression of jointly distributed random variables. --- Webster's New World Dictionary The Stochastic...
I’m working on an MQL5 custom indicator and I’ve extracted this part of the code to test why the arrows aren’t showing up on the chart. The main logic of the indicator is working as expected, but the plotting is not. Note that this is just a part I extracted from my indicator and I’ve given random
Hi, i have a doubt about reliability of data obtained via CopyBuffer in EA. Considering this example. Let's assume we have a custom indicator where each tick in onCalculate sets 3 buffer: double A[]; double B[]; double C[]; ..... //set buffers in OnInit ..... int onCalculate(....){ //initialize
Please help if anyone has this indicator for mt4
  Currency Strength  (35   1 2 3 4)
hi, it is nice to be introuced to such nice forum which discusses different ideas of trading and systems .. I noticed when surfing the forum that no one is talking about different currencies strength relative to each other.. where I think is Important , When We trade - we some times say we are
Good morning, everyone! I hope you are all well. I am adapting an indicator ( CurrencySlopeStrength ) which, for those who are not familiar with it, behaves similarly to other oscillators, such as RSI, Stochastic , etc. However, I have noticed that the indicator becomes heavy when attached to
How can I get a MACD that's exactly the same as that in TradingView for e.g macd((fast)12, (slow)26, (signal line)9) on close price. The current default in mt5 shows signal line as line and macd as histogram but I want it to appear exactly as in TradingView. Can I download one that's already built
Hello respected MQL5 community, I am working on a trading strategy and I need an indicator like the one in the attached screenshot. Unfortunately, I do not know its name, and it might even be a custom-built one. I have tried my best to find it using common search terms, but without success. I am
Hello. How do I stop this warning from appearing? Resource indicator 'Fractal_Range.ex5' is compiled for debugging. That slows down performance. Please recompile the indicator to increase performance. I'd like to compile it without these options, but where are they? Thanks
Hi there, i found this script to remove all windows borders. But infortunately, it does not work. Can you please help me (or fix it for the community) ? Regards //#property script_show_inputs #import "user32.dll" int SetWindowLongA( int hWnd, int nIndex, int dwNewLong); int GetWindowLongA( int
  Scalping  (68   1 2 3 4 5 6 7)
Scalping EA from russian forum finlist for usdchf, M1 with the settings attached. It is very interesting but they understand the scalping as a trading on m1 timeframe only. This EA is trading no more than one trades per day. It is backtested very good on m1, m5 and m15 timeframe for usdchf, every
  Pearson correlation  (64   1 2 3 4 5 6 7)
There had been a lot of "systems" lately relying on symbols correlation Might be interesting to actually see correlations with an indicator like this (based on math, not experience or assumption) Pearson correlation (among other things) explained : Correlation - Wikipedia, the free encyclopedia PS:...
  MQL5 Cloud network.  (18   1 2)
Hi, I'm a complete beginner here, and I've been trying to create an account and a connection to the agents, but I can't find my account number, I don't know where to look?Is there anyone here who can help me step by step
  RSI Fix value  (4)
RSI_Test.mq5 | //| Copyright 2024, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property strict // Input parameters for the RSI input int
hello experts, im verry struggling with this warnings 'OnCalculate' function declared with wrong type or/and parameters help me pls. thanks everyone. here is my code (if there is any problem other than this OnCalculate function please comment to help me too)