Hello again. I am facing another issue that I am unable to solve on my own. I defined multiple assets for buying in trade.js however I am getting a syntax error again and I can't figure out where my snytax is wrong. I tried to follow how trades are defined in the .env file with { and } encapsulating every asset, but I get the error below. I tried without { and } and with a singe { and } encapsulating the entire list of 5 assets but nothing works.
It looks like the bot is taking issue with the { in line 14, the second asset, and I do not know why.
Hello again. I am facing another issue that I am unable to solve on my own. I defined multiple assets for buying in trade.js however I am getting a syntax error again and I can't figure out where my snytax is wrong. I tried to follow how trades are defined in the .env file with { and } encapsulating every asset, but I get the error below. I tried without { and } and with a singe { and } encapsulating the entire list of 5 assets but nothing works.
It looks like the bot is taking issue with the { in line 14, the second asset, and I do not know why.
See screenshot below.
Can you help me one more time?