- Search Crypto Craft
-
mladen replied Apr 26, 2018It doesn't (stop updating) Bars() exceeds max number of bars in cases when max bars setting is reached (and exceeded) image
MQL4 Script - open on new bar question
-
mladen replied Apr 25, 2018You can not use the crosses of two different macds when they are not anchored at the same zero line (as in that video). Use the indicator posted by mntiwana for correct signals of that kind
I will code your EAs and Indicators for no charge
-
mladen replied Apr 24, 2018No. That is the "angle" indicator (from the zipped file). Not arguing if it is doing some things OK (since that indicator is actually not doing anything else but a momentum display - and we can not argue that momentum type indicator(s) - velocity ...
I will code your EAs and Indicators for no charge
-
mladen replied Apr 24, 2018He claims that it is one fancy combination of words, but actually it is The Renaming One - he already took symbols changer and renamed it to "buttons"

I will code your EAs and Indicators for no charge
-
mladen replied Apr 24, 2018Unless TRO all of a sudden miraculously becomes a coder overnight and he really makes some code, I don't think that it was made (at lest not using "buttons" name
)I will code your EAs and Indicators for no charge
-
mladen replied Apr 24, 2018What direction would be the "angle" 101?
Or 340? Or 535? image Guys, forget the "angles" on a time series dataI will code your EAs and Indicators for no charge
-
mladen replied Apr 19, 2018No idea why - the other side of the link does not depend on me
Experiments - while waiting for an order to get closed
-
mladen replied Apr 16, 2018Add this line : for (int i=0; i<indicator_buffers; i++) SetIndexStyle(i,DRAW_LINE); to the beginning of each init()
Experiments - while waiting for an order to get closed
-
mladen replied Apr 11, 2018No he was not He wanted a custom indicator in metatrader 4 to have an option to be applied to previous indicator data (as the built in indicators like moving average, have) and, as any custom indicator in metatrader 4, that is not possible
Jurik indicators
-
mladen replied Apr 10, 2018Seems that a lot is going on (or not going on - depends how one looks at it) While some are shifting to metatrader 5, some are in a sort of no-mans-land. To fill in some gaps : here is one for metatrader 5. I hope that no need for an additional ...
Experiments - while waiting for an order to get closed
-
mladen replied Apr 9, 2018The error 139 (ERR_ORDER_LOCKED) happens on an attempt to process an order that is currently being processed by the broker. It usually happens when a pending order, stop loss, take profit or order expiration is triggered (on the broker side) and an ...
what is the best way to determine if a trade is hedged?
-
mladen replied Mar 30, 2018Why would iCustom() take a lot of CPU? If properly used you will not see any difference in 99.99% of cases
How to write TDI indicators into EA
-
mladen replied Mar 21, 2018Change line 427 from this : string stringUpperCase(string str) to this : string StringUpperCase(string str)
I will code your EAs and Indicators for no charge
-
mladen replied Mar 20, 2018You are using at least one multi time frame instance in your example When multi time frame data is processed, unless all the bars belonging to the higher time frame currently still opened bar are updated, then you are going to have a re-painting ...
I will code your EAs and Indicators for no charge
-
mladen replied Mar 20, 2018That is a decompiled solar wind indicator. Forget about it )for being decompiled but even more for being the solar wind indicator - that is one of the most famous re-painters there is)
I will code your EAs and Indicators for no charge
-
mladen replied Mar 20, 2018Since the one on chart is made by me : no it is not repainting

I will code your EAs and Indicators for no charge
-
mladen replied Mar 20, 2018Change OnInit() and OnDeinit() to this : int OnInit() { //--- indicator buffers mapping //--- return(INIT_SUCCEEDED); } void OnDeinit(const int reason) { //--- for(int i=ObjectsTotal()-1;i>=0;i--) { string ObName= ObjectName(i); ...
Indicator deletes all drawn objects when changing TF
-
mladen replied Mar 19, 2018Half trend indicator is not performing well when applied to smoothed data (it is it's nature - check it with any half trend indicator that is out there on the net) And since HA offline is smoothed, then it can not work well
Experiments - while waiting for an order to get closed
-
mladen replied Mar 19, 2018It works for me image Check you offline chart generator
Experiments - while waiting for an order to get closed
-
mladen replied Mar 18, 2018"Pure grid system" is just a name used by one commercial member of FF. There is no such grid system as far as theory (and practice) is concerned
I will code your EAs and Indicators for no charge