- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied May 23, 2015
I've also realised that I left a comment in the code that I used for a check and not needed For those who can use the compiler, simply remove the lin Comment (limit); Otherwise, I have attached the code with the line removed. My brain is not working ...
timelines indicator
- Gumrai replied May 23, 2015
You're welcome
Obviously, I haven't been able to test it in the live market as it is Saturday. I just realised that I coded it to suit the chart that I checked it on, so the lines won't show properly on any chart where the price exceeds 2.0000. ...timelines indicator
- Gumrai replied May 22, 2015
Hi, see if this is of use to you Note: If on the M1 chart and there are missing bars, some lines may not be drawn EDIT: Code reposted with minor change in post#4
timelines indicator
- Gumrai replied May 21, 2015
Use a globalscope or static variable, they are not reset every tick
I will code your EAs and Indicators for no charge
- Gumrai replied May 20, 2015
Hi, are you still getting this problem then? Have you tried shutting down your platform for a while and then re-opening it? I have had the EA running on demo this week with no problems.
Need EA To Take Trades...Please Help!
- Gumrai replied May 19, 2015
Here's a little bit of code from an indicator to get an MA of an MA It may help you to see an example Note that the first array has to be filled before applying iMAOnArray. That's why there are 2 loops if(rates_total<MainMAPeriod+AppliedMAPeriod) ...
I will code your EAs and Indicators for no charge
- Gumrai replied May 19, 2015
If you want to get the MA of another indicator using code, you need to use iMAOnArray.
I will code your EAs and Indicators for no charge
- Gumrai replied May 19, 2015
You have the smiley face, so trading has not been disabled on your platform. It seems that trading has been disabled by the broker for some reason. Contact your broker and ask them.
Need EA To Take Trades...Please Help!
- Gumrai replied May 18, 2015
Loop through the orders check if OrderSymbol() is the one you want if it is increase a counter
Code Help Regarding OrdersTotal
- Gumrai replied May 18, 2015
Hi, sorry, but I don't have a lot of spare time at the moment. I'm not really sure that I understand what you want anyway.
Hi Lo Break EA
- Gumrai replied May 17, 2015
Hello, I have written the EA so that it should only take 1 trade at a time. If you want it to stop and reverse, simply set Take Profit at 0. You can either enter a lot size to be used on every trade, or if that is set to 0, the lot size will be ...
Need EA To Take Trades...Please Help!
- Gumrai replied May 17, 2015
I am willing to do this for you as I need something relatively simple to work on to get my head back together. I will only supply the ex4 file and will be prepared to make small modifications if I have time. If somebody else wants to work on this, ...
Need EA To Take Trades...Please Help!
- Gumrai replied May 15, 2015
Hi, I didn't change the way that the offset is calculated, so it should be no different to before. However, I have changed the way that I do the offset since I coded the indicator. Try this, I have just changed it to how I do it now
Candle Pip Counter in MT4
- Gumrai replied May 15, 2015
Just quickly tested EDIT: text offset changed and uploaded in post #51
Candle Pip Counter in MT4
- Gumrai replied May 11, 2015
For a Sell/SellStop take profit has to be below the order open price
I will code your EAs and Indicators for no charge
- Gumrai replied May 9, 2015
as in your other post, let us knlw if this does as you want url
I will code your EAs and Indicators for no charge
- Gumrai replied May 9, 2015
Hi, please try this You can input SL, TP and Trailing Stop in any combination ie, if you just want the SL applied then leave the other 2 inputs at 0 It will only work for the chart symbol that the EA is attached to. If you attach it to EURUSD chart, ...
EA/Script for automatic stop loss on open orders
- Gumrai replied May 6, 2015
I have never used one. I have only seen examples of low quality code produced by them. In your first post you write "first of all i am pretty new at EA coding," which suggests that you are learning to code. So write the code yourself instead of ...
EA 2MA Cross, Stoch and MACD Combo
- Gumrai replied May 6, 2015
You are using an EA generator that generates extremely poor code
EA 2MA Cross, Stoch and MACD Combo