EA supply and demand

 
can anyone make this indicator be an expert advisor for supply and demand ?
 

Forum on trading, automated trading systems and testing trading strategies

How to Start with Metatrader 5

Sergey Golubev, 2016.05.08 20:17

Welcome,

  • Usually people who can't code don't receive free help on this forum, though it could happen if you are lucky, be patient.
  • If you show your attempts and describe well your problem, you will most probably receive an answer from the community.
  • If you don't want to learn to code, nothing bad, you can either look at the Codebase if something free already exists, or in the Market for paid products (sometimes free also).
  • Finally, you also have the option to hire a programmer in the Freelance section.
Good luck.

 

where can I find ea supply and demand ?

 
adam50:

where can I find ea supply and demand ?

You can look for it in CodeBase:  https://www.mql5.com/en/code

If you don't find what you want, then you can look for it in Market, too:  https://www.mql5.com/en/market

Regards.

MQL5 Code Base
MQL5 Code Base
  • www.mql5.com
MQL5 Source Code Library for MetaTrader 5
 
adam50:
can anyone make this indicator be an expert advisor for supply and demand ?

Hi Adam, 

Hope all is well! Did you have any success finding an EA for this? 

 
adam50: can anyone make this indicator be an expert advisor for supply and demand ?
  1. You don't change an indicator into a EA. Don't try do that. There are no buffers, no IndicatorCounted() or prev_calculated. No way to know if older bars have changed or been added (history update.)

    Just get the value of the indicator into the EA and do what you want with it. You should encapsulate your iCustom calls to make your code self-documenting.
              Detailed explanation of iCustom - MQL4 and MetaTrader 4 - MQL4 programming forum

  2. You have only four choices: We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using SRC) and the nature of your problem.
              No free help
              urgent help.
Reason: