Page 1 of 1

Post image online

Posted: Wed May 09, 2018 9:59 am
by mbastem
I want to Post image online in MQL5 Charts service and get the link by code (MQL4). its Possible ?

Re: Post image online

Posted: Thu May 10, 2018 5:05 pm
by moey_dw
mbastem wrote: Wed May 09, 2018 9:59 am I want to Post image online in MQL5 Charts service and get the link by code (MQL4). its Possible ?
may i ask why u wanna do dat bro??? hmm mntiwana can u help here

Re: Post image online

Posted: Thu May 10, 2018 7:24 pm
by mbastem
moey_dw wrote: Thu May 10, 2018 5:05 pm

may i ask why u wanna do dat bro??? hmm mntiwana can u help here
I want to send the link to the screen when the signal gives an alarm. sample
I can not get this link as a program.
string Note =
    SendNotification ("Haskaya Signal" + Symbol () + "TF:" + IntegerToString (Period ()) + "Note);

Re: Post image online

Posted: Thu Jun 21, 2018 3:26 pm
by moey_dw
mbastem wrote: Thu May 10, 2018 7:24 pm

I want to send the link to the screen when the signal gives an alarm. sample
I can not get this link as a program.
string Note =
    SendNotification ("Haskaya Signal" + Symbol () + "TF:" + IntegerToString (Period ()) + "Note);
no dont think it can be done.............do not worry about screenshot sending just screenshot and put in a folder on u desktop when u take a trade
MUCH BETTER BROO dont post u screenshotz on mql5 public site what u wanna do dat for!!!!!!!!! too many ass holez on dat website

Re: Post image online

Posted: Thu Jun 21, 2018 4:38 pm
by Krelian99
Why a link from MQ5 to MT4? Should MT5 be used as signal giver and an EA in MT4 trades it? In this case MT5 could write a line in a text-file and the MT4 reads the file, trades it and deletes the line when opened the position.

Re: Post image online

Posted: Thu Jun 21, 2018 4:44 pm
by mbastem
I want to get the link posted on mql5 site.