Lowphat replied to the topic CALLING THE HELP OF COMMUNITY : HELP SAVE A LITTLE GIRL in the forum General Discussions 9 years, 3 months ago
http://www.stevehopwoodforex.com/phpBB3/viewtopic.php?f=10&t=4200&hilit=little+girl not saying its bogus but it just reminded me of this
Lowphat replied to the topic CALLING THE HELP OF COMMUNITY : HELP SAVE A LITTLE GIRL in the forum General Discussions 9 years, 3 months ago
http://www.stevehopwoodforex.com/phpBB3/viewtopic.php?f=10&t=4200&hilit=little+girl not saying its bogus but it just reminded of this
blueface replied to the topic Request to mod an indicator in the forum Indicator discussion 9 years, 3 months ago
Hi simplex
I have solved the problem
thx a lot.
thomas replied to the topic Coders Supporting Coders in the forum Development 9 years, 3 months 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, 3 months 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, 3 months 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, 3 months ago
Thanks Simplex

simplex replied to the topic Coders Supporting Coders in the forum Development 9 years, 3 months 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, 3 months 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, 3 months 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, 3 months 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, 3 months 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, 3 months 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, 3 months 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, 3 months 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, 3 months ago
thanks a lot to all seniors for there contribution
thomas and
Lowphat are now friends 9 years, 3 months agoblueface and
xux99 are now friends 9 years, 4 months ago
thomas and
Edington are now friends 9 years, 4 months agoblueface started the topic Request to mod an indicator in the forum Indicator discussion 9 years, 4 months ago
Hi Guys
Request to mod an indicator, its come from TSD forum
I think maybe need a start time,I want the start time is 23:00
Best Regards.
- Load More