Combining indicators

 

Hello,

What is the easiest /best way of combining say several indicators into one so that there is a single alert when all the conditions are met. Is there software that can do this easily for a non programmer?

Cheers

 
citifx:

Hello,

What is the easiest /best way of combining say several indicators into one so that there is a single alert when all the conditions are met. Is there software that can do this easily for a non programmer?

Cheers

You would need to tell it what you want it to do ... AKA programming. It's honestly not as difficult as it first seems. All the resources are available https://book.mql4.com// and there is support in the forum for specific questions if you get stuck.


I suspect you will be wanting iCustom() https://book.mql4.com/samples/shared Don't be tempted to decompile your indicators. It is far easier to write your own ea with icustom.

V

Reason: