- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Jul 1, 2013
It should do what you want I think. The EA will open pending orders and you can modify TP of the pending order in the terminal window. The point is that you don't need to input the ticket number of the pending order, so less chance of mistakes. One ...
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Jul 1, 2013
Hi, You haven't got the EA enabled. You should have a smiley face in the top right corner of the chart. Click on Expert Advisors in the top toolbar and you will see the face appear. If the face isn't smiling then click on the face to open the ...
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Jul 1, 2013
Here's a different version. This one will open up to 10 pending orders automatically As each pending order is triggered it will adjust the SL, TP or both of the original order and any previously triggered orders so they will all be the same. It will ...
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Jun 30, 2013
I believe that I have it sorted now It doesn't go all the way back in history, but hopefully it will serve your purpose
Want Daily HiLo Indicator to line up with today's data
- Gumrai replied Jun 30, 2013
Sorted out the parrallel line thing, but seeing another problem with live ticks coming in. Will see if I can sort that before reposting the indicator
Want Daily HiLo Indicator to line up with today's data
- Gumrai replied Jun 30, 2013
Yes, that's strange. Not sure what is going on there. If you change timeframes. it comes back again. It may well sort itself out when new ticks are coming in when the market is open, but it is still not right. I will try to see why this is happening ...
Want Daily HiLo Indicator to line up with today's data
- Gumrai replied Jun 30, 2013
Hi, I was working on something similar as part of an EA. It was quite simple to turn it into an indicator You have a choice of lines or dots Edit: Attachments removed, Indicators amended and reposted later
Want Daily HiLo Indicator to line up with today's data
- Gumrai replied Jun 29, 2013
You will see a sort of shadowy vertical line to the left of each tool bar. Drag this image
How do you drag MT4 Toolbars?
- Gumrai replied Jun 28, 2013
I am a novice coder and I am working on a couple of projects at the moment, so I cannot do anything else for now. If nobody else codes it for you, I can attempt it when I have the time. OP is short for "Original Poster" ie The person who started the ...
Hi guys, I need an engulfing indicator with alert signal
- Gumrai replied Jun 28, 2013
Yes, I guess that you are right, but I can empathise with the OP. Living in a country where I rarely hear my native English, I know how difficult it can be to express precise details in a foreign language.
Hi guys, I need an engulfing indicator with alert signal
- Gumrai replied Jun 28, 2013
I think that I may have possibly deciphered the criteria here. Let's see if I am right If there are 2 consecutive bullish candles then a signal is given to go long at the close of the second candle If there are 2 consecutive bearish candles then a ...
Hi guys, I need an engulfing indicator with alert signal
- Gumrai replied Jun 28, 2013
Thanks guys. I was using iTime() as well as iOpen(), iClose(), iHigh() I was getting wrong values even when GetLastError() returned 0. So I was flummoxed for a while. I found the reason was that I was testing out some stuff with a script and alerts ...
Another newbie coder question
-
Another newbie coder question
Started Jun 27, 2013|Platform Tech|3 repliesHi, I am working on something that requires using data from M5 and D1 charts, but may be ...
- Gumrai replied Jun 27, 2013
I would think that there are already a number of EAs that do this out there already. As a newbie coder it sounds like an interesting project as I haven't done much work with graphical objects. I'm a bit busy with other things at the moment, but if ...
MT4 Trendline alerts - Is it possible?
- Gumrai replied Jun 26, 2013
You're welcome. I forgot to put in the code to remove the label displaying the result when you delete the indicator. This means that the display will stay on your chart and just display the last value at the time that you delete it. I have made the ...
Price info indicator needed - one pair's price x another pair
- Gumrai replied Jun 25, 2013
Because of the spread, mathematically, that is unlikely to achieve a win rate of 50%
Strategies with a 50% win ratio?
- Gumrai replied Jun 25, 2013
Try this. If it gets in the way of the chart, just double click on it, the same as any Label and you will be able to move it out of the way. If your broker uses a suffix after the symbol name, you will have to add it to USDJPY & EURUSD in the input ...
Price info indicator needed - one pair's price x another pair
- Gumrai replied Jun 25, 2013
What does USD/JPY mean? If it is USD divided by JPY, where would you get the value of each currency from?
Price info indicator needed - one pair's price x another pair
- Gumrai replied Jun 24, 2013
I still have no idea what you mean, you seem to contradict yourself You need to explain precisely what you mean by swallowing/engulfing. In that diagram, the range of every single candle covered the body of the previous candle.
Hi guys, I need an engulfing indicator with alert signal