Writing EA Name In "Comment" Field Of Trade
-
Hi,
How can I write the name of the EA or custom text in the "Comment" field of the trade. Right now it just says "Long trade[s]" or "Short trade[s]".
Thanks

-
Which project is this?
The name of the EA... I think there was some function to get it, but I was never interested into that. Otherwise it should print whatever data you input in the block
-
it's a project I'm working on in local version of fxdreema. Which block would I use for that?
-
here is it: https://fxdreema.com/shared/3d0rljfTc
MQLInfoString(MQL_PROGRAM_NAME) -
hi, i think he meant this portion http://snag.gy/gFazg.jpg
used this portion for my ea previously. -
yes, the comment field of buy now/sell now block is what I was looking for. Thank you very much
