Thread: How to code?
View Single Post
  #873 (permalink)  
Old 05-05-2008, 04:21 PM
Big Be Big Be is offline
Member
 
Join Date: Oct 2006
Posts: 69
Big Be is on a distinguished road
Wolfe's Question

Quote:
Originally Posted by wolfe View Post
Does anyone know how to code so that when you call an indicator in an EA it automatically attaches the called indicator to the chart your EA is attached to? This way it would visually be in the exact same time as what is being read by your EA.

Thanks.
The previous reply was incomplete.
If the indicator is standard in MT4, it will show up in the normal place. If it is called by iCustom, it will also show up, if coded right.
The following EAs even have the indicators show on the chart window. Study them to learn how:

bouncingPipEA_mpowerV42.mq4
bouncingPipEA_BigBear_v23.mq4

Big Be
Reply With Quote