A very simple cashcow
![]() |
|
||||
|
Quote:
For the ZeroCode I'm sure its probably just a spelling error or something. Check with scorpion by posting your ZeroCode logics, theres probably a tiny mistake that's missing out. Post it in the ZeroCode section, I'm sure you'll double your responses
__________________
____________________________\¦/ ___________________________(ò ó) ______________________o0o___(_)___o0o__ ___¦_____¦_____¦_____¦_____¦_____¦_____¦ ¦_____¦_____¦_____¦_____¦_____¦_____¦__ ___¦_____¦_____¦_____¦_____¦_____¦_____¦ ¦_____¦_____¦_____¦_____¦_____¦_____¦__ |
|
||||
|
Hey Trader7,
This system can be create by pure ZeroCode. First jump directly to system logics step without setting up any indicator. And then, setup below logics: Buy Logics: AND Close[1]-Low[1] < 0.0015 AND Volume <= 10 Sell Logics: AND High[1]-Close[1] < 0.0015 AND Volume <= 10 In the last step, set Take Profit to 25. That's it! simple |
|
||||
|
It worked at first try. Thanks man!
But it blows my account in a matter of days.... Little time right now but while the code looks ok the signals/backtest look wrong. Example: EURUSD 1 day bar 15 June 2005 Close=1.2123 High= 1.2133 That's within the 15 pips range so the sell on the next bar is correct. There is arond 45 pips to be 'earned' on that bar but still the backtest gives me a loosing trade. What's wrong......?
__________________
If your system fails just swap long & short :whistling |
|
||||
|
TraderSeven. MT backtesting uses bar data , so theoretically the onlytrustable backtestedare for expertst forking with ohlc pricec. This is why in many cases backtestin is not effective. In mt4 ( we all hope ) tick data will be used, and backtesting will be more reliable.
__________________
Regards, Ravique |
|
||||
|
That's clear. A system can't use intraday data when there is only EOD data.
That's the case on all platforms. But if you look at my example you will see that a trade was possible. The backtest only needed the OHLC data. Just waiting for some RT trades is impossible IMO. Around 1 trade a week is generated. And the minimum system test is at least 100 trades IMO. I'm not that patient So I programmed the system in ProSuite.No better then break even. But examining the winning bars shows theorecically there was more profit in them. And the loosing bars show that they theorectically could have be winners if I had taken a smaller profit target. Trailing stops are the solutions here. But (as you) say for that intraday data is needed. Is it possible (with some script) to use 1 minute bars as intraday data when testing an 'EOD' system?
__________________
If your system fails just swap long & short :whistling Last edited by TraderSeven : 06-18-2005 at 11:21 AM. |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Only Simple Way To Win The Forex Market Revealed | cfchai | Classified Ads | 8 | 03-07-2008 04:23 PM |
| Who'd have thought such a simple strategy woudl be so profitable | sccz97 | Trading Systems | 11 | 02-22-2008 10:06 AM |
| ZeroCode: Create a simple MACD Cross expert | scorpion | Tutorials, Tips & Tricks | 2 | 06-08-2005 03:23 PM |
All times are GMT. The time now is 08:09 AM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now











So I programmed the system in ProSuite.
Linear Mode


