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

Board TechNews
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3318
Page 18 of 19
Author:  milanese [ Mon Jun 16, 2014 12:15 pm ]
Post subject:  Rss feed

Ploples » Mon Jun 16, 2014 12:09 pm wrote:Do it is possible to add RSS FEED support to forum?
At the moment we do not want to use this functions..
I moved your post here as this is the right topic..

Cheers :)

Tommaso
Author:  Leon [ Tue Jun 17, 2014 11:43 am ]
Post subject:  Number of posts per page setting

Would it be possible to set the number of shown posts per page?
The default 10 posts per page is too few.
I would prefer 40 or even more posts per page.
Is it possible?
Author:  milanese [ Tue Jun 17, 2014 12:40 pm ]
Post subject:  [NewUser Option]Number of posts per page setting

Leon » Tue Jun 17, 2014 11:43 am wrote:Would it be possible to set the number of shown posts per page?
The default 10 posts per page is too few.
I would prefer 40 or even more posts per page.
Is it possible?
Okay I modified the board coding, now the user can select in the UCP/Board Preferences/Edit display options how much posts she/he wants to see per page, look the attached imagine how to do it..
001.png
Cheers :)

Tommaso
Author:  milanese [ Sat Feb 14, 2015 10:59 am ]
Post subject:  Board TechNews

As the mql codebox in postings is often used I decided step by step to make the look for mql code like the mql code editor shows it, note this is a working project you will see every day some improvement as I do this between other codings I have to do.

Exampel:

Code: Select all

void CloseFriday(string strSymbol,int nMagic)
  {
   int ticket=-1;
   if((DayOfWeek()==5) && (TimeHour(TimeCurrent())>=FridayCloseHour) && (TimeMinute(TimeCurrent())>=FridayCloseMinute))
     {

      for(int i=OrdersTotal()-1; i>=0; i--)
        {
         if(!OrderSelect(i,SELECT_BY_POS)) continue;
         if(OrderMagicNumber()!=nMagic) continue;
         if(OrderSymbol()!=strSymbol) continue;
         if(OrderType()==OP_BUY)
           {
            ticket=OrderTicket();

            if(AllowedSpread(strSymbol)==true)

              {
               while(IsTradeContextBusy()) Sleep(100);
               Alert("CloseFriday:Attempting to close ",strSymbol);
               Print("CloseFriday:Attempting to close ",strSymbol);
               if(OrderClose(ticket,OrderLots(),Bid,slippage,Red))
                 {
                  Alert("CloseFriday:Close ",strSymbol," Succeeded !");
                  Print("CloseFriday:Close ",strSymbol," Succeeded !");
                 }
               else
                 {
                  Alert("CloseFriday:Close ",strSymbol," Failed !");
                  Print("CloseFriday:Close ",strSymbol," Failed !");
                 }
              }

           }
         if(OrderType()==OP_SELL)
           {
            ticket=OrderTicket();

            if(AllowedSpread(strSymbol)==true)

              {
               while(IsTradeContextBusy()) Sleep(100);
               Alert("CloseFriday:Attempting to close ",strSymbol);
               Print("CloseFriday:Attempting to close ",strSymbol);
               if(OrderClose(ticket,OrderLots(),Ask,slippage,Red))
                 {
                  Alert("CloseFriday:Close ",strSymbol," Succeeded !");
                  Print("CloseFriday:Close ",strSymbol," Succeeded !");
                 }
               else
                 {
                  Alert("CloseFriday:Close ",strSymbol," Failed !");
                  Print("CloseFriday:Close ",strSymbol," Failed !");
                 }
              }

           }
        }
     }

  }
//+------------------------------------------------------------------+
//|                                                                  |
//+------------------------------------------------------------------+
Cheers :)

Tommaso
Author:  xfactornos [ Sat Feb 14, 2015 3:48 pm ]
Post subject:  Board TechNews

Awesome Tommaso! making things easier to see is always better. I use lots of your added features on this forum, thanks for all you do... :hi:
Author:  oldfella [ Tue Oct 13, 2015 3:34 pm ]
Post subject:  HGI used with Hurst charts

Hi Tommaso,
I know that this is not the correct place to ask this but have no idea where or who I should contact.

Since downloading Windows 10. The automatic logon does not work and I have to enter "username and password" every single time.
Is this a problem caused by Windows 10 or is it something to do with this forum.

Would be grateful of any assistance and advice you can give.

Kind regards
Oldfella
Author:  milanese [ Tue Oct 13, 2015 4:27 pm ]
Post subject:  Board TechNews

oldfella » Tue Oct 13, 2015 3:34 pm wrote:Hi Tommaso,
I know that this is not the correct place to ask this but have no idea where or who I should contact.

Since downloading Windows 10. The automatic logon does not work and I have to enter "username and password" every single time.
Is this a problem caused by Windows 10 or is it something to do with this forum.

Would be grateful of any assistance and advice you can give.

Kind regards
Oldfella
I did move your post here, as this is the right place.
This has probably to do with your update to Windows10, make sure that you check Log me on automatically each visit this should resolve the problem...

Cheers :)

Tommaso
Author:  oldfella [ Wed Oct 14, 2015 9:02 am ]
Post subject:  Board TechNews

Hi Tommaso,
Thanks for the reply, but I have to do what you have suggested in your reply as below, every time I need to login.

" T his has probably to do with your update to Windows10, make sure that you check Log me on automatically each visit this should resolve the problem

Regards Oldfella
Author:  milanese [ Wed Oct 14, 2015 12:42 pm ]
Post subject:  Board TechNews

oldfella » Wed Oct 14, 2015 9:02 am wrote:Hi Tommaso,
Thanks for the reply, but I have to do what you have suggested in your reply as below, every time I need to login.

" T his has probably to do with your update to Windows10, make sure that you check Log me on automatically each visit this should resolve the problem

Regards Oldfella
check your cookie settings, or try firefox as browser..

Cheers :)

Tommaso
Author:  traveliron [ Sat Dec 03, 2016 9:01 am ]
Post subject:  Board TechNews

Hi Milanese
The option for prosilver board style has disappeared on my UCP and it has reverted to SHF. I have checked using another browser but my only option on the drop-down is SHF. This is a very narrow display format whereas prosilver utilises all the display width. Has it been tinkered with and if so, can prosilver be made available again?
I'm very surprised at how this has effected my experience of this forum.
All times are UTC Page 18 of 19