- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied May 31, 2016
Try this, it should only alert when there is a cross at the bar close
I will code your EAs and Indicators for no charge
- Gumrai replied May 30, 2016
Active coders have come and gone from this thread while it has been running. I am sure that some have left the thread because of posts similar to yours. You only have to look at the quantity of requests and it doesn't take much brain power to ...
I will code your EAs and Indicators for no charge
- Gumrai replied May 22, 2016
Hello, The Quantum i basically just the values of a Donchian channel. The depth is the number of bars that the channel is calculated with. The colours indicate whether the current candle has broken above or below the channel.
GumRai's Dashboards
- Gumrai replied May 19, 2016
This may be of use url
Automatic Setup of SL&TP for pending limit orders
- Gumrai replied May 15, 2016
OrderClosePrice() is the last known price (at the time of OrderSelect()) when the trade is still open
How to close trade in Metatrader after amount of time or bars
- Gumrai replied May 14, 2016
Almost anything is possible. But with Fibs, there are so many possible variations and the fact that I find Fibs a real pain to work with, it is not something that I will consider.
GumRai's Dashboards
- Gumrai replied May 14, 2016
As Fib levels do not exist until a Fibonacci retracement is drawn, then I don't see how this can be suitable for a dashboard.
GumRai's Dashboards
- Gumrai replied May 5, 2016
Hello, I will try to remember as and when I have time.
GumRai's Dashboards
- Gumrai replied May 1, 2016
I don't really have time to look at it in depth but ObjectCreate(0,"XIT_FIBO",OBJ_FIBO, window,highTime,High[fibHigh],lowTime,Low[fibLow] ); yoy cannot use High and Low for Symbols other than the chart Symbol, you have to use iHigh and iLow
I will code your EAs and Indicators for no charge
- Gumrai replied May 1, 2016
Try removing return(0); at line 76
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 28, 2016
If the broker times are different, the H4 candle will not cover the same time period, so they will be different.
Difference in MT4 platforms with different brokers?
- Gumrai replied Apr 26, 2016
Hello bah12ram, I don't work with libraries. When I work with files I write the necessary code so I am unable to help you with this.
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 25, 2016
Not possible to give the results that you want. When a line is broken, the line is moved, so it seems that the indicator shows precise turning points. It's a cheat and no good in real time.
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 22, 2016
Sorry, but I rarely give out the source code nowadays
Candle Pip Counter in MT4
- Gumrai replied Apr 21, 2016
In my experience people rarely supply very specific and exact full details of their requirements. Coders are human and I think there are bound to be occasional code errors, but not too many. Usually, when People tell me that there are errors in the ...
Expected bugs from a brand new EA
- Gumrai replied Apr 20, 2016
Your post is confusing. You sat that you are creating an EA, yet the use of array name "signalBufferBuy" suggests that you are using buffers. EAs do not have buffers. Usually an EA has no need to loop through all historical bars as it only needs to ...
Please help: Getting "Array Out of Range" in EA