- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Aug 28, 2014
I have removed the line breaks for push notifications. They are allowed to be up to 255 characters, but maybe there is a limit on lines or something. Strange that the date in your message shows as 20.14.08 16:32 A very strange date/time format that ...
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Aug 28, 2014
Sorry, but your post is garbled. Please post clearly with punctuation and spaces to make it easier to read.
Candle Pip Counter in MT4
- Gumrai replied Aug 28, 2014
Symona, Can you please test this and see if it sends push notifications without cutting the message short?
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Aug 28, 2014
It has the alert, but it will only alert when the cross happens. If a cross occurred a few bars back when you attach the indi, it will not send an alert' The indi is set up so that it only works on closed bars. Otherwise, you get lots of false ...
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 28, 2014
Possibly replace if(OrderType()==OP_BUY || OP_SELL) with if(OrderType()==OP_BUY || OrderType()==OP_SELL)
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 28, 2014
I looked at the code and it is complete rubbish. Did you not notice that it doesn't put the dots on the cross, but the bar before? Anyway, I have re-written the indicator instead of trying to modify the old one. Please try this, I hope that it does ...
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 27, 2014
This seemed like a good project to incorporate some of the newer additions to the mq4 code since the upgrade. All the timeframes are available, just select which ones that you want in the inputs. I've set the default to only show H4 and above as ...
Price below/above daily/weekly/monthly open indicator
- Gumrai replied Aug 27, 2014
I didn't look too deep into the code, just the alerts. If it alerts when the conditions are not satisfied, then it was a poorly coded indicator to begin with. I will look more closely at the rest of the code if/as/when I have spare time.
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 26, 2014
Try this. I have modified it so that it should alert a maximum of once per bar. Note: I have not tested it
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 25, 2014
You do realise that if Tenkan above(Buy)/below(Sell) the kijun is set to true and Price closes above(Buy)/below(Sell) the cloud is set to true You will not get an alert unless BOTH conditions are satisfied? ie. price may move above the cloud, but if ...
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Aug 25, 2014
Which alerts don't work? Pop-up, email and/or push? Did they work on the previous version? I don't use email or push alerts myself and so only tested the pop-up. I checked the email and push text by temporarily placing a comment on the screen and it ...
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Aug 24, 2014
I have made some changes. I had to wait for the market to open so that I could at least do minimal testing. There was a minor issue with it painting some extra arrows when working with open bars and I have corrected that now. I have also modified ...
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Aug 21, 2014
Read the thread title I will code your EAs and Indicators for no charge That means that the only compensation expected is a thankyou
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 21, 2014
What are kama indicators>
I will code your EAs and Indicators for no charge
- Gumrai replied Aug 21, 2014
Sorry, but I don't always want to post my source code. If you let me know what code you want for the notification, I could write it into the code. Or if inputting a string for the message would be useful, let me know. The code has ...
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Aug 21, 2014
Try this, remember to remove the old MQ4 file from the folder I have only modified and compiled, not tested
Help with Close All Advanced Script!
- Gumrai replied Aug 20, 2014
Hi, New version attached, please test it out. I've not tested it very much myself. Added options to show/not show arrows Work with closed candles only/ calculate with the current open candle Price crosses tenkan chikou above/below its price chikou ...
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Aug 20, 2014
I will make modifications to allow arrows to be shown/not shown. Best to leave it as an option as it allows you to cast your eyes over the chart and see where signals occured with certain settings. Bearing in mind that any signals on the past chart ...
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Aug 20, 2014
I will try to make the additions as/when i have time
Ichimoku Cloud Break Out Email Alert
- Gumrai replied Aug 19, 2014
Assuming that you are Using MT4 Platform. First, I don't see how this is based on price action. It is impossible to code an EA to exit at the close price of a candle. The EA cannot know that a candle has closed until a new candle opens, so it will ...
Need help building an EA based on Price Action