- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Mar 23, 2015
I only modified the code so that it would compile. I checked through the code and it appears that this was originally written to show 4 pairs and there has been an attempt to modify it to 12 pairs by copying and pasting sections of code. This has ...
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 23, 2015
I've modified it so it will compiule, but not tested it
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 22, 2015
You are certainly getting slippage, I'm surprised that the orders are not failing. Use Ask for the open price and in the calculations for the Buy orders Use Bid for Sells
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 22, 2015
Try this. I just modified it a bit and compiled. Not tested
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2015
Try this -added input for arrow size
Could someone please optimize this indicator?
- Gumrai replied Mar 19, 2015
Your enthusiasm may be a bit over the top, but it is nice to feel appreciated. Thank you
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 19, 2015
I have updated the code and attached it to post 7,464 I also fixed a small error Anyone who has downloaded Close at profit target v1.0 please scroll up to post 7,464 and download Close at profit target v1.1
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 18, 2015
Sorry, I had a bit of spare time to do the iEA. I don't know when I will have spare time again
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 18, 2015
Done. I forgot to mention before, there's a small o above the labels if you click on this once, you can move the labels with the mouse if you need it out of the way temporarily. That's click and release, not click and drag. Click again when you have ...
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 18, 2015
Sorry, I usually don't give out my mq4 code
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 17, 2015
Try this int Position_to_search_for=3; double BuyOrderArray[][2]; int BuyArraySize=0; double SellOrderArray[][2]; int SellArraySize=0; for(int x=OrdersTotal()-1;x>=0;x--) { if(OrderSelect(x,SELECT_BY_POS,MODE_TRADES)) if(OrderType()==OP_BUY && ...
Help with coding this problem - sort buy orders
- Gumrai replied Mar 17, 2015
If a line is set as background, there is no label in the price field. If it is set as foreground, there is I have added an input that will enable you to select whether those price field labels show or not I have not changed the name of the indi, ...
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 17, 2015
Hi, This should allow you the options to sum profit and losses, or just those trades in profit or just those trades with at least x amount of profit. There is also the option to calculate on just the chart symbol profits or all symbols. Note that if ...
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 8, 2015
ex4 files cannot be modified. mq4 source files can
Please make this indicator MTF
- Gumrai replied Mar 7, 2015
I wrote the indi a while back. I may be able to modify it, but I'm afraid that I don't have the time at the moment. Maybe cja's indi will suit you better. I rarely post my source codes on a public forum nowadays.
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 7, 2015
I have this that I think does as you want. Give it a try.
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 6, 2015
I have already written this EA, but I can't seem to find it. I must have given it an obscure name. I really need to go through my files and toss out all the stuff that is no longer useful, it will make it easier to find stuff in future. If you don't ...
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 5, 2015
I assume that you don't know the filepath to the indicator folder? If you know the indicator name, search for it on the computer and you will find the folder that it is in and then remove it.
MT4 Freezing
- Gumrai replied Mar 4, 2015
I looked at your post. It seems that you want to sort through profit trades and find the ones that add up to be closest to the profit target ie. if profits are 1 2 3 4 5 10 6 and target is 21, it will close the first 5 and the last trade. if the ...
I will code your EAs and Indicators for no charge