- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Feb 2, 2016
I hardly think that I am new here. Forgetting to say "Please" is not a mistake, it is arrogance because you expect people to help you
I will code your EAs and Indicators for no charge
- Gumrai replied Feb 2, 2016
You have to be the most ignorant person that I have ever encountered that asks for free coding. It costs nothing to be polite and politeness opens a lot of doors. Your arrogant style of asking for help will get no responses from any coder that ...
I will code your EAs and Indicators for no charge
- Gumrai replied Feb 2, 2016
As you have only attached ex4 files then no. you need to attach the mq4 files. If you had attached the mq4 files, many people will ignore your request because of the omission of one simple word. "Please"
I will code your EAs and Indicators for no charge
- Gumrai replied Feb 2, 2016
It should not repaint at all, but I haven't tested it extensively. The original indicator only worked when it was initiated by changing timeframe etc. When I modified it to work in real time. it painted a lot of arrows on the chart. So you may get a ...
EA Conversion
- Gumrai replied Feb 2, 2016
Hello MagicPips, that is a cheating indicator, the logic is applied in reverse and makes it appear to be more accurate than it is. I have modified it so that it works correctly, but you will probably not want to use it in an EA now.
EA Conversion
- Gumrai replied Feb 1, 2016
I usually only do EAs here if it is something that may interest me personally. I have been meaning to develop an EA with Ichimoku, so I will do this as/when I have time.
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Jan 31, 2016
Sorry, as I have already stated just 10 posts before yours, I do not supply the mq4 files. as a twist can occur before or after the current bar, you will have to explain more precisely. If/when I have time, I may be able to do it
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Jan 30, 2016
The code was in a block that can only be executed when in the strategy tester so it shouldn't have created the orders, but with new bugs appearing all the time, who can be sure? There is nothing left in the code to open any orders, so it is ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 30, 2016
static double tickPrevious = Bid; double tickCurrent = Bid; if (tickCurrent > tickPrevious) { //Do stuff } if (tickCurrent < tickPrevious) { //Do stuff } tickPrevious = Bid; .
Using Previous tick/Current tick to trade via EA
- Gumrai replied Jan 30, 2016
Hello Robert, there was some code that allowed opening trades when testing the EA in the Strategy Tester, but this should ONLY work in the Strategy tester. I have removed that code now. In version 1.2, it seems that I had accidentally deleted a line ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 30, 2016
Hello, I don't know when I will have some spare time. To be honest I'm not totally sure what you are asking for.
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 28, 2016
The arrows are printed from buffers so will not appear in the objects list. I can only imagine that the code that prevents alerts on all historical arrows and repeat alerts on the same arrow somehow prevents alerts altogether on renko charts. In the ...
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Jan 28, 2016
I have never done any work with renko or any other offline charts, so I don't know.
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Jan 22, 2016
I have not noticed any problems with build 950.
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 22, 2016
It is possible that the script uses a magic number in the order Try this, it does not check for a magic number so will apply to all trades dependant on whether you select "Chart Pair Only" or "All Pairs". Remember "Close at Day Currency or %Loss" ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 21, 2016
I have already offered possibilities in my post previous to the one that you have quoted.
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 21, 2016
I am sorry that I don't have time to offer suggestions, but your code will not work OrderSelect returns a bool and you cannot use a bool value as an order ticket
Help needed closing a trade when another is opened
- Gumrai replied Jan 21, 2016
The EA calculates the balance at the start of the day (midnight) and calculates the loss as a percent of that account balance. In calculations, it ignores trades that do not have a stoploss.
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 21, 2016
Hello, I have checked the code and I can find no reason for it to fail to close your trade, there should have been an error report if the EA tried to close the trade but failed. I tested it today and as you can see, it closed the trade perfectly ...
I will code your EAs and Indicators for no charge
- Gumrai replied Jan 20, 2016
Sorry, I have a backlog of work and so have no spare time at the moment
I will code your EAs and Indicators for no charge