tradingmarkets4pips
tradingmarkets4pips
Friends

Add friends via their profile or user search and you will be able to see if they are online

tradingmarkets4pips
Added topic 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
tradingmarkets4pips
Added topic 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
tradingmarkets4pips
Added topic 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
tradingmarkets4pips
Added topic 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. //+------------------------------------------------------------------+
tradingmarkets4pips
Added topic 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
tradingmarkets4pips
Added topic 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        =
tradingmarkets4pips
Registered at MQL5.community