Technical Indicators - page 8

I am trying to loop through the candles to find the highest high and lowest lowest low between time A and time B. How could I go about doing this in MQL5
iCustom(symbol,0,"indicator") works only as the symbol matches the symbol of the chart. In all other cases it returns 0; Where can I find the solution
Hi Guy, I want to add MTF calculating option to a fractal indicator ; anyone can help me please? thanks
Hello. I'd love some pointers on what I might be doing wrong with this value mapping function. I want my indicator line to always scale to the chart's Y axis (as if it had its own axis). I'm sure this is a common problem and I've looked around quite a bit to find a workable solution but I'm still
  Set Limit Hours For An Indicator  (49   1 2 3 4 5)
Hello, I Want To Set an Time Limitation For My Indicator. (MT5) How Can I Do That? For Example, I Want to Start Calculating From 9:00 To 00:00. Thanks
Hello, I am new to this platform. Been searching around for ways to get footprint chart or some form of number bars to display the chart, instead of the typical candlesticks. Does anyone have experience in achieving this? Much appreciated
Hi guys. Some brokers will limit the number of orders that a trader can open at the same time. So, is there an indicator that shows the maximum number of orders a trader can open at the same time? Thank you
Hello MQL5 members, I hope you are well. I have a very specific question When working with the functions of technical indicators such as iMA or iCCI, and some others, we can choose, according to the documentation, between APPLIED_PRICE or the handle of another indicator. Working with the
Hi All, First time reaching out on the forum. I normally try fixing issues by using the documentation and other online references but this has proven fruitless this time around. I have created a custom indicator based on a MA and some calculations (Code below). When I apply it to the screen, it
Why does the OBJECT_CREATE function normally to the LOW price, but not to the HIGH price? See the distance
Hi, I was trying to convert this indicator from TradingView to MQL5 but it badly prints the candles, as in the attached photo, and i don't understand where is the problem. From the TradingView indicator i want to convert only the Heiken Ashi code, not RSI and Stoch lines. Here there is the code
Hi, i have the following system: An indicator working on M15 period acting only when a new bar is created, using a system similar to the one below bool isNewBar() { static datetime PeriodLastBarOpenTime; datetime CurrentBarOpenTime = iTime ( Symbol (), Period (), 0 ); if
Since I am not satisfied with the format MT5 exports the trade history to excel, I wanted to create my own with my custom format. Now, while the following function works as expected, getting the trades for the current day, it seems to be retrieving both orders and deals, but I would be interested
Is there any indicator that records the first movement of the candle? Example: After the opening of the 5 min candle, if the movement is upward, this information will be recorded and in the same way, if the movement is downward. I have an operation based on this first movement, I have to be
Hey guys, there is a bug in this tool I created which is causing the file it creates to be overwritten, without an apparent reason. The utility is supposed to grab the new data from a site, then it updates the existing historical file it creates, so you have continuous historical data. For some
Greetings, MT5 enthusiasts. First forum post, so please be gentle with me. 🙂 In https://www.mql5.com/en/docs/runtime/running , there's a list of situations when an indicator gets loaded or unloaded. I suggest adding the case when a custom indicator is updated from the Market. Here's the scenario
Hi! I'm facing a problem here that is getting me crazy! I have an INDICATOR that works on the last close price (like Close[1]), and everything is functioning perfectly, either with TESTER or using real-time charts. I have no problem at all changing Timeframe and so forth. The problem: if I close the
Can you share the MACD with 2 moving averages cross for meta trader 5
  Help mql coding  (1)
Hi I been trying to make horizontal line indicator that draw in spesific candle in the olhc but the line need to be shorter when i make it ...it all the way longer so my chart full of horizontal line
I cannot change the color of the ZigZag indicator
in Indicator Data window,the numbers (after dot) show bunch of zeroes: i need to be shown there only 2 decimals after dot. used this function , but still doesnt help, there are still ZEROes shown... double RoundNumber(double number, int digits) { number = MathRound(number * MathPow(10, digits));
Who has ever this problem? Indicator buffer is over value at sometime. Getting strange values even though we didn't set that value. I don't know where it gets the value from
"[MT5 bug]" removed from the title by moderator Download indicator file and include file. Then try run on your MT5. Then remove it from chart. You will see log still run in Expert tab even close chart. Way to stop process is only close terminal. I want to tell this to the Metaquotes dev for solve
"[MQL5 bug]" removed from topic title by moderator. Indicator call function like iMA(), iRSI(), iCustom() .... etc. It's strict must call only in OnInit() ? If call in other event like OnCalculate(), Buffer value will be distorted. (From code the red line buffer should be equal as moving average
I wrote an object label for my indicator signals. It looks great! BUT when my friend attaches it on their PC, the labels get mumbled up. <see pictures attached> Is there any explanation for this please. If so, how can I solve it? Thank you
Hello I made an indicator that exports data from mt5 to txt. The problem occurs when the Internet connection is interrupted. Message appears -> "Error defining data start, please try again later" So I think I did something wrong with theCopyTime() function I have one additional question. I am a
HI, im looking for some help.. im not sure if its possible but though to ask the question... im trying to find a way to get Senkou Span A highest and second highest values aswel as the times of those price level.in order to code into an indicator
  Get Indicator.  (8)
hello, In MT5 , the complete Basic Moving Average Indicator cannot be found in the Indicator Examples. Any reason for that
I am looking for the MACD Impulse MQ5 can anyone point me in the right direction
hi everyone, i can't code ichimoku mt5. Help me to do