Board TechNews

Locked
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Board TechNews

Post by milanese »

Hi :hi:

New you will find too a center BB Code button, for again better formating your posts...
Center test

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Re: Board TechNews

Post by SteveHopwood »

Wonderful stuff again Tommaso. Many thanks again on all our behalves.

:D
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
Radar
Trader
Posts: 437
Joined: Fri Mar 23, 2012 5:39 pm
Location: Round the bend ;)

Re: Board TechNews

Post by Radar »

Hey Milanese,

You're actually triplets, aren't you? ;)

Coding and maintaining EA's, updating, expanding and maintaining the whole forum, as well as giving great advice... It's just not possible for one man to be doing all this excellent work... :good:

So, go on, admit it... You're triplets, aren't you? (I won't tell anyone else, I promise).


Take care,
&
Have fun!
Radar =8^)
Check out my new, (well, old now), manual trade & automatic scale-in manager,
StackManV2
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Multiple File Upload

Post by milanese »

Hello :hi:

We have again more functionality here on the SHF :smile:

Now you can upload multiple files at once. New forms may be added by clicking + buttons, or removed by - buttons, enjoy it :)
attachmentdemo.png
Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Re: Multiple File Upload

Post by SteveHopwood »

milanese » Fri Jan 31, 2014 4:14 pm wrote:Hello :hi:

We have again more functionality here on the SHF :smile:

Now you can upload multiple files at once. New forms may be added by clicking + buttons, or removed by - buttons, enjoy it :)
attachmentdemo.png
Cheers :)

Tommaso
I frequently have to upload multiple files here, so this will help me a lot. Nice one again. :clap: :party:

:xm:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
dudest
Trader
Posts: 1847
Joined: Tue May 08, 2012 2:37 pm

Re: Multiple File Upload

Post by dudest »

milanese » Fri Jan 31, 2014 7:14 pm wrote:Hello :hi:

We have again more functionality here on the SHF :smile:

Now you can upload multiple files at once. New forms may be added by clicking + buttons, or removed by - buttons, enjoy it :)
attachmentdemo.png
Cheers :)

Tommaso
Yup!, you must be triplets! [ using the Kaizen thundercloud formation! :smile: ]

Good stuff!

Cheers
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

removing [attachment] in quoting

Post by milanese »

Hi :hi: ,
a little cosmetic change, if you now quote a post with an inline attachment, like here, there will be no longer in the quoted text the name of the attached file without any sense, this is automatic removed..
(see previous post with the same quoted post in comparison)

Cheers :)

Tommaso
milanese » Fri Jan 31, 2014 4:14 pm wrote:Hello :hi:

We have again more functionality here on the SHF :smile:

Now you can upload multiple files at once. New forms may be added by clicking + buttons, or removed by - buttons, enjoy it :)

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

New link handling

Post by milanese »

About one month ago Philippe me asked for a better handling of posted links, now I coded it in our boardsoftware, all external links will now open in a new tab/window automatic if you will click them,
all internal links will open in the same tab/window.


Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Board TechNews

Post by milanese »

Our new codebox is ready for the new crappy-code, the new syntax is nearly all embedded :smile:

Code: Select all

//Structure for storing data on prices, volumes and spread.
struct MqlRates
  {
   datetime time;         // period start time
   double   open;         // Open price
   double   high;         // High price for the period
   double   low;          // Low price for the period
   double   close;        // Close price
   long     tick_volume;  // tick volume
   int      spread;       // spread
   long     real_volume;  // exchange volume
  };

Code: Select all

//+------------------------------------------------------------------+
class CTetrisShape
  {
protected:
   int               m_type;
   int               m_xpos;
   int               m_ypos;
   int               m_xsize;
   int               m_ysize;
   int               m_prev_turn;
   int               m_turn;
   int               m_right_border;
public:
   void              CTetrisShape();
   void              SetRightBorder(int border) { m_right_border=border; }
   void              SetYPos(int ypos)          { m_ypos=ypos;           }
   void              SetXPos(int xpos)          { m_xpos=xpos;           }
   int               GetYPos()                  { return(m_ypos);        }
   int               GetXPos()                  { return(m_xpos);        }
   int               GetYSize()                 { return(m_ysize);       }
   int               GetXSize()                 { return(m_xsize);       }
   int               GetType()                  { return(m_type);        }
   void              Left()                     { m_xpos-=SHAPE_SIZE;    }
   void              Right()                    { m_xpos+=SHAPE_SIZE;    }
   void              Rotate()                   { m_prev_turn=m_turn; if(++m_turn>3) m_turn=0; }
   virtual void      Draw()                     { return;                }
   virtual bool      CheckDown(int& pad_array[]);
   virtual bool      CheckLeft(int& side_row[]);
   virtual bool      CheckRight(int& side_row[]);
  };
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Board TechNews

Post by milanese »

Hi all,

please note that it is not anylonger possible to embed with the [img] tag images from ext. websources. Please upload your chart img ecc directly here, if you don't know how, look here http://www.stevehopwoodforex.com/phpBB3 ... =10&t=3373.
Your myfxbooks widgets will be shown as before.
This change, is made, in order to prevent different disturbing things, like longer load time, because of limited bandwidth from third sources, creating unwished traffic at third sites ecc...
Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Locked

Return to “Lounge”