Hello, I need help writing code for the Strategy Editor in the backtesting settings for Binance Futures. I have a number of strategies related to different take profit targets that I would like to compare based on historical data, but I don’t know how this would translate to code.
My strategies are as follows:
Strategy 1: Open one order with 10% of total funds with one take profit target (TP1)
Strategy 2: Open two orders with 10% of total funds (5% for each order), one targeting TP1 and the other TP2
Strategy 3: Open three orders with 10% of total funds (3.33% for each order) each with a different take profit target (TP1, TP2 and TP3)
Any help on this would be gratefully appreciated