Yet Another Dashboard for 10.4

Share your 10.x indicators here.
Post Reply
User avatar
candletiger
Trader
Posts: 83
Joined: Tue Jun 05, 2012 1:59 pm
Location: Munich, Germany

Re: Yet Another Dashboard for 10.4

Post by candletiger »

I just found a bug after 1.07 release.
If you click the button and the Window is already open, nothing happens.
Bug fix will come with 1.08.

This code will fix it (add the 2 lines after //)

Code: Select all

   if( WindowHandle( SymbolName, timeframe) != 0)
   {
      Print("Chart already open ",WindowHandle( SymbolName, timeframe) );
      // switch to existing chart
      hTerminal = GetParent(GetParent(WindowHandle(Symbol(), Period())));
      SendMessageA(hTerminal, WM_MDIACTIVATE, GetParent(WindowHandle( SymbolName, timeframe)),0);  
      return(0);
   }
twelve

Re: Yet Another Dashboard for 10.4

Post by twelve »

Using Xp sp3. The buttons do not show. The instructions are put the zip in the install directory - where is the install directory ... the root of the program? Have 2 dll put into the library. The Stoc/RSI are BBB and TTT. Should better note the change of color of AO. Looks promising. Thx.
Plople
Trader
Posts: 11
Joined: Sat Feb 25, 2012 12:14 am

Re: Yet Another Dashboard for 10.4

Post by Plople »

twelve wrote:Using Xp sp3. The buttons do not show. The instructions are put the zip in the install directory - where is the install directory ... the root of the program? Have 2 dll put into the library. The Stoc/RSI are BBB and TTT. Should better note the change of color of AO. Looks promising. Thx.
Yes root of the Empty4 as path in zipped file.
Plople
Trader
Posts: 11
Joined: Sat Feb 25, 2012 12:14 am

Re: Yet Another Dashboard for 10.4

Post by Plople »

candletiger wrote:
Plople wrote:I see buttons and checkbox but when I press them, nothing happens. XP sp3.
have no XP to test this, on my 3 Win7 systems it works.
- have you the charts already open?
- can you close the market watch window and try again?
- please attach log file after you hit the button
Plople wrote: Also signal wrong some times: EURUSD buy when previous version is correct sell.
How to do?
please post a screenshot of the dashboard and the related chart. Otherwise how should I help?
Before I had other windows open, now I tried to leave open only one, but the problem remains.
Here the screenshot.
Here the Log.
It seems to me that the page flashes with some frequency.
I tryed also the fix 1.08.
Ty.
xlitang
Trader
Posts: 42
Joined: Mon Nov 21, 2011 8:33 pm

Re: Yet Another Dashboard for 10.4

Post by xlitang »

Load the dashboard and got error as in screenshoot
You do not have the required permissions to view the files attached to this post.
TraderDesk
Trader
Posts: 479
Joined: Wed Nov 16, 2011 2:12 pm
Location: Estonia

Re: Yet Another Dashboard for 10.4

Post by TraderDesk »

Very very cool dashboard.... I love the chart opening with custom template functionality.. :D I was wondering if there is a way to add a button that will open all charts that are potential trades at once? I love the single chart button but once in a while when I have like 10 charts that are potential trades instead of clicking each just hit a master open button that would open all 10... :) overkill I know but cool... :)
TraderDesk
User avatar
aworex
Trader
Posts: 68
Joined: Thu Sep 20, 2012 2:42 pm
Location: London UK

Re: Yet Another Dashboard for 10.4

Post by aworex »

TraderDesk wrote:Very very cool dashboard.... I love the chart opening with custom template functionality.. :D I was wondering if there is a way to add a button that will open all charts that are potential trades at once? I love the single chart button but once in a while when I have like 10 charts that are potential trades instead of clicking each just hit a master open button that would open all 10... :) overkill I know but cool... :)

Another brilliant creation from Candletiger more grease !!1! :P it get's better and easier to identify trade setups. I don't seem to have the check boxes for the indicator lists and the chart opening tabs, is this going to be in the next version or is it my FXCM broker :roll:
User avatar
aworex
Trader
Posts: 68
Joined: Thu Sep 20, 2012 2:42 pm
Location: London UK

Re: Yet Another Dashboard for 10.4

Post by aworex »

aworex wrote:
TraderDesk wrote:Very very cool dashboard.... I love the chart opening with custom template functionality.. :D I was wondering if there is a way to add a button that will open all charts that are potential trades at once? I love the single chart button but once in a while when I have like 10 charts that are potential trades instead of clicking each just hit a master open button that would open all 10... :) overkill I know but cool... :)

Another brilliant creation from Candletiger more grease !!1! :P it get's better and easier to identify trade setups. I don't seem to have the check boxes for the indicator lists and the chart opening tabs, is this going to be in the next version or is it my FXCM broker :roll:

Pls ignore my earlier comment about the check boxes and tabs etc only struggling with the charts now 8-)
kalusao
Posts: 3
Joined: Thu Jun 21, 2012 2:37 pm

Re: Yet Another Dashboard for 10.4

Post by kalusao »

xlitang wrote:Load the dashboard and got error as in screenshoot
You've probably forgotten to put the mt4gui2.dll into the main Empty4 folder. Had this issue as well and after moving the .dll into the Empty4 folder it works for me.
User avatar
aworex
Trader
Posts: 68
Joined: Thu Sep 20, 2012 2:42 pm
Location: London UK

Re: Yet Another Dashboard for 10.4

Post by aworex »

kalusao wrote:
xlitang wrote:Load the dashboard and got error as in screenshoot
You've probably forgotten to put the mt4gui2.dll into the main Empty4 folder. Had this issue as well and after moving the .dll into the Empty4 folder it works for me.

You are right, copied the dll file as instructed and all looks good. thank you CT and all for your creativity 8-)
Post Reply

Return to “10.x Indi forum”