Algo
2015-12-15 11:20:34 0 举报
Algo,源自西班牙语,意为“算法”。在计算机科学领域,算法是一种解决问题或执行任务的明确步骤。它通常用于优化和自动化数据处理、决策制定等过程。算法的设计和实现对于提高计算机程序的效率和准确性至关重要。随着科技的不断发展,越来越多的复杂算法被应用于各个领域,如人工智能、大数据分析、密码学等。因此,掌握算法设计和分析的技能对于计算机科学家和工程师来说至关重要。
作者其他创作
大纲/内容
\tpublic synchronized ListGetOrderBook( )\t//Synchronizig the Order book;
Algo_1_B_pipe
\t\tString WallSymbol;\tInteger PercentageOfSharesOffered;\tInteger SharesOffered;\tInteger WallSize;\tCollection DetectedWalls;\tprivate Integer NumberOfWalls;\tList OrderBook;\t//Trader ID\tstatic String Trader_ID=\"ROD.ROBERTS\";\t//related to Parameters when we detect new wall\tBigDecimal BuySignal_Percentage_Of_Wall;\tBigDecimal BuySugnal_Shares_of_wall;\tBigDecimal Buy_Signal_Dollar_Above_wall;\t\t//Parameters used in Long_Scenario\tInteger Remaining_Of_Wall_Percent;\tBigDecimal MPP;\tInteger MPP_Lost;\tInteger T1;\tInteger T2;\tInteger T3;\tInteger T4;\t
public synchronized void Run()final TickDataList myTickDataList= new TickDataList();//thread 4 --- send order to DB:b_pipeThread t4= new Thread(new Runnable() //thread 1 --- detects walls and generates signalThread t1= new Thread(new Runnable() \t//thread 2 --- update OrderBook\tThread t2_Wall_Updator_and_OrderBook_Updator = new Thread(new Runnable()//thread 3 --- based on the order book it will run long_Scenario and trying to find matchesThread t3_Long_Scenario = new Thread(new Runnable()
0 条评论
下一页