how can i use ex4 file in EA for send order ?

 

hi

can i use one or more Oscillator in my EA for send order ?

my Oscillatorfile type is ex4

Thanks

 
Masoud1365:

hi

can i use one or more Oscillator in my EA for send order ?

my Oscillatorfile type is ex4

Thanks

use iCustom function, but remember it needs to be an indicator to be used with this function, if it is an EA you will not be able to do so
 
Masoud1365:

hi

can i use one or more Oscillator in my EA for send order ?

my Oscillatorfile type is ex4

Thanks

also watch input parameter types, passing wrong parameter type may cause slow execution.

 
  1. Why did you post your MT4 question in the Root / MT5 General section instead of the MQL4 section, (bottom of the Root page?)
              General rules and best pratices of the Forum. - General - MQL5 programming forum
    Next time post in the correct place. The moderators will likely move this thread there soon.

  2. Masoud1365: can i use one or more Oscillator in my EA
    Just get the value(s) of the indicator(s) into the EA (using iCustom) and do what you want with it.
    You should encapsulate your iCustom calls to make your code self-documenting.
              Detailed explanation of iCustom - MQL4 programming forum
Reason: