send VARIABLES to TELEGRAM
-
Hello , How I send VARIABLES to TELEGRAM ? , now I can send text to telegram but I don't know how to send variables to telegram.
-
@xdv Did you search the word 'telegram' othe the search tool of the forum? You'll find many treahs dedicated to that app. Maybe you can find help there.
-
Thank you very much for the advice, I've searched on forums and YouTube.
But couldn't find anything about passing variables from fxdreema to Telegram.
If you found it , please send me a link would be very appreciatethank you so much
-
@xdv This has come up a few times, I saw a comment on one last week, not sure what it was called called though and don't have link.
-
-
Thank you so much @jstap @RODRIGO ORTUZAR
from your advice I found this forumhttps://fxdreema.com/forum/topic/6958/how-to-send-a-screenshot-to-a-telegram-channel
and now ready to send Variable to Telegram.
Thank you very very very much -
A few questions if I want to join multiple words or multiple variables .
How I do this ?
I try this in key2,3,4 but Telegram can recive from key2 (first "text") only.
-
@xdv Add as text input, anything in " " like "TEXT" will show as text, add to this with + like "TEXT"+"TEXT", variables/constants are added by the name so adding a few together would look like, "TEXT"+variable1+" "+variable2. To add this to a text box save into a string variable.
-
@jstap Thank you so much
From your advice I try on Fxdreema, but Telegram recive from key2 (first "text") only.
And I don't know MetaQuotes Language.
If possible , please edit in fxdreema would be very appreciate.
Thank you so muchhttps://fxdreema.com/shared/KO9pUE8D

-
@xdv You will see what I meant here https://fxdreema.com/shared/rmprr1vWc you can also rum on strategy tester to see what all's doing.
-
-
@xdv Your welcome
-
@jstap i am doing same project as shown by u but still fail.. Am i put wrong code source? please help me
https://fxdreema.com/shared/i7kNd7leb -
@aman Put all in the order it needs to happen,

-
@jstap I put this on variable code input but not getting same what are u done.
"LIST "+LIST_1+" "+LIST_2
i tried modify code but still not done it

-
@aman Remove the 1st all text input variable, move all so there in order, the values you want in variable from text code need to have already been put into the variables, this can be a block above another, or it could just be 1st in a modify variable block.
-
This is the code i have modify a bit and got no error after compile..
thanks for your help sir.. -
@jstap help me to put text in new line..
usually in mql coding i understand to put this code " /n " for jump to the next line but how about on this https block ?this is the photo sample what i want to do

-
@aman I don't know, Iv'e never tried but in custom code/code input you can add most mql code.
