ok, I'll try thanks. Just to review on 5-decimal system like EURUSD, isn't 1 pip = 0.00001 (5 decimal places) so if I write +1pips wouldn't it mean 0.00001 instead of 0.0001 (4 decimal places)?
where is "toPips" defined in code?
thanks 
ok, I'll try thanks. Just to review on 5-decimal system like EURUSD, isn't 1 pip = 0.00001 (5 decimal places) so if I write +1pips wouldn't it mean 0.00001 instead of 0.0001 (4 decimal places)?
where is "toPips" defined in code?
thanks 
just thinking, is there a way instead of creating a condition block for each market to create 3 condition blocks: 1) if market is 5 decimal places (that would cover EURUSD, AUDUSD, GBPUSD, etc and micro variations) 2) if market is 3 decimal places (that would cover JPYUSD & SILVER and micros) 3) if market is 2 decimal places (GOLD and GOLDmicro)?
It would be great to be able to reorder data rows in "Comment on charts" block the same way you can drag variables to different position in "Project Variables" window
Can you define a new project variable that includes formula result? For example, Variable1 = Result247 + 22
I tried this but when I printed Variable1 on chart, value was 0
I found out that if you use a constant in the modify variables block, this effectively resets the variable to original value
Is there a way to reset variables that were modified using the "Modify Variables" block back to their original values defined in the "Project Variables" box?
For example variable "Variable1" is set to numeric value of "10" in project variables box. Then, value is modified using "Modify Variables" block to "Variable1" + 20. So, on the next tick value will be 30, in 2 ticks 50, in three ticks 70, etc.
well, you could build a mutliple conditions block in addition to the single condition block and people could decide which one they want to use. In this case instead of having 30 different single condition blocks (1. if EURUSD 2. if EURUSDmicro 3. if GOLD 4. if GOLDmicro 5. if GBPUSD 6. if GBPUSDmicro etc.), I would prefer to have 1 or 2 multiple condition blocks (1. if EURUSD OR EURUSDmicro OR GOLD or GOLDmicro OR GBPUSD or GBPUSDmicro, etc.). Just an idea 
actually, that would be a good feature for condition block in general if it doesn't already exist - to support multiple conditions in one block. If it does exist, would love to know how to use it 
Is there a way to use 1 condition block for multiple markets, ex. if market == EURUSD OR GBPUSD OR JPYUSD OR GOLD?
about a month ago I was able to copy blocks from one project and paste them into another. Now it doesn't work. Browser is chrome.
I don't really understand the usage of this block - do you have a simple working example? In the meantime, I accomplished the task using condition blocks instead:
http://fxdreema.com/shared/DpfDgFn8e
"Set Current Market For Next Blocks" block seemed like it consolidates blocks - if current chart is symbol a, b, c, d, e, then run the following blocks. But I think my understanding is incorrect.
The information about this block says, "Optionally, you can cause this block to repeat itself more than once with different default markets each time."
My question is how do you do this? This example that I built does not work: http://fxdreema.com/shared/DIJHbhY3b
Thank you 
This ea should close trade when bid line goes below open price but it doesn't work: http://fxdreema.com/shared/4xGbaOaR
Maybe right operands of blocks 11 & 12 are not correct?
Is there is a way to modify source code of entire ea in fxdreema or just one block at a time? For example, in 75 blocks I wrote the variable display name instead of the mql name and I want to make a global edit. Is there a way to do this or do I need to open each block individually and change the name that way?
I see, so is there a way to modify an mq4 file in a text editor and then reimport it to see the changes or can change be made only through the fxdreema interface?
Hi,
When I export an mq4 file, open it from my local pc in notepad and make changes, then import it back into fxdreema, it doesn't display the changes I made but rather the last version of the ea in fxdreema (the one that I exported). I tried renaming the file, changing the project ID, clearing browser cache and switching browsers to no avail.
looks like the monthly data is there and goes back 5+ years. Seems to be working now, thanks.