field Comment to Sell now block
-
It is posible, put this text in comment field the sell or buy block
Period: period() , Magic: MagicNUMBER
I know to put one variable, but I don´t know same variable inside the same field and text, all together.
-
I think it is ...

-
Perfect Reply. I wanted it exactly.
Question Resolved. I implement to my EA, en INIT tab, never change.
Thank you. -
@miro1360 hi Miro, what should I do so that I can get the trade comment as follow - Ea name - buy 0 (1st entry), Ea name - buy 1 (2nd entry) and so on.
Its a martingale EA. -
It is not possible with integrated martingale systems in Buy block. You can do it only with a custom martingale system (using a combination of variables, blocks for checking trades count, creating a final variable for the comment in Buy block, ...)
-
@miro1360 sound complicated, LOL. Btw thanks for your reply.