- Search Crypto Craft
-
mladen replied Oct 27, 2017Not "smoothed". "Super smoothing" is a math mode that for some averages calculation modes simply can not produce usable results
Experiments - while waiting for an order to get closed
-
mladen replied Oct 27, 2017The issue with the original indicator was that it was plotting labels on Saturday and Sunday and that was corrected. While that is OK for some symbols (crypto currencies, for example) it was causing the mess on forex symbols. The rest : I did not ...
I will code your EAs and Indicators for no charge
-
mladen replied Oct 27, 2017If you want to use more than one instance of p&f on the same chart then it is probably better to use XO indicator (the name of the "XO" indicator comes from the "X"s and the "O"s used in the point & figure charts and is just another way of showing ...
Experiments - while waiting for an order to get closed
-
mladen replied Oct 27, 2017Try it out now (made some other changes too - namely the way they are aligned to the upper chart limit)
I will code your EAs and Indicators for no charge
-
mladen replied Oct 27, 2017"Super smoothing" is specific - it can not be applied to all of the averages types that I usually use hence I decided not to expand it to other averages (since then there will always remain a question that will be asked : "Why this or that average ...
Experiments - while waiting for an order to get closed
-
mladen replied Oct 26, 2017Quantum alerts is almost 100% the same as Donchian channel
Experiments - while waiting for an order to get closed
-
mladen replied Oct 26, 2017Why don't you use some of the Donchian channel based semaphores
Experiments - while waiting for an order to get closed
-
mladen replied Oct 25, 2017Try it out now PS: from a very brief test and a quick look at the code it seems that it does not repaint ....
Experiments - while waiting for an order to get closed
-
mladen replied Oct 25, 2017I don't know what do you mean by "make a difference" since I have no idea what code are you using, but in any case I am not moving it I am simply assigning the correct time to the time part of the object - that is all ObjectMove() is completely ...
Help aligning text with a Fib line?
-
mladen replied Oct 25, 2017All works as expected Used this code for testing : #property indicator_chart_window #property indicator_buffers 0 #property indicator_plots 0 int OnInit() { return(0); } void OnDeinit(const int reason) { } int OnCalculate (const int rates_total, ...
Help aligning text with a Fib line?
-
mladen replied Oct 25, 2017What day (and month) would : "2017.25.00" be?
Help aligning text with a Fib line?
-
mladen replied Oct 25, 2017Here you go But a word of warning : that indicator is a bad repainter - better to avoid it
Experiments - while waiting for an order to get closed
-
mladen replied Oct 24, 2017Then get rid of your antivirus
The news reader is using only wininet.dll (you can check that in the indicators dependencies, this wininet.dll : url which is a part of each and every windows OS). If your antivirus is warning you that wininet.dll ...Yet another news reader...
-
mladen replied Oct 23, 2017Place the indicator in the last chart (only) - that way it will always do the borders setting correctly on restart too
Experiments - while waiting for an order to get closed
-
mladen replied Oct 20, 2017It can be opened, but that is exactly the issue : the mq4 file is a decompiled (or stolen) code. Somewhere in the process somebody did it (decompiled/stole it) and it is floating around. Some are working with files like those, but I don't (simple a ...
Experiments - while waiting for an order to get closed
-
mladen replied Oct 20, 2017liquidice Unfortunately that is a decompiled code I would need the original to check it
Experiments - while waiting for an order to get closed
-
mladen replied Oct 19, 2017The histogram in the separate window is what is known as "solar wind" It is one of the most famous repainters - I would be very careful when using it for "signals"
Fixing Your Indicators or EAs (Free)
-
mladen replied Oct 18, 2017Just some fooling around ... This was available as two separate scripts since long ago (I frankly do not remember who was the first to make it, since then some changes were made in the code). This is made as indicator to use as simple as it gets : ...
Experiments - while waiting for an order to get closed
-
mladen replied Oct 17, 2017"If I have it"?


image The answer to the first part of your post remains the same : ______________________________________________ As of the indicator that you posted the link to : sorry, but I have no intention to work on any ...Yet another news reader...
-
mladen replied Oct 17, 2017What is the "stochastic band"? Aren't you referring to stochastic levels If yes, there are quite a few EAs out there that are working using those two indicators
Bollinger bands and Stoch coding question