- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Jun 19, 2013
If it has been curve fitted then you really need to see how it does in the NEXT 5 months trading real time.
What do you think of this backtest?
- Gumrai replied Jun 18, 2013
Thanks for that. Looks like I will have to put up with it until the next build. For now I will just play around with objects on charts without the tradelines
Moving trade SL and TP lines when I don't want to
-
Moving trade SL and TP lines when I don't want to
Started Jun 18, 2013|Platform Tech|2 repliesI like to have the entry, SL and TP trade levels showing on my chart. Problem is that if I am ...
- Gumrai replied Jun 17, 2013
I note that there have been 13 downloads of the original EA and at the moment 5 downloads of the revised EA I hope to see some feedback from those that have not, as yet identified themselves

Looking for indicator: alert when current price equal high/low of current bar
- Gumrai replied Jun 17, 2013
I don't know about the Indi, but weekly profiles would always be the same whatever input you do. Some broker's week runs from Sunday to Friday, Monday to Friday and Monday to Saturday. All offset, but they should still be the same for one week. ...
Pls help fix DayStartHour option on this Market Profile indicator
- Gumrai replied Jun 16, 2013
I think that you are right now, but it depends on how often your brokers spread goes above 4, personally I would set it at 5. I did use the strategy tester over the weekend. I had to adjust the MaxSpread though because the broker's spreads are so ...
Looking for indicator: alert when current price equal high/low of current bar
- Gumrai replied Jun 16, 2013
Sorry, I didn't see this post earlier. I guess that I'm not to good about explaining the pip input With Gold, I consider 1 digit after the decimal point to be the pip value I'll try to explain better 1390.50 1390.61 0000.11 but if I only want to see ...
Looking for indicator: alert when current price equal high/low of current bar
- Gumrai replied Jun 16, 2013
Hi Macedonia. I see that you have set Pip at 0.01 That means that you consider 1 pip to be a 1 cent move in the price I'm actually surprised that any trades were opened because you have MaxSpread set at 5, ie 5 cents difference between bid and ask ...
Looking for indicator: alert when current price equal high/low of current bar
- Gumrai replied Jun 16, 2013
I believe that I have sorted out how to suspend trading during certain periods. but I need to know what you want the EA to do with open trades when it enters these Junk times
Looking for indicator: alert when current price equal high/low of current bar
- Gumrai replied Jun 16, 2013
Funnily enough, adding sessions was the next thing that I was going to try to learn about
What would you want it to do with any open trades when it enters the "Junk time" ? I've now completed version 2 which will enter trades with lot size that ...Looking for indicator: alert when current price equal high/low of current bar
- Gumrai replied Jun 16, 2013
Ah, I see what you mean now. I know what you feel though - it would be great to be able to select a number of symbols and have them open at once and with the same template.
Opening set of chart windows in one time on MT4
- Gumrai replied Jun 16, 2013
Do you mean Click on Window Click on Tile vertically/horizontally ??
Opening set of chart windows in one time on MT4
- Gumrai replied Jun 16, 2013
Thank you so much Raptor, I knew that I must have been doing something obviously wrong. That bit obviously hadn't sunk in. I knew that functions could call other functions, but functions could no be declared within other functions. I sort of didn't ...
Function difficulty in MQL4
-
Function difficulty in MQL4
Started Jun 16, 2013|Platform Tech|2 repliesHi, I only just started last week to learn a bit about coding EAs I've been doing ok, but I am ...
- Gumrai replied Jun 15, 2013
Hi, MaxGapPips would have to be removed from the code as it cannot be turned off. You could just set it impossibly high, maybe 100 pips. Be warned though, sometimes there can be large gaps in price between ticks. This could be due to losing your ...
Looking for indicator: alert when current price equal high/low of current bar
- Gumrai replied Jun 15, 2013
I am just starting to learn about coding and seeing that there have been no replies, this seemed like a good project. Please try it out, but only on Demo. It will work on the chart and timeframe that you attach it to. It will work on multi pairs, ...
Looking for indicator: alert when current price equal high/low of current bar
- Gumrai replied Jun 13, 2013
I can't help you with your code as I am trying to learn. I'm not sure what it is exactly that you want to do anyway. I think that you need to be clearer. I don't understand what you want "Result EA should look like there are always orders on every ...
Help with the following code
- Gumrai replied Jun 13, 2013
Random entry will not achieve 50% + win rate over time. As already mentioned - the spread. Even with just a 1 pip spread, the market needs to move 11 pips to hit TP, but only 9 pips to hit SL Doesn't sound much, does it? But it means that the market ...
Random Entry Win Ratio!
- Gumrai replied Jun 11, 2013
That could be due to the fact that the pending order details are already on the broker's server. A market entry has to leave your computer and travel through the internet before it can be processed. Only milliseconds most of the time, but it can ...
Your exit is more important than your entry?