- Search Crypto Craft
-
mladen replied Feb 16, 2017You can check this thread : simple experts for quite a few very simple examples of how that type of an EA can be made
I will code your EAs and Indicators for no charge
-
mladen replied Feb 15, 2017No. I mean use the buffer that is named "trend" (it's number) and retrieve the values from that buffer. The states of the buffer will then clearly show you the states of the arrows
I will code your EAs and Indicators for no charge
-
mladen replied Feb 15, 2017Probably you did not get any answer because that is decompiled (stolen) code. If you have the original source code post that and then you probably have a chance to get it done, otherwise your chances that some coder will do that with decompiled code ...
I will code your EAs and Indicators for no charge
-
mladen replied Feb 15, 2017Look for "halftrend" - free code posted on a lot of places
I will code your EAs and Indicators for no charge
-
mladen replied Feb 15, 2017Use the "trend" buffer and you can find out where the arrows are placed very easily : in any case when trend[n]!=trend[n+1] there is an arrow on chart
I will code your EAs and Indicators for no charge
-
mladen replied Feb 14, 2017All you need is a time of the vertical line and then use that time to get the bar at that time (using iBarShift(NULL,0,TimeOfVerticalLine))
Howto to get (current and last few bars) Price in mq4 EA
-
Bollinger bands stops (new version)
Started Feb 13, 2017|Platform Tech|119 replies
This is a new version of a well known Bollinger bands stops indicator This version is using ...
-
mladen replied Feb 10, 2017If you are referring to Roy Kelly's cycle identifier, then you should know that even Kelly admits that it repaints. You might find that using it from an EA is not exactly what you are expecting
Geometry in Cycle Identifier Indicator
-
mladen replied Feb 10, 2017What you are describing is the simple multi time frame indicator. Depending on the custom indicator you are using, the odds are that it already exists as mtf version too (but that we can not know till we know what exact indicator are you using)
I will code your EAs and Indicators for no charge
-
mladen replied Feb 9, 2017That is a very, very old version You should use some of the new versions (for multiple reasons)
I will code your EAs and Indicators for no charge
-
mladen replied Feb 9, 2017Same thing, except this is metatrader 5 version (and it has extended set of 22 price types) image
NonLag inverse fisher transform of RSX
-
mladen replied Feb 9, 2017Centered TMA recalculates - those alerts added in that indicator version are always going to change (ie. : dangerous (not going to use worse word))
Need help with push notification
-
mladen replied Feb 9, 2017Set the "SymbolFilter" parameter to the desired currency
I will code your EAs and Indicators for no charge
-
mladen replied Feb 9, 2017Please read my original post regarding that matter again
I will code your EAs and Indicators for no charge
-
mladen replied Feb 9, 2017Martingale is a money management system too. Adding stop loss to martingale automatically kills martingale (makes it something that is not martingale any more) - either use that EA as is, or use some other EA that is not martingale and has stop ...
I will code your EAs and Indicators for no charge
-
mladen replied Feb 9, 2017Let's fool around a bit (and by all means do some experimenting) here

I will code your EAs and Indicators for no charge
-
NonLag inverse fisher transform of RSX
Started Feb 9, 2017|Platform Tech|63 replies
NonLag inverse fisher transform of RSX - multi time frame version. This version is adding ...
-
mladen replied Feb 8, 2017The difference is because the adaptive ATR is used in that version (adaptive ATR is different from "regular" ATR) Here is a version with "regular" ATR
I will code your EAs and Indicators for no charge
-
mladen replied Feb 8, 2017It can not be done (no line of code that could be removed or modified for that) to show past values that way Simply the data fore reconstructing the past fractals that way is lost when the bar is alerted due to new price changes and whatever is ...
simple edit required- fractal update