Nanningbob 10.5 EA

Share your 10.x automated traders here.
User avatar
Priyesh
Trader
Posts: 21
Joined: Thu May 09, 2013 5:24 pm

Re: Nanningbob 10.5 EA

Post by Priyesh »

Hi Kwanann

Just loaded version h and found that the CSS-H1 and CSS-H4 for all pairs is showing as Golden rod see chart attached. Is this just an error for the display or is something not working?

Priyesh
You do not have the required permissions to view the files attached to this post.
User avatar
kwanann
Trader
Posts: 948
Joined: Thu Nov 29, 2012 1:53 am

Re: Nanningbob 10.5 EA

Post by kwanann »

ARGHHH again???

Is it only for that chart or are there more of those goldenrod appearing?
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
User avatar
Priyesh
Trader
Posts: 21
Joined: Thu May 09, 2013 5:24 pm

Re: Nanningbob 10.5 EA

Post by Priyesh »

Unfortunately it's for all the charts. :-(
Priyesh
User avatar
kwanann
Trader
Posts: 948
Joined: Thu Nov 29, 2012 1:53 am

Re: Nanningbob 10.5 EA

Post by kwanann »

Strange, I distinctly remembered seeing numbers in the CSS before I released will go take a look again..
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
ymleong

Re: Nanningbob 10.5 EA

Post by ymleong »

Hi.

I have just started today, slightly lost on the settings (sorry if this was answered as the FAQ or user guide is sometimes not that friendly :?: )

1) do I replaced the stdlib, winuserxx that were already shipped with Empty4?
2) I have changed the RSI to 70/30 instead of 90/10. Even on a 4h chart I cant even see any possible trades with those levels
3) I am slightly lost as to the index selection so have left it at 2, s2, r2 (s=support, r=resistance, 2 meant the support/resistance line 2 as calculated by weekly pivot if this is set to True)
4) On weekly pivot if set to False and EA is placed on 1h, what pivot would it use? Daily?

Sorry I cant quite read MQL (although its closed to SQL), and Steve have a very compact way of coding, but the functionality within that EA is superb. Is not his fault that I still cant figure it out, if I could I would apply to be his code assistance :lol:

If you are using it with some success pls share w me your set files, cur that u traded and any other tips u feel I am missing

Thanks a zillion
User avatar
kwanann
Trader
Posts: 948
Joined: Thu Nov 29, 2012 1:53 am

Re: Nanningbob 10.5 EA

Post by kwanann »

Hi ymleong

1) optional, i just put those there in case, dont think i use them.. but well..
2) ranging market now, the best is to put this bugger to sleep
3) 2 = s2/r2 depending on whether its uptrend or downtrend.. which pivot depends on whether u set to trade on daily or weekly, if daily it will be ds2 and dr2
4) EA uses its own timeframe, it doesnt care what TF chart u dump it in

Currently there is some work to put global market trend in, but other than that, its supposed to sleep
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
ymleong

Re: NB 10.4 / 10.5 V. 5.02 some questions

Post by ymleong »

I am trading NB 10.5. Change rsi to 30,70 and leave default for the rest mostly. Lot size=0.10, Add Pending entries pivot index is defaulted to 2, 2. But so far have been on all charts and no trades yet, dont know whats wrong.

Can someone pls try to teach me how to figure out the Pivot Index and what it meant?
If anyone got a setfile that is working well, pls let me know. I got these downloaded and copied

NB10-5h.zip
1) Copy include to experts/include
2) copy library to experts/libraries
3) copy NB 10-5.mq4 to experts

:roll: :oops: :?
ymleong

Re: Nanningbob 10.5 EA

Post by ymleong »

kwanann wrote:Hi ymleong

1) optional, i just put those there in case, dont think i use them.. but well..
2) ranging market now, the best is to put this bugger to sleep
3) 2 = s2/r2 depending on whether its uptrend or downtrend.. which pivot depends on whether u set to trade on daily or weekly, if daily it will be ds2 and dr2
4) EA uses its own timeframe, it doesnt care what TF chart u dump it in

Currently there is some work to put global market trend in, but other than that, its supposed to sleep
Thanks Kwan, :oops: I posted my query on other NB 10x section coz I got lost.

If I set weekly pivot=False what pivot would it used for calculation purposes?

Whats the cssth for? (as signal to feed to EA)?

For the wkly pivot index, its as follows (from what I can see on EA parms), I have copied the relevant EA code for your reference
extern string C3 = "Add Pending entries before which weekly pivot index";
extern string C3_1 = "0 - S3, R3";
extern string C3_2 = "1 - MS3, MR3";
extern string C3_3 = "2 - S2, R2";
extern string C3_4 = "3 - MS2, MR2";
extern string C3_5 = "4 - S1, R1";
extern string C3_6 = "5 - MS1, MR1";
extern string C3_7 = "6 - P";

Still completely lost as to S1, S2, S3 (I assume they refer to the support lines s1, s2, s3 based on weekly pivot), R1, R2, R3 (refer to resistance lines 1, 2, 3). Although I can see this using DailyPivotPoints indicator (from FF by Steve as well), I still cant figure out how it calculates those 1, 2, 3. So Whats M? (James Bond female Boss acted by Judi Dench?)
"P" = Pivot value.

If u are ok to share your setfile with me, that would be great, I am getting lost in steve's HUGE ball of wax here. (PS: US should just ask Steve to design their defense system, his forum is so over packed and over extended that any enemies will also get lost. Thus there is no need to fight, enemies will just exhaust themselves b4 even reaching anywhere near US soil)
ohayo
Posts: 2
Joined: Wed Aug 07, 2013 2:48 am

Re: Nanningbob 10.5 EA

Post by ohayo »

thanks for a good work. i have been tested this in a demo acc for a week. 7 cons win trades. awesome!! :D

sorry for my bad english.
You do not have the required permissions to view the files attached to this post.
Last edited by ohayo on Wed Aug 28, 2013 10:19 am, edited 1 time in total.
User avatar
alex_forex
Trader
Posts: 438
Joined: Tue Nov 15, 2011 5:46 pm
Location: F R A N C E

Re: Nanningbob 10.5 EA

Post by alex_forex »

Hi kwanann,

Thanks for the hard work, greatly appreciated ;-)
I set up a demo, will post the results soon.

Have a nice day,
Cheers,

Alex

PS : just found I got the GOLDENROD syndrom :lol:
Post Reply

Return to “10.x EA forum”