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

Board TechNews
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3318
Page 10 of 19
Author:  milanese [ Thu Jan 30, 2014 10:04 pm ]
Post subject:  Re: Board TechNews

Hi :hi:

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

Cheers :)

Tommaso
Author:  SteveHopwood [ Thu Jan 30, 2014 10:05 pm ]
Post subject:  Re: Board TechNews

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

:D
Author:  Radar [ Fri Jan 31, 2014 1:14 pm ]
Post subject:  Re: Board TechNews

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^)
Author:  milanese [ Fri Jan 31, 2014 4:14 pm ]
Post subject:  Multiple File Upload

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
Author:  SteveHopwood [ Fri Jan 31, 2014 9:05 pm ]
Post subject:  Re: Multiple File Upload

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:
Author:  dudest [ Sat Feb 01, 2014 10:01 am ]
Post subject:  Re: Multiple File Upload

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
Author:  milanese [ Sat Feb 01, 2014 10:25 pm ]
Post subject:  removing [attachment] in quoting

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
Author:  milanese [ Mon Feb 03, 2014 3:03 pm ]
Post subject:  New link handling

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
Author:  milanese [ Tue Feb 04, 2014 12:27 am ]
Post subject:  Re: Board TechNews

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[]);
  };
Author:  milanese [ Sat Feb 08, 2014 4:07 pm ]
Post subject:  Re: Board TechNews

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
All times are UTC Page 10 of 19