- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Feb 16, 2014
As I have already said, explain the logic behind the code and I may be able to help you. You cannot use shift 0 when calculating with closed candles because bar 0 has not closed, as soon as it does close, it becomes bar 1. It can be done by using ...
Problem with my code, please help guys!
- Gumrai replied Feb 16, 2014
Highly paid analysts will be looking at the same thing and they get it wrong 50% of the time unless the report is really bad/good. What chance do we have?
Need help to determine if speech or report is hawkish or dovish
- Gumrai replied Feb 16, 2014
DO IT
A semi proficient coder is ideal to head such a thread. I wouldn't feel too embarrassed to ask seemingly stupid questions then 
MT4 New build 600 is released
- Gumrai replied Feb 16, 2014
Please explain the logic and I may be able to help. Sorry, I can't help without understanding the logic behind the code. As you should understand the logic, it will be very simple for you to amend the code so that it only calculates with closed bars. ...
Problem with my code, please help guys!
- Gumrai replied Feb 16, 2014
This thread moved to Trading Discussion from Platform Tech? Couldn't be more tecchy and less about trading!!??
MT4 New build 600 is released
- Gumrai replied Feb 15, 2014
The problem here is that it is very difficult to follow the logic of your code because you use variable names that do not help to describe what that variable is. Eg. Why call a variable F1_Brulaity_Power_Level_Show_On when First_ma_Applied_Price ...
Problem with my code, please help guys!
- Gumrai replied Feb 14, 2014
I don't have the old compiler, but it may help if you only calculate once per bar. Try inserting this code after start() { static datetime OldBarTime=0; datetime newbartime = Time[0]; if(newbartime==OldBarTime) return(0); OldBarTime=newbartime;
Problem with my code, please help guys!
- Gumrai replied Feb 14, 2014
Try this I believe that it does what you want I've not tested it too much, so please let me know how it works for you
Consecutive candles indi combined with volume & spread indi
- Gumrai replied Feb 13, 2014
As I'm trying to get used to the new editor, I am willing to attempt this code as an exercise. I'd just like to be clear When you say"The opposite for long", do you mean that for a long signal The 4th(final) bear candle has a SMALLER body than the ...
Consecutive candles indi combined with volume & spread indi
- Gumrai replied Feb 13, 2014
I realised that I didn't totally complete the coding of the indicator that I posted before. The code was re-calculating the whole indicator on every tick. Not a big problem with such a small amount of code, but why use more CPU than is necessary? So ...
H1 Candle High/Low Indicator
- Gumrai replied Feb 13, 2014
You're welcome
I don't know if my code is the most efficient way of coding what you wanted , but at least it works. For me, the transition to the new upgrade, coding wise, is like swimming through very thick treacle.H1 Candle High/Low Indicator
- Gumrai replied Feb 13, 2014
This seemed a simple indi, so I thought it would be interesting to try to code with version 604. Took me a lot longer than it would have with 509, but at least I have learnt something
I've attached source and ex4, don't know if the ex4 will work ...H1 Candle High/Low Indicator
- Gumrai replied Feb 11, 2014
I have read that some brokers may change the comment, but no real specifics. From experience, I have only ever seen the comment changed by adding to the end. Ie. [sl] or [tp] may be added if SL or TP is hit. I can't be sure if there are any cases of ...
I will code your EAs and Indicators for no charge
- Gumrai replied Feb 10, 2014
I agree with you
I could code quite well with the old version, but I am having a lot of difficulties with the new version. Trying to write a simple indicator from scratch, using the mql4 wizard template as I usually do, I am thinking "where is ...MT4 New build 600 is released
- Gumrai replied Feb 8, 2014
You have to explain what you mean by USD 15 min Breakout strategy. As forex is in pairs are you referring to a USD index?
Looking for a 15M Breakout Strategy
- Gumrai replied Feb 7, 2014
I think that most MT4 coders are busy trying to adapt to the new MetaEditor. It may be that coders are unwilling to write code that may or may not work in any of the many updates that are happening now.
Hi guys, I need an engulfing indicator with alert signal
- Gumrai replied Feb 6, 2014
doesn't work[/quote] Are you clicking on the the experts tab in the terminal or the expert advisors icon on the platform? I am talking about the lower window that you can see your open trades etc. It has the experts tab at the bottom
Adding a Pop-Up to an alert
- Gumrai replied Feb 6, 2014
In your terminal, you could always click on the Experts Tab, and you will see the alert there with the symbol and timeframe that it came from.
Adding a Pop-Up to an alert
- Gumrai replied Feb 3, 2014
As your EA opens multiple orders and a single Global variable can only store the ticket number of one of them, no.
I will code your EAs and Indicators for no charge