Nanningbob 10.5 EA

Share your 10.x automated traders here.
Post Reply
thomasmore
Trader
Posts: 275
Joined: Tue Nov 15, 2011 10:35 pm
Location: Knokke, Belgium

Re: Nanningbob 10.5 EA

Post by thomasmore »

Kwanann, Running the NB10-5-Final version of the bot eats up my processor up to 100%. Anyone else having this?
Best regards, Ludo
theforexedge
Trader
Posts: 220
Joined: Thu Apr 26, 2012 10:31 pm
Location: Torquay

Re: Nanningbob 10.5 EA

Post by theforexedge »

Ludo

Yes...I'm getting spikes up to 50% of CPU running on Intel i7 and 309MB of Memory being consumed.

Kwanann - Does the EA needs the 10.5 CSS 4H 1.0.8 Indi as when I include it i'm getting unknown sub window number -1 for ObjectCreate function error. Removing the imdi is reducing the CPU down to 10-15% but then i'm getting Cannot open file, so i think this might be the problem.

Jason
thomasmore
Trader
Posts: 275
Joined: Tue Nov 15, 2011 10:35 pm
Location: Knokke, Belgium

Re: Nanningbob 10.5 EA

Post by thomasmore »

theforexedge wrote:Ludo

Yes...I'm getting spikes up to 50% of CPU running on Intel i7 and 309MB of Memory being consumed.

Kwanann - Does the EA needs the 10.5 CSS 4H 1.0.8 Indi as when I include it i'm getting unknown sub window number -1 for ObjectCreate function error. Removing the imdi is reducing the CPU down to 10-15% but then i'm getting Cannot open file, so i think this might be the problem.

Jason
The EA tries to open this file:(which isn't included in the Final.zip)
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 »

Hmm that's the issue with Icustom

Will release 2 versions later on, one with a built in lib the other using the indicator.. U guys go chose which one. U want to use. The lib reports incorrect values for usd and jpy I think, indi reports all correct values
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
theforexedge
Trader
Posts: 220
Joined: Thu Apr 26, 2012 10:31 pm
Location: Torquay

Re: Nanningbob 10.5 EA

Post by theforexedge »

K.

Do you mean if we use the indicator it gives the correct values for all pairs, but we're going to have to put up with the EA reporting the errors?

The version of 10.5 CSS 4H 1.0.8 i'm using I downloaded from another thread, as I couldn't find it in the zip file..

Error i'm getting....

2013.07.23 15:00:22 10.5 CSS 4H 1.0.8 modified for automation AUDCHF,H1: unknown subwindow number -1 for ObjectCreate function

So I commented out the part of the indicator that draws on the chart and its seemed to fix the problem

Code: Select all

     if ( i == 0 )
     {
      // Show ordered table
          ShowCurrencyTable( userTimeFrame );
     }
      
      if ( showOnlySymbolOnChart && MathAbs( diff ) > differenceThreshold  )
      {
         int windex = WindowFind ( shortName );
         string objectName = almostUniqueIndex + "_diff_" + i;
         if ( ObjectFind ( objectName ) == -1 )
        {
           if ( ObjectCreate ( objectName, OBJ_VLINE, windex, Time[i], 0 ) )
            {
               ObjectSet ( objectName, OBJPROP_COLOR, colorDifference );
               ObjectSet ( objectName, OBJPROP_BACK, true );
               ObjectSet ( objectName, OBJPROP_WIDTH, 8 );
             
            }
         }
     }

 }
Thanks for coding the option tho

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

Re: Nanningbob 10.5 EA

Post by kwanann »

Well here is the problem

Using the lib, the CSS values returned are not thr same as that which u see on screen. Which may cause issues when taking trades

Using the actual indicator, CPU will be high but the values will be accurate.

What I will upload will allow u to choose which one u want to use..
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 »

Hi

I'm not getting any trades. The only thing that I have changed is RSILevel to 80 and 10. Is there a stting that I should change?

I had version e installed and then I copied the finale version files since then no trades :-(

Regards
Priyesh
theforexedge
Trader
Posts: 220
Joined: Thu Apr 26, 2012 10:31 pm
Location: Torquay

Re: Nanningbob 10.5 EA

Post by theforexedge »

Priyesh

Do you have any pending orders since you changed to the latest version? Also the markets is consolidating so not much doing, so you might need to be patient.

JP
User avatar
Priyesh
Trader
Posts: 21
Joined: Thu May 09, 2013 5:24 pm

Re: Nanningbob 10.5 EA

Post by Priyesh »

Thanks JP
I have no pending orders either. In fact I made a manual trade on a pair that I thought was all lined up but it got closed. That might be just a red hearing and the trade may have needed to be closed as per the rules.
Priyesh
theforexedge
Trader
Posts: 220
Joined: Thu Apr 26, 2012 10:31 pm
Location: Torquay

Re: Nanningbob 10.5 EA

Post by theforexedge »

Kwanann

Is it OK to reduce the maxbars from 200? Just thinking of ways to try and reduce CPU overhead calling the imdi!! Any suggestions?

JP
Post Reply

Return to “10.x EA forum”