Hey,
The DrawRectangle code block does not generate MQ code for successful completion of function and to continue program flow.
Can take a look at the gif I uploaded. Code gen for Start4 does not include a call to Start5.
Thanks.

Hey,
The DrawRectangle code block does not generate MQ code for successful completion of function and to continue program flow.
Can take a look at the gif I uploaded. Code gen for Start4 does not include a call to Start5.
Thanks.

Hey,
I'm finding that I need to expand the functionality of my FxDreema EA's by using Static Variables to manage market / indicator events and conditions at the time they happen, and then later act on these events during other market conditions, without having to loop back through indicator array buffers to see if other indicator events happened in the recent past.
So, if I could use Static Variable, as they are defined for MQ4... permanent memory and don't get re-initialized when an EA function exits.... http://docs.mql4.com/basis/variables/static
Simple example.
. Current Price Bar causes the MACD to cross above zero.
(however.. the EA system must have confirmation from the CCI indicator & 3 Price Bars with higher lows before going Long the EURUSD)
So..
..... at some point later in the day..... the CCI reads greater than 50, confirming market is trending Up
..... and at some other point later in the day..... the market provides 3 Price Bars with higher lows, once again confirming market is trending Up
Now..., at this point the EA must loop back in time (indicator array buffers) to determine if the CCI > 50 and MACD > 0, and if so, open a Long position now on the current price bar....
I can see taking 1 of 4 approaches to code this....
So.. Approach #1 is what I would prefer.....and would be the most efficient, agile, and easiest to code and maintain, now and in the future....
Do you have plans to introduce Static variables into the FxDreema interface build of EA's, or am I missing something here.....
Please let me know...
Thanks
101 
I've exported the xml to the desktop version and regenerated the MQL code.
It compiles fine now using the Desktop version of FxDreema to generate the code.
However, can you pls look at fixing the internet version.
Thanks
I'm getting the following compilation errors:
'?' - expression on global scope not allowed
'?' - variable not defined
The code has "?>" characters on a single line right after routine "int PipValue(.."
The code was generated by the internet version of FxDreema.
When I click back in Actions History, the canvas remains blank.
I'll enter the chat room and wait for you.
I also agree. I use it everyday... all the time.
I welcome the desktop version. In addition to the many productivity benefits I already enjoy using the FxDreema platform, the desktop version also eliminates the possibilities of internet network outages and latency, leverages the full potential of my local PC, and is nicely integrated with MetaTrader.
Excellent work. 
I'm getting an error while trying to Copy / Paste code blocks using the desktop version. Here is how it happens.
....
If I click "Reset", the canvas redraws, but my copied/pasted block is not there. (like an undo function).
If instead of clicking "Reset", I click "Save" - FxDreema message reads "Data mismatch, Reload in 3 seconds..."
After waiting 3 seconds, the canvas redraws successfully with the copied/pasted block.
Thanks.
Yep. I got it. It's working.
My mistake was as you said, I left-clicked on the canvas first, which caused the block I was copying to unselect or not be yellow anymore.
Thanks...
Yep. Thanks great, I got it. I'm able to copy the block.
What and/or where do I have to click to paste it. 
I tried using FireFox edit menu, but paste is dimmed.
I think this would be extremely useful and really boost productivity and ease-of-use.
It would be great if I could select a block, right-click and have the option to "Copy", and then right-click on the EA canvas and have the option to "Paste".... as an example.
Or
Implementing "copy & paste" as buttons under the "libraries and candlestick patterns" on the left side of the EA canvas.
Thanks
I think it would be useful.
It would really help in organizing the coding space of the browser.
Now I segment my code for those code blocks I execute for each tick on the right side, and those for each bar on the left side.
I further segment code blocks from the top down separated by 'empty blocks' by event.
If FxDreema had selectable event tabs next to "init, deinit, start", I could improve the structure of my coding logic.
That's great! I'm glad to hear that it's on the way. Thanks. I'm looking forward to it.
Hey,
Please implement a "Save as..." under the "Experts" dropdown menu.
It would be very useful when making versions of an EA, while adding/changing trading strategies, and testing performance.
Currently, when need to make a new EA version, I have to re-click / re-input my EA from scratch, block for block, manually. Itβs a pain.
What you think....