1 -Dockerfile and Requirements
2 -Class TradingBot Init Function
3 -Class TradingBot Functions for Technical Indicators
4 -Class TradingBot Function for Preprocessing
5 -Class TradingBot Function to Build Columns
6 -Class TradingBot Function to Set Entry Price, Takeprofit and Stoploss
7 -Class TradingBot Function to Create Order
8 -Class TradingBot Function to Create OCO Order
9 -Class TradingBot Function to Cancel Order
10 -Class TradingBot Function to Update Order Status
11 -Class TradingBot Function to Update OCO Order Status
12 -Class Run Function Calling Functions for Preprocessing, Building and Status
13 -Class Run Function Defining Conditions to Enter Trade
14 -Class Run Functions Cases for Status of Order
15 -Class Run Function Calling Function to Create OCO Order
16 -Class Run Function Case No Signal
17 -Running the Class Every Minute
18 -Fixing Typos
19 -Build Container for Trading Bot
20 -Push Container to Artifact Registry
21 -Create Instance on Compute Engine
22 -Running on Local Machine
23 -Results After Running Trading Bot