Supply Demand Indicator conversion Help

 

Hello,

I've downloaded this indicator from forum and it's older version of mql4 language which prevents me from working on it to create an expert advisor. Can anyone help me voluntarily to convert it for new mql4 language ?

Thanks in advance

 
It seems to be working fine.
 

Marco vd Heijden:
It seems to be working fine

Yes it's working fine but im using eabuilder and it doesn't support this version of language so i cannot use it this way...

 
  1. Every version of EA builder supports iCustom.

  2. 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

  3. EA builder, EATree, Forex Strategy Builder, fxDreema, FxPro, Molanis, Online Forex Expert AdvisorGenerator, Quant, Visual Trader Studio, MQL5 Wizard, etc. are all the same. You will get something quick, but then you will spend a much longer time trying to get it right, than if you learned the language up front, and then just wrote it.
    • Since you haven't learned MQL4/5, therefor there is no common language for us to communicate.
      If we tell you what you need, you can't code it.
      If we give you the code, you don't know how to integrate it into yours.
      We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem, but we are not going to debug your hundreds of lines of code. You are essentially going to be on your own.

    • EA builder makes bad code counting up while closing multiple orders.
      EA builder makes bad code Bars is unreliable ( Max bars in chart) volume is unreliable (miss ticks.) Always use time.
                New candle - MQL4 forum
      EA builder makes bad code, not adjusting for 4/5 digit brokers, TP/SL and slippage.
      EA builder makes bad code, not adjusting for ECN brokers. ( pre-Build 500)
      EA builder makes bad code, not checking return codes.
      EATree uses objects on chart to save values - not persistent storage ( files or GV+Flush.) No recovery (crash/power failure.)
    Learn to code it or pay someone (Freelance) someone to code it.

 
William Roeder:
  1. Every version of EA builder supports iCustom.

  2. 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

Thanks a lot for the help. The thing is i don't understand Icustom exactly. Is it doing an EA or another Indicator im confused. I have zero coding knowledge so i hope i can get this right.

 
The Charter: Is it doing an EA or another Indicator im confused. I have zero coding knowledge so i hope i can get this right.
  1. What part of "get the value(s) of the indicator(s) into the EA(using iCustom)" was unclear to you?
  2. What part of "Learn to code it or pay someone (Freelance) someone" was unclear to you?
Reason: