Sounds like an interesting idea. Please share your results here.
Posts made by l'andorrà
-
RE: ForexFactory News Forcastposted in General Discussions
-
RE: Is the admin modifying the code on variables?posted in Bug Reports
Interesting. But how can I see the values of the variables? They cannot be selected with the 'log message' block'?
-
RE: Is the admin modifying the code on variables?posted in Bug Reports
Ahem...Didn't you see block number 13 in the link?

-
RE: Is the admin modifying the code on variables?posted in Bug Reports
I forgot to add those values when I created the example.
Please imagine I select the period 00:00 to 00:05. The chart the EA is working on is receiving ticks since minute one for the last 15 years (I checked it). -
RE: Is the admin modifying the code on variables?posted in Bug Reports
@fxDreema This is the simplest version I can create for you to understand (I hope) where the issue is.
https://fxdreema.com/shared/F53XQ0Ilb
This is what the structure is doing:
-
Showing on the chart the combined profit/loss of all open trades at the moment. Block 2 and below are doing that and that works fine. No problem there.
-
Showing on the chart the combined profit/loss of all closed trades today. Block 3 and below are doing that and that works fine. No problem there.
-
Showing on the chart the combined profit/loss of all open right now + closed trades today. Block 4 and 13 are doing that and that works fine. No problem there.
-
Showing on the chart the highest profit and today. Blocks 6, 7 and below are doing that that works fine. No problem there.
The problem raises when a new day is reinitiating all those variables to 0. That is what blocks 1 and 15 are for. Some months ago I used a 'once a day' block instead of a 'time filter' and all worked fine. All variables were reinitiated normally until suddenly they didn't. Some days yesterday's highest loss was still visible at the beginning of the trading session. Occasionally it was the highest profit. It was a random result because it didn't happen everyday, but it was a common issue.
I 'fixed' that by using the current time filter version and selecting the first minutes (1 or 2 were enough) of the new trading session you be sure that more than one tick would definitely reinitiate all variables. That worked for some time until I found that the problem still persisted unless I selected at least 10 minutes of the new trading session. Now it simply doesn't work at all.
If you test the structure on backtest it will work for sure every single day. The problem is doing it on demo/real. For some reason variables on block 15 are not correctly reinitiated and today's information simply is not updated.
These are my hypothesis:
-
The info for variables in block 15 are stored somewhere within the fxDreema code and it is not properly deleted.
-
The calculations on blocks 6,7 and below are still executed in the first ticks of the new trading session and yesterday's values are obtained again and not those for today's.
I hope this can be more helpful.
-
-
RE: Where do I start to learn this software?posted in General Discussions
@morad-dezhfard Sadly there is not 'formal' edicational material for fxDreema. As other people said, you can take a look at several Youtube channels. You can take a look at mine if you want, but you will definitely need time here to do the hard part. Please don't hesitate to as whatever you ned. We'll help the best we can.
-
RE: MACD 0 Lineposted in Questions & Answers
You need to do the same roar recommended, but separately for both lines. And that will not happen at the same time so you will need at least a variable controlling when one oh the lines crossed while the other one is still below.
-
RE: grid of pending with trailingposted in Questions & Answers
@Alan-paredes2 You can get the first request by selecting it here:

For all the other you will definitely need specific (and complex) structures to get it. They are not trivial.
-
RE: Move blockposted in Questions & Answers
Sorry, but I don't see what 'move' block you are referring to. Could you please show a screenshot of it?
-
RE: Go back and continue from this trade volumeposted in Questions & Answers
@jaad Thank you for your kind words. Sadly, there no specific links showing how variables can be used because possibilities are simply unlimited. My best recommendation is reading as many forum's threads as you can. It is hard ans boring most of the time. But at the end of the road, it pays.
-
RE: condicion > < x> x< >= <= == =! en variableposted in Questions & Answers
Depende de la información que quieras almacenar y cómo se usará luego. ¿Qué es lo que quieres almacenar exactamente?
-
RE: Shuffle between diffrent strategiesposted in Questions & Answers
You can identify how many trades belonging to a specific group are closed. Once 3 of them are closed you can simply switch off the block on top of the launcher for that group.
-
RE: Is the admin modifying the code on variables?posted in Bug Reports
Sure. I'll provide one soon.
-
RE: How to restrict EA to work for X days and then stop?posted in Questions & Answers
Almost. You need to switch off block 771 as soon as block 772 is executed. Otherwise your maximum days period will be reinitiated every day.
-
RE: This block " For each position " may have problems.posted in Questions & Answers
A simplified version would definitely help.
-
RE: Acc High Comment*posted in Questions & Answers
For what time period? Today's high, monthly high or all trading history's high?