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.
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.
--