- Search Crypto Craft
-
mladen replied Nov 23, 2017Yes I have it
. This is the multi time frame version : image Experiments - while waiting for an order to get closed
-
mladen replied Nov 22, 2017That is a rather old version. Due to some issues it has (namely a "classical" repainting it does, meaning not updating what it should), it is better not to use it If I understand you correctly this is what you have in mind - but let me know if I am ...
How To Set Up MTF Stochastic Indicator
-
mladen replied Nov 22, 2017That we can thank to build 1090 (they have changed the way how some objects are handled - and hence some indicators - not just that one - that worked quite well, are not working as before - even when ex4 file is used and they have been promising all ...
How To Set Up MTF Stochastic Indicator
-
mladen replied Nov 21, 2017For forex symbols maybe the simplest way to "covert" something to pips is this (just in case if some broker still has 4 digit symbols - and a know a few such brokers
) : (desired number of ...I need help to find a problem in the code
-
mladen replied Nov 21, 2017Checking the sell condition is wrong You can not use this : (Range_candle1 = true) && (Range_candle2 = true) Since with single "=" is assigning true value to those variables not comparing them to "true" value. Use this instead : (Range_candle1 == ...
I need help to find a problem in the code
-
mladen replied Nov 21, 2017How does the strategy tester "ignores" it? Used this code for testing the range conditions, and all works as expected : #property indicator_chart_window #property indicator_buffers 0 #property indicator_plots 0 int OnInit() { return(0); } void ...
I need help to find a problem in the code
-
mladen replied Nov 20, 2017From your picture it is obvious that your renko live chart generator is running as it should The M2 time frame must be there - no need for reinstalling MT
I will code your EAs and Indicators for no charge
-
mladen replied Nov 20, 2017Open M2 time frame as offline, not M1
I will code your EAs and Indicators for no charge
-
mladen replied Nov 18, 2017Unless the original author made such a manual, there is none (it is very rare that a free code has a manual too)
I will code your EAs and Indicators for no charge
-
mladen replied Nov 17, 2017That must be an EA or a script - indicators can not manage orders
Indicator hitting TP and then trigger Trailing stop
-
mladen replied Nov 16, 2017Here is a version with the usual set of alerts added image
Experiments - while waiting for an order to get closed
-
mladen replied Nov 16, 2017That is a decompiled code The "EDU" comes from the "educated" - when they are trying to mask that something is decompiled and stolen
Experiments - while waiting for an order to get closed
-
mladen replied Nov 16, 2017All I made was a new metatrader 4 builds compatible version (the attached) The rest is up to you guys
I will code your EAs and Indicators for no charge
-
mladen replied Nov 16, 2017Yes, at the first glance they look similar Here is a link with fairly good explanation : url Also, what needs to be told and what is obvious, the indicator does not make a 3 line break chart in a classical sense - it is a sort of a hybrid display ...
Experiments - while waiting for an order to get closed
-
mladen replied Nov 15, 2017Where and when exactly did you try to get me, myself and I? All I can see are posts that are dangerously similar to trolling techniques known for ages, and, in none of your posts I didn't see me answering or being mentioned. Was that a case of ...
I will code your EAs and Indicators for no charge
-
mladen replied Nov 15, 2017Just a short PS: That "raw" calculation is a sort of three line break indicator (the "sort of" comes from some changes made in the original calculation that I made - it is not exactly the tlb indicator) Frankly I was astonished with two facts about ...
Experiments - while waiting for an order to get closed
-
mladen replied Nov 15, 2017It is an experiment how an average in this case can be used as a filter in another calculation (set the average period to 0 and you shall see the "raw" calculation)
Experiments - while waiting for an order to get closed
-
mladen replied Nov 14, 2017Since it seems like one more case of miscommunication building up ... That posted picture is all the "work" that I intend to do on that code ... I made a rule of thumb not to work on any code in which there is no clear difference between martini and ...
I will code your EAs and Indicators for no charge
-
mladen replied Nov 13, 2017Any MACD using EA should do - when using MACD in an EA the "nrp" is not so important - the "nrp" ("non-repainting") is important when you draw colored lines, and then the "non-repainting" mode fixes the repainting issues of the colored line(s). In ...
I will code your EAs and Indicators for no charge