vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Stock Trader for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=135084)

Anhyeu12000 08-24-2007 01:44 PM

Is this Modification Developing ? Why hadn't update from 23. Feb 2007 ? Now : 24-8-2007 !

Quantnet 08-24-2007 07:14 PM

Quote:

Originally Posted by Anhyeu12000 (Post 1324753)
Is this Modification Developing ? Why hadn't update from 23. Feb 2007 ? Now : 24-8-2007 !

Official Support

This thread until Feb 1st

After Feb 1st: http://www.anothermessageboard.com/f...splay.php?f=35

nsusa 08-31-2007 02:54 AM

Script is broken:

Quote:

Warning: Division by zero in /vbtrade.php on line 112


Any idea what is going on?

kelly6139 08-31-2007 03:16 AM

is this stock trader program can only apply for US market? can it be other country?

energetic 10-04-2007 04:02 AM

It will be great if it can be used in other market such as Hong Kong.

vAsia 10-21-2007 08:03 PM

Is this script still being supported?

hubix 10-29-2007 12:44 PM

Hello,

I need help! After an update on 3.6.8 the Stock Trader cronjob fills the database table with 0 an no depot appears in the "top depot" listing.
But everyone can furthermore manage his own depot, it's just that the toplist isn't showing.
Has anybody else this problem?

rungok 11-02-2007 05:39 PM

Quote:

Originally Posted by Quantnet.org (Post 1324972)
Official Support

This thread until Feb 1st

After Feb 1st: http://www.anothermessageboard.com/f...splay.php?f=35

Doesn't seem that much is happening over there either. Anyone seen any chart-addon to this mod?

rungok 11-02-2007 11:46 PM

Small hack that lists the symbols in your portfolio as a link to Yahoo's new beta chart.
Code:

OPEN VBTRADE.PHP
FIND (LINE 147):
                        $stocktable .= "<tr class='alt$alt'><td title='$shareinfo[name]'>$info[symbol]</td><td align=center>". ( number_format($info[shares]) ) ."</td><td align=right>$lastprice</td><td align=right>$change</td><td align=right>$purchase_price</td><td align=center>$timetxt</td><td align=right>". number_format($costbasis,2) ."</td><td align=right>". number_format($mktval,2) ."</td><td align=right>$gaintxt</td><td align=right>$gainpertxt</td>$qtyfield</tr>\n";


REPLACE WITH:
                        $stocktable .= "<tr class='alt$alt'><td title='$shareinfo[name]'><A href=http://finance.yahoo.com/charts#chart1:symbol=$info[symbol];range=5d;indicator=volume;charttype=line;crosshair=on;logscale=on;source=undefined target=_new>$info[symbol]</A></td><td align=center>". ( number_format($info[shares]) ) ."</td><td align=right>$lastprice</td><td align=right>$change</td><td align=right>$purchase_price</td><td align=center>$timetxt</td><td align=right>". number_format($costbasis,2) ."</td><td align=right>". number_format($mktval,2) ."</td><td align=right>$gaintxt</td><td align=right>$gainpertxt</td>$qtyfield</tr>\n";


vAsia 11-03-2007 12:46 AM

Does this mod still work? I don't see the mod author anywhere.


All times are GMT. The time now is 12:37 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01380 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete