Stock
Helper Project Outline 1. Quick browsing The app reads real-time
data
on Shanghai and Shenzhen
stocks
through Sina
Stock
and updates every 3 seconds in the online process. The main part of the
main Correct word choice
show examples
activity
is a ListView.
Users
can select some
stocks
and add
toCorrect pronoun usage
show examples
the list for quick browsing .
This
page displays the name of the
stock
and the real-time price. Click on each item to enter another
activity
to view other details of the
stock
,
such
as previous close, open price, day's Range, average price, bid and ask, K-line chart, etc. (these can be accessed or calculated from
SinaCorrect article usage
show examples
stock
interface
). 2. Trading Simulation In
this
activity
, the
user
can set up one (or more) demo accounts and set
theChange preposition
show examples
initial funds.
Users
can place orders to buy and sell. A
service
will
be createChange the verb form
show examples
to monitor real-time information about the relevant
stock
during the opening time and conduct the relevant operation (complete the trade). Information about all the trades will be recorded in the
database
and will affect the
account
funds.
Users
can view all trading
data
to assess
effectivenessAdd an article
show examples
of that
account
. 3. Trading reminder A grid model (a typical quantitative trading model) is available here, where the
user
can set the parameters. Once the algorithm is applied, the
service
monitors real-time information about the relevant
stock
(during the opening time). if the conditions are met, it pops
anChange the article
show examples
notification. The
user
can record the operation at one click (i.e., whether the
user
has completed the transaction), if done, it calculates the next trigger condition automatically.
Users
can view all trading
data
to assess the effectiveness of the model. Note
real transactions can be made through the software, whether automatic or manual. It can act as
anChange the article
show examples
helper for semi-automated trading, or as a simulation. The software does not give any advice on trading. It only provides simulation and evaluation for the
user
.
week
9 Create a thread that updates
data
from the
interface
provided by Sina Create a
database
to record the selected
stocks
Insertions & deletions of the selected
stocks
ListView Complete the page which contains detailed
info
for each
stock
week
10 Create a
database
of simulated transactions. Implement the
database
operations. Implement the
activity
where the
user
can create an
account
and place orders. Create a
service
that reads related
data
from the
interface
every 3 seconds in trading time. Set transaction trigger conditions and
feed backCorrect your spelling
show examples
to the
account
week
11 Build a
database
of
user
-defined algorithms. Implement the
activity
where the
user
can configure algorithms. In the
service
above, post a notification whenever the conditions set by the
user
isCorrect subject-verb agreement
show examples
met. Implement the
activity
thatCorrect word choice
show examples
userCorrect article usage
show examples
can check
infoAdd an article
show examples
and record feedback, after that it calculates the next trigger condition.
week
12 Implement the
activity
that
displayChange the verb form
show examples
a list of trade
info
of each
account
Data
such
as the daily average earnings of each
account
are calculated and displayed for evaluation. Implement the
activity
that
displayChange the verb form
show examples
a list of trade
info
of each algorithm.
Data
such
as the yield of each algorithm are calculated and displayed for evaluation.
week
13
Data
visualization Implement a device lock Localize it in
differentAdd an article
show examples
language.
week
14 Test Optimize Improve the
user
interface