kombat003 / trader-dss

Automatically exported from code.google.com/p/trader-dss
0 stars 0 forks source link

Should warn if trading in low volume stock #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Perhaps you should get a warning if you try to buy a stock but you are
buying a significant percentage of a normal day's trade

Original issue reported on code.google.com by peter.st...@1ab.ltd.uk on 4 Feb 2010 at 8:25

GoogleCodeExporter commented 8 years ago
There should be a generic 'warnings' system that checks simple things like:

o. buying more than you can afford
o. buying a large percentage of the average daily volume

o. holding a stock after it's peaked
o. holding a stock if it's down more than the sell stop

These warnings should be the same for select.php, trade.php and watch.php but
different for booty.php

Perhaps ultimately they could be configurable on a preferences page

Original comment by peter.st...@1ab.ltd.uk on 7 Feb 2010 at 10:46