Kwanann
Thanks for finding the time to add GMT..I will get it loaded on a demo and do some further testing!!!
Jason
Nanningbob 10.5 EA
-
theforexedge
- Trader
- Posts: 220
- Joined: Thu Apr 26, 2012 10:31 pm
- Location: Torquay
- kwanann
- Trader
- Posts: 948
- Joined: Thu Nov 29, 2012 1:53 am
Re: Nanningbob 10.5 EA
Jason,
actually GMT was added in the previous version but it didnt work due some issues with the lib, i just changed it to use the actual indicator
I'm not sure what the CPU load will be like using indicators, but chances are you might floor a processor if you put it in too many charts
actually GMT was added in the previous version but it didnt work due some issues with the lib, i just changed it to use the actual indicator
I'm not sure what the CPU load will be like using indicators, but chances are you might floor a processor if you put it in too many charts
I've been trading using OM Dual N EA for the past 2 years, live results can be found over at https://www.fxblue.com/users/kwanann
- blazko
- Trader
- Posts: 86
- Joined: Thu Dec 01, 2011 10:57 am
Re: Nanningbob 10.5 EA
Just a quick question,
are all those zeros normal behavior?
are all those zeros normal behavior?
You do not have the required permissions to view the files attached to this post.
cheers
-
Bader
- Trader
- Posts: 20
- Joined: Fri Mar 23, 2012 8:46 pm
Re: Nanningbob 10.5 EA
Thanks - will give it a go
- kwanann
- Trader
- Posts: 948
- Joined: Thu Nov 29, 2012 1:53 am
Re: Nanningbob 10.5 EA
Seems to be an older version.. But no.. If its all zero.. Go change to the indicator versionblazko wrote:Just a quick question,
are all those zeros normal behavior?
I've been trading using OM Dual N EA for the past 2 years, live results can be found over at https://www.fxblue.com/users/kwanann
- blazko
- Trader
- Posts: 86
- Joined: Thu Dec 01, 2011 10:57 am
Re: Nanningbob 10.5 EA
thanks works with indies=truekwanann wrote:Seems to be an older version.. But no.. If its all zero.. Go change to the indicator versionblazko wrote:Just a quick question,
are all those zeros normal behavior?
cheers
- Priyesh
- Trader
- Posts: 21
- Joined: Thu May 09, 2013 5:24 pm
Re: Nanningbob 10.5 EA
Kwanann
You da man!!!
Thanks so much. All working fine now and the CPU useage is not that bad at the moment.
Priyesh
You da man!!!
Thanks so much. All working fine now and the CPU useage is not that bad at the moment.
Priyesh
-
kwchau
- Trader
- Posts: 305
- Joined: Tue Jan 03, 2012 3:37 pm
Re: Nanningbob 10.5 EA
Hi Kwanann,
I've visually gone through the past trades last week. It seems to me that the EA may do better in a range market if it used the 60 MA to determine the trend, instead of using 240 MA. I look up the settings, it seems that it is hardcoded to use 240 MA.
Is there a simple way that I could change the code to test out this idea ? Appreciate your directions in this respect, thank you !
I've visually gone through the past trades last week. It seems to me that the EA may do better in a range market if it used the 60 MA to determine the trend, instead of using 240 MA. I look up the settings, it seems that it is hardcoded to use 240 MA.
Is there a simple way that I could change the code to test out this idea ? Appreciate your directions in this respect, thank you !
- kwanann
- Trader
- Posts: 948
- Joined: Thu Nov 29, 2012 1:53 am
Re: Nanningbob 10.5 EA
Lol kk I expose that as an option. Though seriously.. You can finda 1001 ma values that perform better depending on how far you want to check. For a quick fix just goto the libcss and change the decision.ma240 function
I've been trading using OM Dual N EA for the past 2 years, live results can be found over at https://www.fxblue.com/users/kwanann
-
kwchau
- Trader
- Posts: 305
- Joined: Tue Jan 03, 2012 3:37 pm
Re: Nanningbob 10.5 EA
kwanann wrote:Lol kk I expose that as an option. Though seriously.. You can finda 1001 ma values that perform better depending on how far you want to check. For a quick fix just goto the libcss and change the decision.ma240 function
Thank you ! I understand what you are saying, just like to try out the combination of 60MA and daily pivots.