- Search Crypto Craft
-
mladen replied Sep 6, 2017Check here (and save $397 in this case
) : url I will code your EAs and Indicators for no charge
-
mladen replied Sep 5, 2017Use any existing ema indicator and paste this code (from lines 31 through 33 of your indicator) to the end of start : double currentMA = iMA(NULL,0,20,0,MODE_EMA,PRICE_HIGH,0); ObjectCreate( "maValue"+ i,OBJ_TEXT,0,Time[0],currentMA+ 5 * Point); ...
I will code your EAs and Indicators for no charge
-
mladen replied Sep 4, 2017Oh they do (know)
If the broker told you that, he was "not completely honest"
Check this (last post at that page) : url - how could they prevent EA trading if they do not have the information if an order is sent manually or ...Does EA execute orders faster than visual interface?
-
mladen replied Sep 4, 2017Nobody knows What is certain : broker gets the information if the order is sent from an EA or manually - that can lead to certain (unspoken) conclusions ...
Does EA execute orders faster than visual interface?
-
mladen replied Sep 3, 2017SMA is simply "Simple Moving Average" As far as "haDelta" is concerned (and applying sma to it) you can check here : url
I will code your EAs and Indicators for no charge
-
mladen replied Sep 2, 2017The issue with alerts for that indicator is that there must be two sets of alerts (since in cases when coloring is done on slope or zero crosses, the colors do not have to be the same). In those cases we might have "too much alerts" sort of speaking
Experiments - while waiting for an order to get closed
-
mladen replied Aug 28, 2017New coloring options added : - when the slope of the two values is the same - when the values are on the same side of zero line Example is showing the "when the values are on the same side of zero line" case image
Experiments - while waiting for an order to get closed
-
mladen replied Aug 27, 2017It repaints the 9 bars back (see the code) a=iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i)-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i); a1=(iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i-1)-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i+1)); ...
I will code your winning strategy
-
mladen replied Aug 27, 2017In “The Reverse EMA Indicator” in September 2017 TASC issue, author John Ehlers presents a causal forward and backward EMA indicator that can be used in real trading. It has double smoothing at the high end of the spectrum to reduce aliased ...
Experiments - while waiting for an order to get closed
-
mladen replied Aug 26, 2017Let me guess : mt4 build 1090?
Try this version (since I am really getting tired of explaining how to avoid one of the bugs of build 1090 better to use things like these - it should work OK regardless of the build)I will code your EAs and Indicators for no charge
-
mladen replied Aug 26, 2017If the buffer drawing style is line and you do not want a continuous line, then you have to place EMPTY_VALUE where you do not want the line to be displayed. Hence the two issues are the same : once when you remove the placing of EMPTY_VALUE in the ...
I will code your EAs and Indicators for no charge
-
mladen replied Aug 26, 2017That is done in order to have discontinued line display (ie: to display that empty part of the line too) To avoid that, remove the "if (TimeFrame!=_Period) line[i+1] = EMPTY_VALUE;" part from line 42
I will code your EAs and Indicators for no charge
-
mladen replied Aug 25, 2017Let me see : - you have a code that has over 2000 lines that you want to sell as your own and you do not know how to solve those issues that usually take a couple of minutes in that code (that has over 2000 lines) that you are about to sell to ...
I will code your EAs and Indicators for no charge
-
mladen replied Aug 24, 2017It can not be made non-repainting.
I will code your EAs and Indicators for no charge
-
mladen replied Aug 24, 2017Future MACD 2 And here is this version While the above version is using the built in ema for calculation, this version is using my type of calculation. And since the built in ema is adding a new instance of ema for each new period used, it is ...
All the Forecasting and Prediction indicators on the market?
-
mladen replied Aug 24, 2017Future MACD Some of you have probably been using in some period of trading the indicator called "future macd" I have seen a couple of versions, but frankly, they all had issues that are not justified. Like, fixed price, signal method and some more ...
All the Forecasting and Prediction indicators on the market?