- Search Metals Mine
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Nov 2, 2013
So why haven't you posted in the other thread where you double posted your request? You are obviously quite happy to have somebody else waste their time modifying the code for you when you now have it done! url
Open, Close, High & Low Indicator
- Gumrai replied Nov 1, 2013
Why do casinos routinely ban Gamblers that they suspect of being adept at card counting?
How long was your longest Losing streak?
- Gumrai replied Nov 1, 2013
Do you use a stoploss? Looking at your results, you are quite happy to allow a single trade lose 15% of the account and hang on to it until it scrapes a profit. Not only that, but you will add additional lots to a losing trade. If a trade does not ...
Sell a working Expert Advisor
- Gumrai replied Oct 31, 2013
Not sure what you are asking. Do you mean when you click on indicators on the chart or the indicators icon in the toolbar, indicators from the insert on the toolbar, show indicators after right clicking on the chart?
Mt4 Indicator box hidden
- Gumrai replied Oct 31, 2013
About 3 or 4 years ago, I had a winning streak of 15 trades one month. The next month, I had a losing streak of 13. Almost seemed like the market was taking revenge for the great previous month. Those were all R:R 1:1 and either hit TP or SL, no ...
How long was your longest Losing streak?
- Gumrai replied Oct 30, 2013
This has always puzzled me and what you say makes perfect sense. An excellent explanation.
Trend Lines Not Matching Up
- Gumrai replied Oct 29, 2013
I think that the first thing you will need to do is to check the bar's time and if it is within the period that you want to exclude, make the buffers equal to the previous You will need to reverse your for loop so that it calculates from left to ...
This chart-line indicator should be simple
- Gumrai replied Oct 26, 2013
There is no need to check through open trades or history if the order number is known, just use SELECT_BY_TICKET. Then if it is necessary to check whether the order is open or closed, use OrderCloseTime, it will return 0 if the trade is still open.
I will code your EAs and Indicators for no charge
- Gumrai replied Oct 24, 2013
Your signature says it all Looking for Finance Freedom target on 1,000,000 Euro If you expect to make a million trading forex with a small starting account, your expectations are unrealistic.
Help! What is the actual holy grail in forex? I'm tired of losing
- Gumrai replied Oct 24, 2013
Try this, again not tested, just added the push notification where there is an email alert
I will code your EAs and Indicators for no charge
- Gumrai replied Oct 24, 2013
No ex4 or de-compiled mq4 files cannot be modified
I will code your EAs and Indicators for no charge
- Gumrai replied Oct 23, 2013
TMS_TDI_SlopeAlert seems to be decompiled code.
I will code your EAs and Indicators for no charge
- Gumrai replied Oct 23, 2013
Hi Manoj, I think that this should work ok, I added the push notification to mimic the email alert. Untested as I don't use push notification myself. I will look at the slopealert now
I will code your EAs and Indicators for no charge
- Gumrai replied Oct 23, 2013
So you post an optimised backtest with an extremely low modelling quality. Look at the posted image at the top of the graph. " A very crude method based on the least nearest timeframe THE RESULTS MUST NOT BE CONSIDERED"
Trade Gold - XAUUSD by EA (Robots)
- Gumrai replied Oct 23, 2013
Happy to have helped. Thankyou for the thankyou

Strategy Tester with exotic pairs
- Gumrai replied Oct 23, 2013
As far as I know, you should be able to use any instrument in the tester. You could try attaching the EA to the chart that you want to trade (obviously, disable Expert Advisors or dis-allow live trading) Then right click on the chart, select Expert ...
Strategy Tester with exotic pairs
- Gumrai replied Oct 22, 2013
Ideally, you would use a broker's chart that only has 5 full daily candles per week, without the silly small Sunday candle. I'm sure that there must be an offset indicator for pivots etc available. There's one in this thread -no idea if it is good ...
Additional Indicators for the Genesis Matrix Trading System
- Gumrai replied Oct 22, 2013
Maybe8, I meant to ask you about your code in your previous post while(true) if(CheckTrades(MagicNumber)==0) { ticket=OrderSend(Symbol().... } what is while(true) meant to do? while what is true?
I will code your EAs and Indicators for no charge
- Gumrai replied Oct 22, 2013
To be honest with you I don't know what happens when you call a function without a return, but to be on the safe side it may be a good idea to include return(0); int CheckTrades(int MagicNumber) { int cnt; int ordtotal = OrdersTotal(); for (int i = ...
I will code your EAs and Indicators for no charge
- Gumrai replied Oct 22, 2013
The 2 brokers' midnight is offset 2 hours compared to each other, so Daily pivots will be calculated on different periods
Additional Indicators for the Genesis Matrix Trading System