stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

A simple dashboard for NB10.2(updated 2012/6/28)
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=598
Page 5 of 8
Author:  philcs65 [ Sun Jun 24, 2012 2:03 am ]
Post subject:  Re: A simple dashboard for NB10.2(updated 2012/6/5)

Concerning the disappearing act of the dashboard, it may have something to do with compiling the program under Cowboy IBFX as opposed to another such as FXDD. If the .mq4 version was published here we could test to see it that is the source of the problem.
Author:  DING [ Sun Jun 24, 2012 3:11 am ]
Post subject:  Re: A simple dashboard for NB10.2(updated 2012/6/5)

philcs65 wrote:Concerning the disappearing act of the dashboard, it may have something to do with compiling the program under Cowboy IBFX as opposed to another such as FXDD. If the .mq4 version was published here we could test to see it that is the source of the problem.
I test it on FXCM Empty4, and .mq4 version was published on post 1.
Author:  nanningbob [ Wed Jun 27, 2012 12:22 am ]
Post subject:  Re: A simple dashboard for NB10.2(updated 2012/6/5)

I use Cowboy IBFX and this is the pic on my screen. Any suggestions? I have build 419
Author:  itsaquestion [ Wed Jun 27, 2012 6:12 am ]
Post subject:  Re: A simple dashboard for NB10.2(updated 2012/6/5)

Hi Everyone! I'm back.

The problem seems to be there is no zero divide check in the original TMA indicator. When you have all the history data the indi works fine, but when you haven't, the TMA function will return some zero value and cause the zero divide problem and stop the dashboard.

I've checked every lines of code and add some zero divide check to the TMA calculation functions I copied from the original TMASlope indicator, then everything works find.

Code: Select all

   if (dblSumw==0) return (0);//a check
   return( dblSum / dblSumw );

Code: Select all

   if(atrMTF ==0) return(0); //a check
   double hh = ( dblTmaMTF - dblPrevMTF ) / atrMTF;
If you see lots of 0 in the dashbaord, please wait for a while, the Empty4 is downloading the histroy data.

The Cowboy IBFX terminal build 432 works OK. I will check more brokers later.

Please download the lastest dashboard in post 1.

--
Author:  spyderman [ Wed Jun 27, 2012 10:56 pm ]
Post subject:  Re: A simple dashboard for NB10.2(updated 2012/6/27)

I've got no joy. Just get the title but no data... :(
Author:  spyderman [ Wed Jun 27, 2012 11:19 pm ]
Post subject:  Re: A simple dashboard for NB10.2(updated 2012/6/27)

I figured it out. My broker has a weird suffix on the pairs. I went into the code and changed that and now its working.

Maybe others who are having problems are for the same reason.
Author:  blazko [ Thu Jun 28, 2012 6:17 am ]
Post subject:  Re: A simple dashboard for NB10.2(updated 2012/6/27)

Got the same.
On my Cowboy IBFX MINI it works after i add "m" suffix to each pair in the code - otherwise screen is blank.
2012-06-28 08-17-49.jpg
ps. attached is a version modified for all Cowboy IBFX mini demo account
Author:  itsaquestion [ Thu Jun 28, 2012 9:16 am ]
Post subject:  Re: A simple dashboard for NB10.2(updated 2012/6/27)

blazko wrote:Got the same.
On my Cowboy IBFX MINI it works after i add "m" suffix to each pair in the code - otherwise screen is blank.
2012-06-28 08-17-49.jpg
ps. attached is a version modified for all Cowboy IBFX mini demo account

Thanks blazko.

I want to make a link of you post to the post 1, but I don't know how because I don't know how to get you post's url. :(
Author:  blazko [ Thu Jun 28, 2012 9:48 am ]
Post subject:  Re: A simple dashboard for NB10.2(updated 2012/6/28)

i sent it to you via PM.
Do you think you could make this thing as "auto pairs" like in some other indis?
Author:  NeoTrader [ Thu Jun 28, 2012 10:35 am ]
Post subject:  Re: A simple dashboard for NB10.2(updated 2012/6/27)

hi itsaquestion,
itsaquestion wrote:I want to make a link of you post to the post 1, but I don't know how because I don't know how to get you post's url. :(
  • On the top right of each post is the posted date.
  • On the left of it is a little icon resembling a paper page.
  • Just make a right click on the Icon and copy the link.
  • You now have a direct Link to this post.
happy Trading,

NeoTrader

-
All times are UTC Page 5 of 8