- Search Metals Mine
- kd3726 replied Mar 5, 2009
StartDraw = FirstVisibleBar(); EndDraw = FirstVisibleBar()-BarsPerWindow(); if startdraw changes delete and create the objects. declare these 2 vars as globals not external. you can time limit startdraw for indies that do not need to process data ...
Dynamic colors?
- kd3726 replied Mar 5, 2009
You can switch the code in the template file. Just put the bollinger band code before the other code, but after the main window code.
Dynamic colors?
- kd3726 replied Mar 5, 2009
ummmm its not little corrections any more
all the objects and most of the code i removed temporarily, cause they were in the way.
The picture shows what i was talking about with the pips totaled up plus the spread tick by tick. It doesn't ...the impossible EA?
- kd3726 replied Mar 4, 2009
note: i did notice that the array is being shifted in two spots in start(), this 'may' present a problem writing stuff to a file depending on how and where its done.
the impossible EA?
- kd3726 replied Mar 3, 2009
url url im going to translate the percentages into histogram bars on the candles see what that looks like.
the impossible EA?
- kd3726 replied Mar 3, 2009
some more questions after using this. how can the modeling be determined? it looks like the bulls bears percentage not add up to 100, when using 100 ticks?. the tick counter should never contain a zero, since a move is a move, and the array shifting ...
the impossible EA?
- kd3726 replied Mar 2, 2009
Firstly This coding is super duper. You're lucky to have such nice work to start from! Of a thousand indicators, there are very few that use oop/objects, let alone may implement globals as RR has mentioned. It's the logic that is flawed. The line: ...
the impossible EA?
- kd3726 replied Mar 2, 2009
Overflow
Too many indicators in the experts/indicators folder. I think 100 is the limit.need help installing indicators metatrader4
- kd3726 replied Mar 1, 2009
nice work! The only area that is questionable is the significance of knowing the results of 4 exact percentages when 96 percentages are not considered. ie: if (BullPercent == DivergencePercent_1)
the impossible EA?
- kd3726 replied Feb 28, 2009
...and you could also edit template .tpl files directly too
Possible to Combine Indicators in MQ4?
- kd3726 replied Feb 27, 2009
nice work! what are the big blue and big purple arrows?

Candle Identifier indicator
- kd3726 replied Feb 27, 2009
There is merit in time based indicators because there are usually more than one on a chart, in contrast there is usually only one EA. So you would most likely want the EA running code every tick. With indicator(s) this is not always the case. ...
Watchlist in Metatrader
- kd3726 replied Feb 26, 2009
Its not dependent on the chart, I think you can grab any data for any pair at the same time, and use it in one indicator. Regards. Then you have many times, as many decisions to make.

Watchlist in Metatrader
- kd3726 replied Feb 26, 2009
url this one I modified just triggered while i'm writing this i'm closing the alert box and it keeps popping up again, with sound. to try it, install the indie with sounds ( in post 9 ) then replace the mq4 with the one in post 15 set both the ...
Alert and playsound together?
- kd3726 replied Feb 24, 2009
I'm almost positive that alert box and sound will work together. I'll double check it later. only one sound file will trigger through the indi each time. if its there multiple playsounds then the last valid one in your code will play. if there's ...
Alert and playsound together?
- kd3726 replied Feb 24, 2009
What's the limit
and why?Tech Problem-Indicators not showing in Navigator
- kd3726 replied Feb 22, 2009
It would have to be saved on the fly as there is no Bid[] Ask[] afaik. And there may be some sort of self fulfilling aspect to it too, if its based on technicals. Indicators tracking indicators
Then you need to look at your code execution ...Audio tick indi, with changing spread