Custom Chart Event

 

Hi,


Is it possible to create a custom event for exemple with a indicator names IndicA and receive this event on a Expert named for exemple ExpertB ?

For this test we consider IndicA and ExpertB are on the same Chart.

Could you provide exemple ?


Thanks!

Ghen.

 
  1. Custom events are local to the code generating them.
  2. Just add an extra buffer and put zero/one in it. Read them with iCustom.
 
Erwann Pannerec:

Hi,


Is it possible to create a custom event for exemple with a indicator names IndicA and receive this event on a Expert named for exemple ExpertB ?

For this test we consider IndicA and ExpertB are on the same Chart.

Could you provide exemple ?


Thanks!

Ghen.

You can send custom event to any chart including the current chart. Any Ea or or indicator ruining in chart will receive the event in onchartevent
Reason: