- Search Crypto Craft
-
mladen replied Feb 8, 2017Try this (very similar to what you are looking for) image
I will code your EAs and Indicators for no charge
-
mladen replied Feb 8, 2017Since it already has color changes, wouldn't it be overcrowding if arrows were added to the indicator too? It can be done, but in some cases adding too much things on the same chart can affect the readability (and usability) of the tool (at least ...
I will code your EAs and Indicators for no charge
-
mladen replied Feb 7, 2017Or you can use the attached (it should alert only once per bar - if it has to alert)
How to turn alerts notification off on mt4?
-
mladen replied Feb 7, 2017Sorry, but what does the attached indicator have in common with the quoted post (or with this thread)?
MT4 MTF Correlation table and Correlation oscillator indicators
-
mladen replied Feb 6, 2017Isn't that some indicator or EA that is doing that? If yes, turn that off (remove it)
How to turn alerts notification off on mt4?
-
mladen replied Feb 3, 2017It is a "classical repainter". Do the following : attach it to the 1 minute chart using some higher time frame, let it work. Take a snapshot. Change time frame or symbol, and switch back to original time frame/symbol. Those differences are caused by ...
Awesome Oscillator MTF Tape
-
mladen replied Feb 2, 2017Interpolation is active only in multi time frame mode
I will code your EAs and Indicators for no charge
-
mladen replied Feb 2, 2017Why don't you use some ma cross (as histogram) and set the periods to 5 and 34 (sma as ma type)? PS: that awesome oscillator is a very old version - it repaints in multi time frame mode (not the usual multi time frame updates, but the classical ...
Awesome Oscillator MTF Tape
-
mladen replied Feb 1, 2017Try this (it is an old, old indicator, but it works with new builds too, just make sure that the symbols are entered properly in the symbols list) image
MT4 MTF Correlation table and Correlation oscillator indicators
-
mladen replied Jan 31, 2017Centered TMA recalculates (repaints) - can not be used for signals or EA
I will code your EAs and Indicators for no charge
-
mladen replied Jan 30, 2017That same code compared to built in cci image They are exactly the same (if you use the typical price in the built in cci). Used the "_test" file (that is the code pasted from your post)
Commodity Channel Index with added input
-
mladen replied Jan 30, 2017As I told already : post the thing you are testing. Otherwise it is comparing whatever with whatever for whatever settings ... not much sense in doing so. And, judging from your picture, you are comparing some custom coded indicator with the built ...
Commodity Channel Index with added input
-
mladen replied Jan 30, 2017Attach the thing you are testing ... The "commodity channel index" (CCI) was invented in 1980 (by Donald Lambert) and whatever is using that same name and does not have the same values for same settings, is wrongly coded
Commodity Channel Index with added input
-
mladen replied Jan 30, 2017Why do you think that "commodity channel index" is different from CCI? They are the same ... url
Commodity Channel Index with added input
-
mladen replied Jan 27, 2017You are using wrong object names in ObjectSetText() function calls (names of non-existing objects)
Request for help with my dashboard indicator
-
mladen replied Aug 12, 2014Use this one (up to 9 stochastics in the same sub-window). Just press the button which the time frame you want to see
How To Set Up MTF Stochastic Indicator
-
mladen replied Aug 11, 2014Except that my link is not ForexBaron.net and that I posted it as a source
Looking for MDI/ADX Indi Build 600+
-
mladen replied Apr 1, 2013To save you some time : if you are using metatrader 4, you can not do that (the "apply to previous indicator data" idea). You must code a new indicator
STOCH + DEMA (in same window)?
-
mladen replied Dec 13, 2012#property indicator_separate_window #property indicator_buffers 1 #property indicator_color1 OrangeRed #property indicator_width1 2 double diff[]; //------------------------------------------------------------------ // ...
Need Programmer for nice easy indicator!
-
mladen replied Sep 28, 2012Turned out to be quite an emotional thread Strange ... always thought that traders are less emotional and more rational. __________________________________ Anyway, just a couple of thoughts about decompiled code : "normal users" do not know what ...
Decompiled code... stop posting it