- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Apr 27, 2014
I have just restarted MT4 and had the indicator on a chart. A string of alerts has popped up. This is weird as the market is closed and there are no new incoming ticks. Obviously, that is not good. I will need to check the code again.
Alerts for AOAC indicator
- Gumrai replied Apr 27, 2014
Try this. Obviously, as it is the weekend, I have not been able to test this Added pop up, email and push 2nd version has arrows instead of squares for the up and down values. I'm a bit colour blind and so found it difficult to see the different ...
Alerts for AOAC indicator
- Gumrai replied Apr 26, 2014
You need to attach the source code. .ex4 cannot be modified.
Alerts for AOAC indicator
- Gumrai replied Apr 26, 2014
You've learnt not to post in capitals at last. Still, your post is total nonsense Amitkk
Break even 'EA'?
- Gumrai replied Apr 23, 2014
You didn't ask for a solution, you made a statement. You told us what you are looking for and what you want.
Seeking indi that shows possible profit & loss based on TP & SL
- Gumrai replied Apr 23, 2014
Good luck with your search

Seeking indi that shows possible profit & loss based on TP & SL
- Gumrai replied Apr 20, 2014
I don't normally work with files much and then it's only basic stuff. I really must learn some more
I think that you should find that this does what you want, but it will only work on an hourly chart because the data is hourly. In smaller ...Plot Data from Excel to MT4?
- Gumrai replied Apr 20, 2014
Whar makes you think that brokers are uploading traders' indicators?
how to chart with mt4 independently of you broker
- Gumrai replied Apr 19, 2014
To be honest I wasn't even aware of the DEMA before I read your post. So this got my interest. I assume that you have an indicator that draws the DEMA? I had to look it up on the internet to get the formula and have written an MA indicator that ...
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 17, 2014
Had your MT4 already updated to 625 before the windows update? Maybe it is trying to update but being blocked by your anti-virus or something? Have you installed MT4 in Program files, that can cause a lot of problems.
MT4 shuts down after installing Windows update
- Gumrai replied Apr 16, 2014
Not tested int start() { int counted_bars=IndicatorCounted(); ObjectCreate(LineName, OBJ_HLINE, 0, 0, Bid); ObjectSet(LineName, OBJPROP_STYLE, LineStyle); ObjectSet(LineName, OBJPROP_COLOR, LineColor); double val = ObjectGet( LineName, ...
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 16, 2014
At the bottom of the tade window you will see a tab called "Alerts" Open this tab and right click inside it and set your alert
Popup alert when price hits a certain number
- Gumrai replied Apr 15, 2014
I haven't looked closely at your code, but wherever you see something like for (i=0; i<NumberOfBar; i++) try changing it to for (i=1; i<NumberOfBar; i++) That way it will not do any calculations with the current candle
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 15, 2014
What do you mean by "it will not appear on my platform."It doesn't show in the navigator window or it doesn't appear to do anything when you attach it to a chart?If the latter, look in your experts and journal tab and see if there was an error ...
Kino- T3MA ribbon filled is not appearing on my chart
- Gumrai replied Apr 15, 2014
In the new update, use clrNONE
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 15, 2014
Please don't use capital letters, it is considered bad etiquette. It also draws attention to you and it may make people suspect that you are banned member Amitkk posting under a new name. FYI, I didn't suspend Amitkk and it was the moderators that ...
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 13, 2014
Extremely experienced coders can have difficulties following other people's code when the variable names do not suggest what they hold. If you have no problems trying to follow decompiled code, then you have a special gift.
Add alert to this indicator please
- Gumrai replied Apr 13, 2014
Impossible to be more off-topic for this thread. Your question belongs in the "Rookie Talk" forum!
I will code your EAs and Indicators for no charge
- Gumrai replied Apr 13, 2014
Help may be given, but it should not be expected. Decompiled is almost certainly stolen code, so most coders will not work with it on principle. For a coder, with other people's code, it can be very difficult to follow the logic and algorithm. ...
Add alert to this indicator please