@niills Ok. I'm afraid arrays are my weak point. I'm not a programmer, sorry. 
Posts made by l'andorrà
-
RE: Moving Avrage as SLposted in Questions & Answers
-
RE: Do groups work for all ea's opened on mt4posted in Questions & Answers
@yyaanniicckk I'm afraid groups are not 'recognized' by other EAs. Only groups created within one EA can be distinguised within that same EA. The only way I know of of connecting two EAs is by using terminal variables, but you will need a programmer to tell you how to do it, I'm afraid.
-
RE: fractal indicator draw midpointposted in Questions & Answers
@stantham Well then you wuill need to use objects to be plotted there. Are ALL fractals to be consiodered or just the last one?
-
RE: Trailing Stop into Conditionposted in Questions & Answers
@chattahooche What do you exaclty mean? What condition do you need to be integrated?
-
RE: Converting mql4 to mql5posted in Questions & Answers
@admire Did you use the converter tool of this site? It is not 100% perfect. I'm not as programmer but I ca take a look at the errors. Can you please share them?
-
RE: VARYING DATA SETS ON ONE EA BUILDposted in Questions & Answers
@musa-5 said in VARYING DATA SETS ON ONE EA BUILD:
shared/Bsni6mlXb
The logic is correct. I guess the problem is somewhere in the MT4 platform. Did you try it on different brokers?
-
RE: Give me rules of tradingposted in Questions & Answers
@freegg Please move away from martingales. They never work in the long run. Sooner than later your account will be destroyed.
-
RE: 3 Moving Averagesposted in Questions & Answers
@alphaomega That is certainly a good beginning. Additionally you can use the searcj tool on the forums to find MA crossing threads from the past. There are many of them with useful tips.
-
RE: fractal indicator draw midpointposted in Questions & Answers
@stantham Do you need a line on the chart or just the prioce value there? The second option is way easier.
-
RE: many trades at onceposted in Questions & Answers
@holyghost_b You can do it this way if you want 2 buys at the same time, for example:

-
RE: Why isn't my Ea putting tradesposted in Questions & Answers
@winson I think the key can be that 'trend quality' option there. I never used it so I don't know what criteria are used to find a new top/bottom? Did you try to bactest the same time period but using all possible values, from 1 to 9? Maybe you will get different results then.
-
RE: Do groups work for all ea's opened on mt4posted in Questions & Answers
@yyaanniicckk Can you please share the link to the project instead? That would help a lot.
-
RE: Building EA based on certain timeposted in Questions & Answers
@arisay Do you have any initial project to begin with? I can take a look at it to review it.
-
RE: Add commentposted in Questions & Answers
@mario-c The only way I know of is opening manually it via another EA and then adding a comment on that EA's buy/sell now blocks. I don't see any other way to do it right now, but maybe I'm wrong.
-
RE: Allowing for STOP LEVELposted in Questions & Answers
@amadablam Can you please share the link to the project? Maybe there is something missing there.
-
RE: Open trade out side chartposted in Questions & Answers
@ipul You need to use a 'once par bar' block on top of both trees to avoid multiple executions per crossing.
-
RE: Add to volume only first 5 candlesposted in Questions & Answers
@wadz91 Pink blocks need to be connected below a 'For each trade' block. Your structure will not work properly as it is now. Additionally toy will need a 'once per bar' block to avoid the loop to be executed every tick.
-
RE: How to do include in "Custom MQL code" ?posted in Questions & Answers
@mndiarra Please share any solution you find, if you don't mind.
-
RE: How Can I Used This Featureposted in Questions & Answers
@talalkhan I'm not a programmer, but I don't see how to do that without modifying the first EA or just removing it from the chart as soon as the 2nd EA did its job. In any case, I guess you will need a programmer to do that.