Attachments forums

List of attachments posted on this forum.


All files on forums: 135721

Re: MT4 Indicator requests and ideas

thiru, Wed Jun 03, 2020 11:25 pm

uncle wong wrote: Wed Jun 03, 2020 8:35 pm Dear Mrtools

Can you overlay any CCI indicator on ROC indicator as a seperate indicator like in the picture?
Yes.
You can overlay any number of indicators as long as they have a SIMILAR VERTICAL SCALE.

In case of CCI, say it moves between -100 to 100 with the middle being 0
then ROC, moves between -1 to 1, with the middle being 0.

Say, CCI is your first indicator, then you can simply drag and drop the RCO indicator onto the first (CCI) window. That's all.
BUT the trick, you need to have a FIXED SCALE for the display to work properly. This yon can do in the "common" dialogue tab of any indicator. Fixed minimum and fixed maximum.

see the example; The attached CCI and ROC have a fixed scale within the indicator code, so just drag and drop them.

//

Similar way, you can have Stoch and RSI togethter, becaus they move between 0 to 100.


TIPS: MT4 doesn't allow different colours for levels in the subwindow. So, to over this limitation, I use this concept to have different level colours in the subwindow using an empty subwindow. ;)
All files in topic