- Search Metals Mine
- zznbrm replied Sep 1, 2011
Considering your risk size and (I assume) desire to not use a stop loss, I would assume you like to gamble. Why stop gambling now? I agree with Dopey...let it ride...
Help required with respect to GBP/USD
- zznbrm replied Aug 22, 2011
There is no arguing and no rancour here. There is confusion however. You continue to solicit someone to write an EA for your strategy. However, you are a programmer of 14 years, you have coded multiple EAs which you profitably trade live, and you ...
Indicators development for T101's not very simple method
- zznbrm replied Aug 19, 2011
It is possible in MT4 (though not a built-in feature). Is this what you are trying to do? 1st chart - Regular GBPUSD M5 with Heiken Ashi overlay indicator 2nd chart - Offline GBPUSD M5 chart where the chart candles (and underlying data) are the ...
trading platform that has heiken ashi charts?
- zznbrm replied Aug 17, 2011
There are two reasons why an EA could possibly take that long to "become workable": 1) Incomplete system requirements 2) Bug-ridden code With that out of the way... I do not code many EAs for other people. Why? Because usually the strategies are not ...
Indicators development for T101's not very simple method
- zznbrm replied Aug 17, 2011
Yes charvo, you are absolutely correct. To automate this strategy, all aspects of the strategy need to be quantified.
Indicators development for T101's not very simple method
- zznbrm replied Aug 16, 2011
Hasn't disbellj already coded an EA for that strategy? If the strategy rules have changed, someone should probably ask disbellj to update his EA for the new rules. He is a good coder and, if willing, can make the appropriate coding changes.
Indicators development for T101's not very simple method
- zznbrm replied Aug 15, 2011
I do not know how to call a script from an EA. However, if I was looking to do that, I would simply add the script functionality to the EA. This way, you can execute the script code directly from within the EA.
Indicators development for T101's not very simple method
- zznbrm replied Aug 15, 2011
Thank you very much for your kind words! If I recall correctly...I reviewed the backtest results of the TrendMagic/MACD strategy and did not like the strategy...so development of an EA was unfortunately not high on my to do list. I will take another ...
Indicators development for T101's not very simple method
- zznbrm replied Aug 13, 2011
I am saying, to get the most accurate basket candles (both history and live), you would want to use Tick Data. Now, since tick data is not stored in MT4, using M1 data to construct the candles for the upper timeframes is going to work pretty good ...
Indicators development for T101's not very simple method
- zznbrm replied Aug 13, 2011
Your statistics would be intriguing if the highs and lows (wicks) on your chart actually represented the highs and lows of the basket during each week. A quick review of your offline basket chart generator will prove this is clearly not the case. In ...
Indicators development for T101's not very simple method
- zznbrm replied Aug 12, 2011
Sorry for the delay...I was busy. Please see the attached script. It will create 1 summary file and weekly detail files in comma-delimited format. I'll leave it up to you to format the data per your preferences. You will notice there are no currency ...
Strength for one week, No Charts Attached ;)
- zznbrm replied Aug 12, 2011
- I closed trades each day at 20:00 Central European time, you did not. Pay particular attention to Friday of last week. Almost every trade retraced from the time you closed until 20:00. - As stated, I used a different (although, I would have to ...
Strength for one week, No Charts Attached ;)
- zznbrm replied Aug 11, 2011
Hi charvo! Attached are detailed results for 5-month test. I've also attached summary results for 2010-2011. There really is a lot of data. I've done my best to verify that my test script is correct and the resulting data is correct. It would be ...
Strength for one week, No Charts Attached ;)
- zznbrm replied Aug 11, 2011
Here is a summary of 5-month automated backtest. Results are in US dollars, trading on a FxPro standard account using 0.1 lots (10,000 units) per trade. FxPro is on Eastern European time, so I adjusted the times accordingly. Account started with ...
Strength for one week, No Charts Attached ;)
- zznbrm replied Aug 10, 2011
Mike, Yes, I agree with you. I've backtested for the past 10 weeks. Tried to follow Post 1 rules, but I did use my own calculations for the percent change. I did this since I do not know the exact calculation the Forex Army website uses. They could ...
Strength for one week, No Charts Attached ;)
- zznbrm replied Aug 10, 2011
Yes, backtesting manually is always doable, although probably a lot of work. This would be much easier to test programmatically - a simple script should do the trick! Attached is updated spreadsheet (bug fix) and a MT4 script for currency strength ...
Strength for one week, No Charts Attached ;)
- zznbrm replied Aug 9, 2011
Yes, that is how it has been working until the past 2 days. For example, I opened a 0.3 lot EU buy (using limit) this morning and it showed $0.08 in the Commission column in MT4. This is as expected and has not changed. However, when I closed my ...
MB Trading Futures - Introduction
- zznbrm replied Aug 9, 2011
Looks like they change it up a bit in MT4. If you use a limit to close an order, the positive commission is automatically added to the "Commission" column in your terminal window. If you use a stop to close an order, the negative commission is ...
MB Trading Futures - Introduction
- zznbrm replied Aug 1, 2011
Glad to see you are on top of things. Yes, those charts are very close. Keep up the good work!
Indicators development for T101's not very simple method
- zznbrm replied Jul 27, 2011
Try the WinAPI message box: url I don't know about True/False buttons, but for Yes/No you can try something like this: int intResponse = MessageBoxA( WindowHandle( Symbol(), Period() ), "Message", "Alert", MB_YESNO | MB_ICONEXCLAMATION | ...
If possible a little help with this indicator please