Firstly, I am a beginner with very little programming experience. I'm trying to create a multiple pairs trading strategy using various cryptocurrencies. The strategy is simple: I'm using price data for Bitcoin, Litecoin, Dash, Monero, and Ethereum. I then compare the price of bitcoin to the price of each of the other currencies, hence I have 4 pairs (Bitcoin vs Litecoin; Bitcoin vs Dash; Bitcoin vs Monero; and Bitcoin vs Ethereum). I think I'm able to create the correct algorithm for just 1 pair but I'm not sure of how to create an algorithm which incorporates all 4 pairs into it. Please could you look over our code and any assistance will be greatly appreciated