Hi!
How is your rewrite going? Do 'we' have a chance of seeing graphical elements within the next ~6 month? 
thanks in advance
hila
Hi!
How is your rewrite going? Do 'we' have a chance of seeing graphical elements within the next ~6 month? 
thanks in advance
hila
That's sounds cool. Wanted to start programming an EA wi th fxdreema but will wait till the new blocks will be available.
Any time schedule?
Thanks
hila
Hi.
As you have spoken of the 'draw horizontal line' block. When i draw such a line with the help of the block i would like to reference it like a handle. So for example i have the ability to move the line 10 pips up. Is this possible?
If I could give the line a name then i could use that name when using the 'For each object' block. Its only a workaround but would make it possible to be really 'aware' of object.
Thanks in advance
hilavoku
Hi.
After some time I'am back and wanted to see if there is now the possibility of adding some graphical items to a EA/script. But it seems that nothing has changed ?
greetz
hilavoku
Thanks for the Feedback. I deleted the Cookies but the error stayes the same....
Hiho,
when i try to open the Generator with Google Chrome i get the following error:
Strict Standards: Non-static method utf_normalizer::nfkc() should not be called statically in S:\www\fxdreema.com\forum\includes\utf\utf_tools.php on line 1663 Fatal error: Call to a member function session_create() on a non-object in S:\www\fxdreema.com\forum\includes\auth.php on line 973
This error Shows on two different machines. Some hints for me? With IE there is no Problem...
Too bad. Okay. Then i will see how i can automate the process of compiling...
Okay i did the initiation with the help of a new library. When i save the MQ4 file from FXdreema and compile it with the metaeditor there is no error and the EA runs fine 
When i try do compile from within FXdreema it says:
Compilation errors
'mt4gui.mqh' - cannot open the program file
It seems it's not looking in the standard folder <terminal_directory>\experts\include ....
Just one little step and with the help of three little libraries we can use graphic elements within FXdreema
Hi,
i tried the MT4gui and the simple example works. It draws a button and when clicked there will be an altert box shown.
The only thing i must do after saving the MQ4 file from within FXdreema ist to add the include (#include <mt4gui.mqh>) and thats it.
Do you have any idea how i can add this include with the help of FXdreema. I think it should be some option within the 'Current project options' menu!?

Okay. when i have time i will try to draw some gui elements within FXdreema...
Hiho,
there is a DLL which gives the programmer the ability to create GUI elements within an EA.
http://www.mt4gui.com/quickstart/
Do you think this could be incorporated within FXdreema? The use of the commands can surely be done with the help in using own libraries. I don't know if the include of the MQH file could work?
thx in advance
Hi.
tested the new option and it seems to do like it should. Nice work. Will see if it improves my EA.
Till then and nice weekend.
Oh. I see you also programmed the new option for take profits. I think for a take profit it doesn't make any sense. Why should someone wait any further to take the profit when its already hit? A SRSL only makes sense when it comes to SLs.
Wow. That fast and thanks for your afford!!
SRSL is my short of __S__pike __R__esistant __S__top __L__oss. I had to choose a name for it when programming it into my EA.
So, i will see how to test the new option.
have a great weekend
Guido
Yepp. You must consider each customer with his needs and wishes. I don't know how it would be better to realize SRSLs...
No prob for me!! I won't accuse you of not being fast enough. You can't program any weird idea some customer has. It's okay for me! Better to build a fully understandable product with more help material then programming my idea of the SRSL...
Have a nice weekend
Guido
PS: by the way. Cause of the nice FXdreema gui it took me just twenty minutes to program SRSL . 
Hiho,
so i couldn't wait and programmed SRSLs into my current EA. Will backtest this weekend and see how it performs on monday...
I write this from my mobile phone, so i can't look at the logs at the moment.
The timeout depends on on the time frame you are trading. So it is the the user's choice. What time server to use is not important. It just has to be the same server for the beginning and the end of the needed 'time window'.
As an example: For trading within the 15min chart, i can think of a 'time-threshold' as 15 min. So start the timer when price action is below the SRSL and when the timer exceeds the threshold then take the loss. When price moves above before the threshold triggers then the timer will be reset.( Example for a buy trade)
Do you think you will add such a block into FXdreema? It isn't that complex. As i would like to integrate it into my current poject and i think others would also take advantage of this type of SL it would be nice to see you working on it...
PS: there are no errors but i think we can forget about the not taken SL. Could be a local problem. So lets face the 'time-threshold' based SLs 
Yes. The name is #ticketnumber sl and the ticketnumber is the same as the current trade...
And also yes. The spike preventing SL can only be done hidden within the EA. Would you mind to add such a option?