- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Oct 19, 2015The latest Surface 3 runs a full windows operating system so its no different than desktop PC, the only thing I did was set the windows text to small so the MT4 stuff worked properly and turned off the touch on the pad as it I prefer to click to ...
Who is using Tablets or iPads for trading?
-
cja replied Oct 16, 2015I have just looked at the code and realised that I had not put a line of code that controls the orders for only the chart it is loaded on for SELLSTOPS & BUYLIMITS but I had put that line of code in for BUYSTOPS and SELLLIMITS so they would have ...
EA to cancel pending order when price reaches certain level?
-
cja replied Oct 15, 2015Try this I have added the extra code for crossing both ways plus altered the signal so either indicator can provide the signal. file
I will code your EAs and Indicators for no charge
-
cja replied Oct 13, 2015I tried this version ( it is a Script ) and it is working on build 890. Make sure you install the undock.dll file in your MetaTrader Libraries folder or it will not work. file
IBFX MT4 Tools- Undock MT4 Charts
-
cja replied Oct 13, 2015Hi, The RSI is the signal indicator so when the RSI crosses the 50 level it relies on the current candle to be above the 50 and the previous below the 50 and the CCI has to be above/below its level when this happens which is why it can appear that ...
I will code your EAs and Indicators for no charge
-
cja replied Oct 8, 2015Your question is answered on the 1st post. Also note that this grid system is originally designed only for the major FX pairs and major crosses. It will NOT work correctly on other markets!!! (it doesn't work on gold, silver cfd, futures or stock ...
Dynamic Fibonacci Grid
-
cja replied Sep 28, 2015You say it is not working correctly on Sell trades, its just a thought but did you set the amount of pips before the trend line correctly? 2. Trigger (this is the amount of pips distance from the trend line before it opens the position use - for a ...
Trendline Touch EA
-
cja replied Sep 22, 2015I don't know if the encrypted versions through the MQL market are able to be decompiled however if they are secure ( conspiracy theory ) then #1 Why is this security not available to us -( MetaQuotes protecting there own sales ) #2 It makes you ...
Best way to protect indicator code in 2015
-
cja replied Sep 22, 2015You are not mistaken - a decompiler for the latest builds can be attained ( just did a goggle search ) so much for MetaQuotes and their secure code.
I thought that must be the case as I have had an increase in people wanting trials of ...Best way to protect indicator code in 2015
-
cja replied Sep 18, 2015I have changed the logic to be signalled off the RSI cross and the CCI just needs to be in the same direction above/below its level, an Alert message is already coded into the indicator ( Audible_Alerts = true; ). The CCI has been coded into the ...
I will code your EAs and Indicators for no charge
-
cja replied Sep 18, 2015( example using long logic ) The main issue is the logic for the arrow, the arrow code is set for RSI[0]>rsilevel && RSI[1]<rsilevel && CCI[0]>ccilevel && CCI[1]<ccilevel which means although it may look like the conditions have been met they ...
I will code your EAs and Indicators for no charge
-
cja replied Sep 15, 2015You need to turn the Alert on in the inputs. (as mentioned in a previous post ) I set the indicator to fast settings on M1 to test it and the Alert definitely works. See attached image. image
I will code your EAs and Indicators for no charge
-
cja replied Sep 15, 2015As far as I can tell without trying it this does have the Alert box message. Alert(Symbol(), " M", Period(), " Trend & Entry CCI Have both crossed below zero"); Alert(Symbol(), " M", Period(), " Trend & Entry CCI Have both crossed above zero");
I will code your EAs and Indicators for no charge
-
cja replied Sep 14, 2015The indicator already has an Alert built into it, turn it on in the inputs "Zero_cross_alert = true;"
I will code your EAs and Indicators for no charge
-
cja replied Sep 13, 2015Unfortunately that EA is decompiled code and I suspect you will struggle to find any programmers on this Forum who will help you.
I will code your EAs and Indicators for no charge
-
cja replied Sep 13, 2015Hi Shabs19 to your specs. file
Please make this Price Alert indi stay fixed on all timeframes
-
cja replied Sep 13, 2015You have supplied an ex4 file and that cannot be altered you need to supply the mq4 file.

I will code your EAs and Indicators for no charge