How To Use My EA's Name As Comment.
-
Hello everyone
Please I will appreciate if anyone can suggest how to setup comment block which will enable me write my EA's name as comment which will make it able to show under comment tab in mt5 /MT4 platform.
You can see example of what I am talking about in this image below. The name of the EA that placed those trades is DBOSS and its able to show as comment under trade history.
Please guide me on how to setup something like this. It will highly appreciated.  )
-
-
@lanrayy Interesting question. I want to know how to do that too.
-
-
@lanrayy hola, puedes crear una constante que incluya el nombre que quieres poner

después lo asignas en el campo comentario de la apertura del trade

también puedes crear diferentes variables que tomen diferentes tipos de datos, por ejemplo el TF o cuantos Buy hay abiertos actualmente y lo sumas todo con la función "stringconcatenate" por ejemplo


-
@iqbalazmi said in How To Use My EA's Name As Comment.:
Thank you so much @iqbalazmi , The method works.
-
@ajmd97fx said in How To Use My EA's Name As Comment.:
@lanrayy hola, puedes crear una constante que incluya el nombre que quieres poner

después lo asignas en el campo comentario de la apertura del trade

también puedes crear diferentes variables que tomen diferentes tipos de datos, por ejemplo el TF o cuantos Buy hay abiertos actualmente y lo sumas todo con la función "stringconcatenate" por ejemplo


Thank you so much @ajmd97fx I really appreciate your detail explanation.
-
@lanrayy Impressive replies! I learnt something new...again.

-
this is precious..
-
@ajmd97fx Super ! Muchisimas gracias !!!
-
@ajmd97fx I got error for that "CountBuy"
The error is 'undeclared identifier' -
@iqbalazmi CountBuy es una función que yo he creado a través de un Bucket de Trades
-
@ajmd97fx can you show me the function please
-
@iqbalazmi yes of course
-
@iqbalazmi primero hago un bucket of trades

y después hago una variable tomando información de ese bucket

en este caso el bucket toma todos los trades buy y sell de la divisa en cuestión que está abierta en el gráfico y la variable la he llamado "SpecifiedCount"
-
@ajmd97fx Thank you so much. That is really helpful
-
@ajmd97fx said in How To Use My EA's Name As Comment.:
@iqbalazmi primero hago un bucket of trades

y después hago una variable tomando información de ese bucket

en este caso el bucket toma todos los trades buy y sell de la divisa en cuestión que está abierta en el gráfico y la variable la he llamado "SpecifiedCount"
Hi..do you seperate the bucket for buy and sell?.
and can you show me the result of your trade comment? -
@iqbalazmi This thread is old even the reply you have replied to is quite old and differs from the original post, best to ask a new question to answer your question, in the bucket of trades block you have type, use a block for buys and a separate block for sells.
-
@lanrayy said in How To Use My EA's Name As Comment.:
@ajmd97fx said in How To Use My EA's Name As Comment.:
@lanrayy hola, puedes crear una constante que incluya el nombre que quieres poner

después lo asignas en el campo comentario de la apertura del trade

también puedes crear diferentes variables que tomen diferentes tipos de datos, por ejemplo el TF o cuantos Buy hay abiertos actualmente y lo sumas todo con la función "stringconcatenate" por ejemplo


Thank you so much @ajmd97fx I really appreciate your detail explanation.
Can anyone please explain this in English? I only need to know how to capture the EA name in the comment box
Gracias! 

