Hello,

I'm new to programming.

I would like to write a program that gets crypto symbols, dates, hours, stop-loss values and take-profit values from a list. The program needs to fetch the data from a CSV file, and place trades at the specific hour (UTC time) with stop loss when exceeding the lower or higher values (from the csv file), and the same for taking-profit. The program also needs to buy the crypto if the data is "UP", to short sell if the data is "DOWN" and to not do anything if the data is "NON".

I will apprrciate any help with how to make the trades.