thomas replied to the topic using inefficient moves/liquidity gaps/tz for orderflow in the forum General Discussions 9 years ago
Hi Lowphat,
Can you explain more details about this ?thomas and
MTH2014 are now friends 9 years agoBartleby replied to the topic CALLING THE HELP OF COMMUNITY : HELP SAVE A LITTLE GIRL in the forum General Discussions 9 years ago
wtf…thats smells fishy as hell..
thomas replied to the topic Coders Supporting Coders in the forum Development 9 years ago
Hi Simplex,
Some month ago i tried to build one based on this : https://www.xpworx.com/metatrader-mql-articles/mql4-articles/create-your-own-metatrader-extension-dll.php
but still have no success …. Still need time for this. And will try to look for opensource C compiler + development environment …
It is good to have own dll for MT4, but i…[Read more]simplex replied to the topic Coders Supporting Coders in the forum Development 9 years ago
Hi Thomas,
Both is possible.
If you would be able to create a ‘how to’ advice for setting up a working dll and integrating it into an mq4 project, I’d be very interested! From my personal point of view, an open source C compiler and open source development environment would be preferrable.
Best, s.
thomas replied to the topic Coders Supporting Coders in the forum Development 9 years ago
Thanks Simplex
Btw, you do you mean we should create a DLL file (may be using C# or C++), compile it, put it at Libraries folder ?
Or do you mean there is a additional compiler out there, so we can use it to compile the Mqh file, and put the compiled (Mqh becomes Ex4 now) file to Include folder ?thomas replied to the topic Coders Supporting Coders in the forum Development 9 years ago
Thanks Simplex

simplex replied to the topic Coders Supporting Coders in the forum Development 9 years ago
a) we must include current bar, although it is not finish yet …. agree
It depends on your specific indicator / EA logic, whether you decide to include the current bar or not.
b) In this case, if we want to keep the amount of bar to 1000 (if it is smaller than Bars-IndicatorCounted() … ) , we need to begin with i=limit-1 ?
Is it really import…[Read more]
thomas replied to the topic Coders Supporting Coders in the forum Development 9 years ago
Thanks Simplex for the prototype and improvement. It is a great prototype

the current bar won’t be calculated. Should be : i >= 0
a) we must include current bar, although it is not finish yet …. agree
b) In this case, if we want to keep the amount of bar to 1000 (if it is smaller than Bars-IndicatorCounted() … ) , we need to begi…[Read more]
thomas replied to the topic Coders Supporting Coders in the forum Development 9 years ago
Thanks Simplex for the prototype and improvement. It is a great prototype

the current bar won’t be calculated. Should be <em style=”margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Verdana, Helvetica, sans-serif; vertical-align: baseline; colo…
simplex replied to the topic Coders Supporting Coders in the forum Development 9 years ago
Ahh, one more thing: with
for (int i=limit; i>0; i–)
the current bar won’t be calculated. Should be i >= 0
simplex replied to the topic Coders Supporting Coders in the forum Development 9 years ago
Hi Tom!
Did not look into your code in depth, yet I would suggest that you quit the old school standard of coding MT4 indicators ( int start()… int init() ). The sooner, the better!
Some day MetaQuotes will stop supporting MT4, and you will be forced to recode every MQ4 code you have in MQ5. This will require much less work if you code y…[Read more]
thomas replied to the topic Coders Supporting Coders in the forum Development 9 years ago
Hi All,
This is a beginner question … i try to code an indicator, but it eats my CPU and memory resources … :( I try to optimize it by limiting the amount of bars to calculate, and also try to do the calculation not in every tick, but in every some seconds / minutes. I would like to ask, how to code it the right way ….
========
int…
simplex replied to the topic Request to mod an indicator in the forum Indicator discussion 9 years ago
Hi blueface,
That means the indicator should be able to display session specific candles?
s.
fasttrade replied to the topic Missed pivot points in the forum Indicator discussion 9 years, 1 month ago
thanks a lot to all seniors for there contribution
fasttrade replied to the topic Missed pivot points in the forum Indicator discussion 9 years, 1 month ago
thanks a lot to all seniors for there contribution
thomas and
Lowphat are now friends 9 years, 1 month agothomas and
Edington are now friends 9 years, 1 month agoAnti replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 1 month ago
@joakim: Sorry, I didn’t want to attack you …
thomas and
BalrogTrader are now friends 9 years, 1 month ago- Load More