Page 1 of 1

Creating a Strategy comment to webhook into 3Commas

Posted: Tue Feb 15, 2022 9:52 pm
by dougie80
Under the first strategy command I enter the comment:

21 strategy.entry(id="BUY", long=true)
22 comment="{\n\"message_type\": \"bot",\n\"bot_id\":

I then get an error message: line 22: no viable alternative at character '\'

Im a total newb can anyone tell me why this error is pooping up? thanks.

Re: Creating a Strategy comment to webhook into 3Commas

Posted: Fri Feb 18, 2022 8:37 am
by processingclouds
You need to put the comment inside the strategy function itself in order to use {{strategy.order.comment}}.

Also you are missing the escape \ before quotation close of bot.