Forum

How to code the multiple values of an indicator into another indicator?

Let's use MACD as an example. It has 2-3 values(1 for the MACD line; the other for the signal line; 3 if it has a histogram). I'm trying to incorporate those values into a new indicator. I figured I would need multiple buffers and SetIndexBuffer indicator calculations for the MACD indicator. Need

Having issues getting my code to work properly.

I'm an amateur coder. I'm having issues getting my indicator to work properly. The following is a RSI based momentum indicator that paints candlesticks based on RSI level + Inside Bar and Pin Bar patterns. The indicator looks like it works. However, the [0] or [i] bar repaints to normal candle color

CODING IS HARD!!! I did something similar with MAs. Figured it out on my own. Having trouble with RSI. Please help!!

//+------------------------------------------------------------------+ //| My B.A.C.A. Indicator.mq5 | //| Copyright 2019, Jiemasu | //| https://www.mql5.com |

Having trouble making a MTF Moving Average. Tried a few things, but still struggling.

Some one please help me out. Much thanks appreciated! #property indicator_chart_window #property indicator_buffers 7 #property indicator_plots 1 //--- plot Label1 #property indicator_label1 "Label1" #property indicator_type1 DRAW_LINE #property indicator_color1 clrRed #property

What's wrong with my code.

This indicator is supposed to paint the candles based on RSI settings. Don't know why it isn't working right. //+------------------------------------------------------------------+ //| RSI CANDLES.mq5 | //|

What's wrong with my code. It compiles.

What the code is supposed to do is put an up arrow on the chart if the 9 sma is above the 20 sma and price closed below the 9 sma and then closed above the 9 sma. EDIT by moderator: Code inserted from a later post and that post deleted

Would someone help me out with this? C# to C++ Conversion

I'm somewhat familiar with C# and NOT with C++. I wrote an EMA indicator for Ninja Trader that I'd like to use on MT5 because that is where I trade Forex. Would someone please help me convert this to C++. Period = 5; UpColor = Brushes.LimeGreen; DnColor =