I see you are using the bot for the 5 mins chart. What settings are you using?Khalaad wrote:I switched from 3 minute to 5 minute chart in the morning.
Today's London hours forward test screen shot attached. Please note this is not even demo trading -- just test trading within the VPS -- so no slippage at all.
Khalid
swingONE
-
okehiedon
- Trader
- Posts: 21
- Joined: Tue Nov 15, 2011 10:38 pm
Re: swingONE
-
garyfritz
Re: swingONE
Khalid, I've been experimenting with your MC code translated to Tradestation, and I'm not having much luck. I've experimented with all manner of TFs, stops, profit targets, etc, and I'm finding very few profitable cases.
I haven't yet tried modifying the trading logic, but I suspect that will be necessary. Even with longer TFs like M10 or M30, it trades pretty frenetically, jumping in and out. I'm seeing thousands of trades in the last year (trading 24/5) if I use a SL, which is the only way I can get it to show a profit. This thing catches an occasional nice move, but it's way too eager to jump in. It takes lots and lots of losses and those eat up the profits. The entry is just not working very well.
I haven't yet tried modifying the trading logic, but I suspect that will be necessary. Even with longer TFs like M10 or M30, it trades pretty frenetically, jumping in and out. I'm seeing thousands of trades in the last year (trading 24/5) if I use a SL, which is the only way I can get it to show a profit. This thing catches an occasional nice move, but it's way too eager to jump in. It takes lots and lots of losses and those eat up the profits. The entry is just not working very well.
-
zjsdss
- Posts: 9
- Joined: Tue Feb 21, 2012 2:04 am
Re: swingONE
I look your Khalid_TEST_real test result。Khalaad wrote:I am sorry, Gary, that this is happening.garyfritz wrote:Khalid, I've been experimenting with your MC code translated to Tradestation, and I'm not having much luck. I've experimented with all manner of TFs, stops, profit targets, etc, and I'm finding very few profitable cases.![]()
I believe this is not necessary. However, the code needs to be made more effective, and I am continually doing so. The forward test results posted above are a result of improved code. We shall see what the future holds.garyfritz wrote:I haven't yet tried modifying the trading logic, but I suspect that will be necessary.![]()
I am successfully trading the essentials of the present trading logic for years and cannot see why it cannot be translsted into a profitable auto-trader.![]()
The trick is to prevent re-entry after most exits. Please note the code I sent you had the following warning:garyfritz wrote: Even with longer TFs like M10 or M30, it trades pretty frenetically, jumping in and out. I'm seeing thousands of trades in the last year (trading 24/5) if I use a SL, which is the only way I can get it to show a profit. This thing catches an occasional nice move, but it's way too eager to jump in. It takes lots and lots of losses and those eat up the profits. The entry is just not working very well.
I think I have the matter of un-wanted re-entries under control. Again, time will tell.Code: Select all
//Strategy Exits {need to address re-entries (if Trading Conditions persist) after exits}![]()
Thank you for your efforts in getting this right. Highly appreciated.![]()
Khalid
Very good. Don't know if I can provide came out to learn?
-
zjsdss
- Posts: 9
- Joined: Tue Feb 21, 2012 2:04 am
Re: swingONE
Thank you, zjsdss.
Learning is the difficult bit. It took more than 10,000 hours of hard learning before I was capable
of (the RED line in the graph) performance.
But only a few moments of foolishness in deciding to test a 'recovery', etc. system to which has brought about the YELLOW line deterioration. 
Anyway, the purpose of the signature here is to constantly remind that the EA should (eventually) match the RED line.
Khalid[/quote]
thanks;I spent an afternoon of time watching swingONE thread。But it looks really need your help and interpretation. Because my English is ordinary.so.Thanks to the help of the people, wish you happy.
I don't know swingONE and Khalid_TEST_real is also a ea.It's not important.
The important thing is how can I better use of commissioning the ea. The ea no instruction. Don't know you can give me some help. Many parameters I don't know how to set up.
The ea no instruction. Don't know you can give me some help. Many parameters I don't know how to set up.
Learning is the difficult bit. It took more than 10,000 hours of hard learning before I was capable
of (the RED line in the graph) performance.
Anyway, the purpose of the signature here is to constantly remind that the EA should (eventually) match the RED line.
Khalid[/quote]
thanks;I spent an afternoon of time watching swingONE thread。But it looks really need your help and interpretation. Because my English is ordinary.so.Thanks to the help of the people, wish you happy.
I don't know swingONE and Khalid_TEST_real is also a ea.It's not important.
The important thing is how can I better use of commissioning the ea. The ea no instruction. Don't know you can give me some help. Many parameters I don't know how to set up.
The ea no instruction. Don't know you can give me some help. Many parameters I don't know how to set up.
-
zjsdss
- Posts: 9
- Joined: Tue Feb 21, 2012 2:04 am
Re: swingONE
thanks.Khalaad wrote:I am doing my best to complete a manual/guide; but things keep cropping up and this is taking longer that I first anticipated. However, it shall be completed sometime this week.zjsdss wrote: thanks;I spent an afternoon of time watching swingONE thread。But it looks really need your help and interpretation. Because my English is ordinary.so.Thanks to the help of the people, wish you happy.
I don't know swingONE and Khalid_TEST_real is also a ea.It's not important.
The important thing is how can I better use of commissioning the ea. The ea no instruction. Don't know you can give me some help. Many parameters I don't know how to set up.
The ea no instruction. Don't know you can give me some help. Many parameters I don't know how to set up.
In the meanwhile, please test the EA with default settings. Please do not worry if it does not make money because it will throw up lot of useful information on the basis of which profitable settings can be determined.
Khalid
The effort. Also looking forward to your user manual. I wish you happiness.
- crashout
- Trader
- Posts: 75
- Joined: Fri Dec 23, 2011 4:17 pm
- Location: In the trading room !
Re: swingONE
Hello Khalaad,Khalaad wrote:I moved down to 3 minutes, but still very little oomph in EURUSD today. Barely broke even.
3 minute is my favourite time frame for intra-day trading, but I had switched to 5 minutes becauseEmpty4 has no M3!
Khalid
I think you can do 3 minutes in Empty4 with an expert or a script, i don't remember the name, maybe "time converter" or something like else.
Edit : after search : http://codebase.mql4.com/277
Apply it to a 1 minute chart, and put the multiplier to 3 and you have 3 minutes !
- morepipspls
- Trader
- Posts: 17
- Joined: Tue Jan 17, 2012 7:44 pm
- Location: Spain
Re: swingONE
Hi all,Khalaad wrote:![]()
Khalid
Nice stuff but are you sure that all is working fine here?. Please take a look to attached picture. Trigger is when price is below MA and STO should be above 55.
Thanks
You do not have the required permissions to view the files attached to this post.
- morepipspls
- Trader
- Posts: 17
- Joined: Tue Jan 17, 2012 7:44 pm
- Location: Spain
Re: swingONE
Sorry Khalid, I mean Stochastic Oscillator filter. I checked again and it´s the only filter does not work. I want to trade when pullback comes so it is important.Khalaad wrote:I am sorry, morepipsspls, I do not quite know what STO stands for?morepipspls wrote:Hi all,Khalaad wrote:![]()
Khalid
Nice stuff but are you sure that all is working fine here?. Please take a look to attached picture. Trigger is when price is below MA and STO should be above 55.
Thanks
Khalid
Regards
-
markft
- Trader
- Posts: 82
- Joined: Thu Dec 08, 2011 12:06 pm
- Location: Sydney, Australia
Re: swingONE
Hi morepipsspls,morepipspls wrote: Hi all,
Nice stuff but are you sure that all is working fine here?. Please take a look to attached picture. Trigger is when price is below MA and STO should be above 55.
Thanks
Thank you for testing and reporting this one. I had implemented the stochastic filter at a very late hour and instead of the documented "Stochastic must be above StochHighLim and falling for Short; Stochastic must be below StochLowLim and rising for Long"; was checking StochLowLim for short and StochHighLim for long trades. Everything else appears to be done properly.
Attached the new version 2.2 that resolves this issue. Changes are:
swingOne v2.2
- Updated comment text shown on the screen so it is more useable in smaller screens
- An issue in stoch filter resolved
You do not have the required permissions to view the files attached to this post.