A simple dashboard for NB10.2(updated 2012/6/28)

Share your 10.x indicators here.
Post Reply
itsaquestion
Trader
Posts: 15
Joined: Wed Dec 21, 2011 7:00 am

A simple dashboard for NB10.2(updated 2012/6/28)

Post by itsaquestion »

Hi all! I just coded a simple dashboard for NB10.2, hopes you like it.

Please feel free to report bugs or make suggestions.

TS = TmaSlope
D = Direction
TP = Touching Pivots

Filters:

SameDirection : TmaSlope(D1) and TmaSlope(H4) must have the same direction.

TouchPivots : The latest bar must touching one of the 3 pivots on H4 (sup 1, pivot, res 1)

Last2BarsTouching : One of the latest 2 bars touching the pivots would be shown.

D1_08, D1_04, H4_08, H4_04 : The TmpSlope of D1/H4 must no less than 0.8/0.4.

2012/5/30
--
update 2012/5/31

1. Added the S2 and R2 to the "Touching Pivots"

2. Added the “Power" column.
Large body of a bar means strong move, so as a large volume. Here is the pow formula:

pow = volume * ((close/open)-1)

so the bigger the pow, the stronger the price action.

Red = going down, Green = going up , "*" = the latest H4 bar has the same direction as TmaSlope(D1)

If you don't like this idea, just ignore the number and use the color as a direction indi of the latest bar on H4.

--

update 2012/6/2

1. Added "CurrencyNameFilter". This is my favourite feature. 8-)

CurrencyNameFilter = one currency name (USD, GBP, JPY ... ...)

If you set the CurrencyNameFilter to such as JPY then the dashboard will only show the JPY pairs. It can help you to monitor a particular currency when some news is breaking out, or just when you found all JPY pairs are moving at the same time and you want to see it more clearly.

2. Added the S3 and R3 to the "Touching Pivots"

--

update 2012/6/3

1. Now you can sort the pairs by the absolute value of POW.

set SortByPow = true;

2. I think the JPY pairs have chance to go further. Let's wait and see.

--

update 2012/6/5

1. A fix to the “zero divide” problem. Please tell me if it works or not.

2. A little change to the Pow formula. Now it becomes some kind of "volume-weighted price change".

pow = volume / (average volume of last 30 4Hbars)* ((close/open)-1)

3. Added some "dont touch these pivots" filters.

Like , if you set "nos3r3 = true" the dashboard will not show the pairs which are touching the S3 or R3 lines.

--

update 2012/6/27

Hi everyone! I'm back.

This is a fix to the "shows nothing but headline" problem. Please go to the 4th post in page 5 for details.

The AxiTrader and Cowboy IBFX's latest Empty4 works good, and I will test more brokers.

Please tell me if this fix works or not. Thinks.

--

update 2012/6/28

For those who is using Cowboy IBFX mini account with a "m" suffix pairs name( such as "EURUSDm" ) , blazko made a special version of this dashboard. I renamed it as "NB102_Dashborad_Cowboy IBFX_mini". Please check the attachments.

Thanks blazko.

--
You do not have the required permissions to view the files attached to this post.
Last edited by itsaquestion on Thu Jun 28, 2012 9:31 am, edited 28 times in total.
harry45
Trader
Posts: 158
Joined: Fri Nov 18, 2011 11:36 am
Location: Russia,St.Petersburg

Re: A simple dashboard for NB10.2

Post by harry45 »

itsaquestion wrote:Hi all! I just coded a simple dashboard for NB10.2, hopes you like it.

Please feel free to report bugs or make suggestions.

TS = TmaSlope
D = Direction
P = Touching Pivots
Thank You. But I have zero divide(Empty4 409) See pic.
Best Regards
You do not have the required permissions to view the files attached to this post.
batemap
Trader
Posts: 20
Joined: Tue Nov 15, 2011 9:17 pm
Location: Melbourne, Australia

Re: A simple dashboard for NB10.2

Post by batemap »

harry45 wrote:
itsaquestion wrote:Hi all! I just coded a simple dashboard for NB10.2, hopes you like it.

Please feel free to report bugs or make suggestions.

TS = TmaSlope
D = Direction
P = Touching Pivots
Thank You. But I have zero divide(Empty4 409) See pic.
Best Regards
Maybe need more history download Via the script (I'll look for the link and post later)?

Try here: - http://www.stevehopwoodforex.com/phpBB3 ... 5733#p5733 this is also linked on post 1
harry45
Trader
Posts: 158
Joined: Fri Nov 18, 2011 11:36 am
Location: Russia,St.Petersburg

Re: A simple dashboard for NB10.2

Post by harry45 »

batemap wrote:
harry45 wrote:
itsaquestion wrote:Hi all! I just coded a simple dashboard for NB10.2, hopes you like it.

Please feel free to report bugs or make suggestions.

TS = TmaSlope
D = Direction
P = Touching Pivots
Thank You. But I have zero divide(Empty4 409) See pic.
Best Regards
Maybe need more history download Via the script (I'll look for the link and post later)?

Try here: - http://www.stevehopwoodforex.com/phpBB3 ... 5733#p5733
Thank You,but I use ForceLoadHistoricalData every day.
Kind Regards
batemap
Trader
Posts: 20
Joined: Tue Nov 15, 2011 9:17 pm
Location: Melbourne, Australia

Re: A simple dashboard for NB10.2

Post by batemap »

harry45 wrote:
Thank You,but I use ForceLoadHistoricalData every day.
Kind Regards
Ok, pair prefix/suffix not handled into indi?
itsaquestion
Trader
Posts: 15
Joined: Wed Dec 21, 2011 7:00 am

Re: A simple dashboard for NB10.2

Post by itsaquestion »

Hi! I just made a little fix and updated the post 1, it should work around the zero history data problem.

Please have a try.
harry45
Trader
Posts: 158
Joined: Fri Nov 18, 2011 11:36 am
Location: Russia,St.Petersburg

Re: A simple dashboard for NB10.2

Post by harry45 »

itsaquestion wrote:Hi! I just made a little fix and updated the post 1, it should work around the zero history data problem.

Please have a try.
Unfortunatly doesnt help.Something is wrong.
Kind Regards
itsaquestion
Trader
Posts: 15
Joined: Wed Dec 21, 2011 7:00 am

Re: A simple dashboard for NB10.2

Post by itsaquestion »

harry45 wrote:
itsaquestion wrote:Hi! I just made a little fix and updated the post 1, it should work around the zero history data problem.

Please have a try.
Unfortunatly doesnt help.Something is wrong.
Kind Regards
I think the problem is your broker does not allow you to trade some pairs what's in my brokers' list.

Just fixed ,please try again.
harry45
Trader
Posts: 158
Joined: Fri Nov 18, 2011 11:36 am
Location: Russia,St.Petersburg

Re: A simple dashboard for NB10.2

Post by harry45 »

itsaquestion wrote:
harry45 wrote:
itsaquestion wrote:Hi! I just made a little fix and updated the post 1, it should work around the zero history data problem.

Please have a try.
Unfortunatly doesnt help.Something is wrong.
Kind Regards
I think the problem is your criminal does not allow you to trade some pairs what's in my criminals' list.

Just fixed ,please try again.
Thank You .It helps,but one problem is left.See att.pic. There are no arrows D(D1)
Kind Regards
You do not have the required permissions to view the files attached to this post.
itsaquestion
Trader
Posts: 15
Joined: Wed Dec 21, 2011 7:00 am

Re: A simple dashboard for NB10.2

Post by itsaquestion »

harry45 wrote:
Thank You .It helps,but one problem is left.See att.pic. There are no arrows D(D1)
Kind Regards
A font problem. Fixed.
Post Reply

Return to “10.x Indi forum”