connect to binance futures api via the api and secret and create buy and sell order execution via the strategy given. Long Strategy Entry = BUY Entry Criterias (all must be fulfiled): 1. EMA 8 crosses above EMA 21 2. MACD > 0 3. RSI > 70 4. EMA 8 and EMA 21 MUST be ABOVE EMA 233 Exit = SELL Exit Criterias(all must be fulfiled): 1. EMA 8 crosses below EMA 21 2. MACD < 0 3. RSI < 30 Short Strategy Entry = SHORT Entry Criterias (all must be fulfiled): 1. EMA 8 crosses below EMA 21 2. MACD < 0 3. RSI <30 4. EMA 8 and EMA 21 MUST be BELOW EMA 233 Exit = BUY Entry Criterias (all must be fulfiled): 1. EMA 8 crosses above EMA 21 2. MACD > 0 3. RSI > 70 Make sure each trade uses 5% of portfolio at x20 leverage When ema 8 and ema 21 are above ema 233, only executed long entries. When ema 8 and ema 21 are below ema 233, only execute short entries. If ema 8 and ema 21 are on either sides of ema 233, do not execute any entries