My crazy ideas for indicators implemented in MQL4 code.
I am a programmer from the MQL forum, I want to post my indicators here. Which I developed myself.
The first indicator, WPR, is made using the MACD indicator algorithm. It doesn't look bad.
You can call the indicator in the advisor via iCustom. The histogram has buffer 0, the signal line has buffer 1
I am a programmer from the MQL forum, I want to post my indicators here. Which I developed myself.
The first indicator, WPR, is made using the MACD indicator algorithm. It doesn't look bad.
You can call the indicator in the advisor via iCustom. The histogram has buffer 0, the signal line has buffer 1
Inserted Code
SetIndexStyle(0, DRAW_HISTOGRAM); SetIndexStyle(1, DRAW_LINE);
Attached File(s)