- Search Crypto Craft
-
mladen replied Mar 20, 2017Did you try them? Unlike EAs, isn't the indicator much easier to test (at least visual test)? As far as I am concerned indicators are as simple as it gets (the usage) : attach it to the chart, see if it will be profitable, check some other settings ...
Experiments - while waiting for an order to get closed
-
mladen replied Mar 20, 2017Same thing - just metatrader 5 version image
Experiments - while waiting for an order to get closed
-
mladen replied Mar 20, 2017Been fooling around with what is usually known as "precision trend" and decided to make a completely new version(s) Added histogram version too (while at it) image
Experiments - while waiting for an order to get closed
-
mladen replied Mar 19, 2017Not that thing but very similar And, judging from the picture there, this one avoids some wrong trend showing image
I will code your EAs and Indicators for no charge
-
mladen replied Mar 19, 2017Use the attached (it is a script : just drag it to chart, if you want, shange the name of the file you want to use and that is all)
Export account history mt4 with comment to excel
-
mladen replied Mar 17, 2017Dsl - Detrended Synthetic Price oscillator - tradestation version image
DSL (discontinued signal line) family of indicators
-
mladen replied Mar 17, 2017Nothing to do with being in source or not Simple HideTestIndicators(true) and HideTestIndicators(false) before and after the indicator has been called from the EA
ea editing, display indicators
-
mladen replied Mar 17, 2017Jo You can do that like this : double mgt0 = iCustom(Symbol(),Period(),"Mega trend",period,method,price,0,0); double mgt1 = iCustom(Symbol(),Period(),"Mega trend",period,method,price,0,1); double diffmgt = ...
EA Coding Help
-
mladen replied Mar 17, 2017What exact "Mega trend" indicator? Can you post it to be checked?
EA Coding Help
-
mladen replied Mar 17, 2017Sorry, I do not plan to make a stripped version If you intend to carry on with that, you are welcomed though

DSL (discontinued signal line) family of indicators
-
mladen replied Mar 17, 2017jpadvisor, That is a rather old daily data indicator
Here you go image DSL (discontinued signal line) family of indicators
-
mladen replied Mar 17, 2017Same thing - metatrader 5 versions : image
DSL (discontinued signal line) family of indicators
-
mladen replied Mar 17, 2017It compiles in my mq4. Try it out again
I will code your EAs and Indicators for no charge
-
mladen replied Mar 17, 20173 more dsl indicators ___________________________________ Detrended Synthetic Price was originally developed by John Ehlers. There are various ways of using it, but the one I found that they use mostly (with fixed levels), is very limited in its ...
DSL (discontinued signal line) family of indicators
-
mladen replied Mar 16, 2017You can not do that (that indicator is using objects to show two incomparable values in a same space). There are no "historical" values for that since the values strictly depend on the zoom (horizontal and vertical), current prices of the chart ...
NonLag inverse fisher transform of RSX
-
mladen replied Mar 15, 2017Right click in that list of indicator and chose refresh. Or restart terminal. If still remains un-compiled, if you have tried to change something in the code revert the changes or use the original file from the first post of this thread
Bollinger bands stops (new version)
-
mladen replied Mar 15, 2017They announced (unofficially) some time ago that it will be done, but it was quite a few months ago and after that neither new information was available nor anything was done in that direction. So, for now, seems that it is status quo : no offline ...
Read data from different chart windows