Forum

MACD Histogram

I am looking for MACD SMA histogram, MACD historgam standard EMA i need to swich it to SMA any one have this indicator

Any help to fix this problem

please anybody here can help me to fix this problem on my chart

volume line indicator?

anybody have volume indicator not histogram but line like moving average

how to change this indicator to mt5?

#property indicator_chart_window #property indicator_buffers 4 #property indicator_color1 Yellow #property indicator_color2 Yellow #property indicator_color3 Yellow #property indicator_color4 Yellow double one[]; double tow[]; double tree[]; double four[]; int strtotime; int init() {

mt4 indicators to mt5

how to convert indicators from mt4 to mt5

what is a big mistake here ....

what is my big mistake here.....any help Please replace your code here using the SRC button

Maximum draw down

how to identify maximum draw down for every trade in meta trader

Range bar

how to write if (high-low for current bar)<(high-low for previous bar) ( alert ) how to write it or make it indicator please

what is wrong here

what is wrong here with this code if(High[0] - Low[0] < High[1] - Low[1]) && if iVolume (0.0.0)>ivolume(0.0.1) alert ("alert") my idea here if range current bar < range previous bar and volume current bar >volume previous bar alert