Does anyone knwo how to make text on chart into an active hyperlink ?
Many thanks
Does anyone knwo how to make text on chart into an active hyperlink ?
Many thanks
Scratch that, this website does the job perfectly:- https://webhook.site/
How can I print to log the exact message that is being sent via HTTP from this block ?
I need to see exactly what is being sent.
Thanks for your help.
Yes, I try to trawl the forums before posting but like you didn't find anything remotely close.
It seems a little strange because that functionality exists throughout fxdreema except for in the "Status".
I do know fxdreema once said he wanted to remove the Status functionality but I find it incredibly useful, it's a bit like an assistant that always reports the latest action.
Many thanks for replying l'andorra.
I am trying to insert some variables into a text string in the "Change Status To" field.
I notice that unlike other fields you don't appear to be able to right mouse click to bring up a list of variables.
Also when I try to insert"=
""+ "some text " + variablename + "some more text" + ""
. . . this also does not work whereas it does in other areas such as "Log Message " when printing to the Experts Tab.
Can anyone offer a solution please ?
Many thanks for your time.
I have experienced multiple "struct member undefined" errors when compiling ex4.
It happened at the end of a project where I decided to tidy up the naming of Variables & Constants. Although no variables had the exact same names as constants they were similar.
Looking in the code at the User Block reference for each error it turns out that Contants had been replaced with Variables in each block. When I switched them back to the correct Constant all compiled OK.
You may be right, I certainly notice it at around 5 - 6pm AESTeach day but it's now happening at other times as well.
I have just monitored the connection for a few minutes across 4 sites that I use and all show good connection quality except for fxDreema server which says "Bad".
Quality is measured by some combination of Packet Loss Percentage, Latency Percentile & Jitter. So whilst I am connected and can create & move blocks around most of the time it seems to fail at the point of downloading the MQL or EXE.
Just to be clear it is not happening all of the time so at the moment I just have to wait and keep trying but it is a bit of a fly in the otherwise very satisfying ointment.


Over the past few days I have been getting the following messages and unable to connect or compile/download from fxDreema:-
I have tried different browsers, a different pc, my internet connection is strong, tried a vpn but keeps happening.
My latency from Australia to the fxDreema website appears to be 279ms.
Does anyone know whether this might be a server issue or is it my side ?


Got it, many thanks l'andorra.
Does anyone know of a way to get the swap & commission values for a bucket of trades. They don't seem to appear as available options in the dropdown.
Thank you.
I have just noticed that when you hover over a variable name in the variables window it highlights the visible blocks that contain that variable.
Far out.
Not sure whether that's new or been there forever but very welcome all the same.
Hi,
I am trying to insert code to import a dll, #import ...............#import.
It needs to go directly after the #property entries at the very beginning of the code.
Currently I have to open each compilation & manually insert it.
Does anyone know if there is a block that allows MQL to be injected into that specific position or a cunning way around it ?
Many thanks in advance.
I've ended up with separate profits and then summed them so it's worked out fine in the end. Many thanks for your help l'andorra.
Thank you for creating this tool.
I was under the impression that "For Each Trade" was a tool to access data from each trade in turn and only buckets could be used to sum the profit across multuiple trades.
So I guess I could get the profit for each trade, put in separate variable and sum those variables to achieve the same outcome ?
Many thanks for taking the time to respond.
Yes, all trades are closed together. Each trade opens with a unique group number (numbers can be 1-12 although average open trades is 4).
I find date & time the hardest aspect to work with, it would be really appreciated if you could point me in the right direction. I haven't been able to find a prior example in the forum.
Many thanks for your help.