- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Apr 30, 2015
Assuming that you are using MT4, unless things have changed, I don't think that you can drag orders from the trade tab onto the chart, only closed orders.
Chart Event - Drag Order from Trade Tab
- Gumrai replied Apr 28, 2015
wow! It would have been nice if you had at least acknowledged my code posted 12 hours before TraderJoe's url
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 24, 2015
Sorry, but I don't remember what this EA is supposed to do. I never used it myself. I am not doing any further modifications.
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Apr 22, 2015
You may have an alert like Alert("Buy Signal"); and you can substitute Alert("Buy Signal, Ask price is "+DoubleToStr(Ask,Digits)); Similarly Alert("Sell Signal"); Substitute Alert("Sell Signal, Bid price is "+DoubleToStr(Bid,Digits));
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 19, 2015
The code is a joke, and a bad one at that. It is a spoof , probably with the intention of seeing just how many people will download an indicator based on the claims of whoever posted it. Delete it and forget about it.
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 18, 2015
ex4 files cannot be modified, only the mq4 source file
My MT4 modified indicators and collection
- Gumrai replied Apr 16, 2015
Have you tried simply double clicking on the blue bar that contains the word "Terminal" ?
MT4 - Terminal window in separate window?
- Gumrai replied Apr 6, 2015
You call NewCandle() and it returns true when you check for the first condition, the you call it again for the 2nd condition and of course it returns false. Only call the function once in your code and include all conditions within the {} ...
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 6, 2015
You may not have noticed, but the OP made the offer to code EAs over 3 years ago. He had some requests, but actually doesn't appear to have coded anything. His profile shows that he last visited FF over 2 years ago
I'll code your Expert advisor for free
- Gumrai replied Apr 2, 2015
I didn't even looke at the code as "make this indicator as non repainting." is more like a command, not a request for free help!
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 31, 2015
As I have just modified some code for someone else that pending buys/sells above and below the high and low of the previous bar. I changed the code to the open of the current bar. So this should open pending buy stops and sell stops at the candle ...
Opening candle indicator
- Gumrai replied Mar 30, 2015
Look at this, it may be of use url
I am looking for a script to open multiple positions
- Gumrai replied Mar 30, 2015
That is de-compiled code. Coders with any integrity will not work on illegal de-compiled code
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 28, 2015
int lookback_bars=10; double CCI_array[]; ArrayResize(CCI_array,lookback_bars); for(int x=0;x<lookback_bars;x++) { CCI_array[x]=iCCI(NULL,0,50,PRICE_CLOSE,x+1); } int index=ArrayMaximum(CCI_array,WHOLE_ARRAY,0); Print("Highest CCI is ...
Help with determining time elapsed since an indicator reading
- Gumrai replied Mar 27, 2015
Hello Liaw I coded this a while back and have quickly updated it. Please try it, I think that it does what you want.
Hi Lo Break EA
- Gumrai replied Mar 26, 2015
I really don't remember too much about this. As there was no interest, I have deleted the files. I had so many indis and EAs, that I had to have a clear out of the older stuff. If I remember correctly there was some sort of margin in the inputs so ...
Hi Lo Break EA