@raveon 
Have you tried this?
Posts made by OntradingX
-
RE: Darwinex Zero Problemposted in Questions & Answers
From what I understand, you want to get the (float) value of open orders.
If so, do the following:
Use the formula block and enter the Balance - Equity value, this result will give you the current Floating value in real time. -
Using #resource to copy code into the EAposted in Questions & Answers
Hello friends, that's right, I want to use the mql5 #resource command in my Fxdreema source code to copy the data from the indicator that I have and not depend on sending it to other people because it is an indicator that I created myself and I don't want them to have access. I was able to do this normally in mql5 but I'm not able to do this in fxdreema, does anyone have any tips or tricks?
-
How to move a horizontal line in BACKTEST in MT5?posted in Questions & Answers
I can already move by double clicking on a horizontal line drawn on the chart when I am backtesting in MT4 and it works normally, but I was unable to do this in MT5.
Has anyone tried doing this? Can you give any possible solution? -
RE: BUG URGENT in block (Bucket of Position) Blueposted in Bug Reports
@fxDreema Thank you, i will test this solution and return here to comment.
-
RE: PRICE ACTION and DISTANCE (please help I'm happy to pay the developer)posted in Questions & Answers
@Sovpips
Friend, I think the description of your strategy is not complete.
For example:
Will buy or sell orders always be opened in the trend by increasing their lots, and should the TP and SL all be the same?
When opening the first order and you place a tp and a sl of 100 points, does this mean that all subsequent open orders must have their tp and sl at the same price as the tp and sl of the first order? -
Millisecondsposted in Questions & Answers
I would like to create a custom mql block code or a new block that executes all the blocks below and milliseconds.
Currently I see that fxdreema has a block called (once per seconds), but I need something below 1 second, as low as possible, does anyone have any idea how to do this? -
RE: URGENT + problems with Fxdreema!posted in Bug Reports
@fxDreema hello friend.
Below other post bug with project example.
https://fxdreema.com/forum/topic/18373/bug-urgent-in-block-bucket-of-position-blue -
RE: ea must take trades even off lineposted in Questions & Answers
consult the website mql5.com which has all the instructions on how to do this.
-
RE: ea must take trades even off lineposted in Questions & Answers
@Mmase2012 Use the MQL5 cloud, follow their steps and you won't need to use MT4 or MT5 open on your PC.
-
URGENT + problems with Fxdreema!posted in Bug Reports
I have EAs that I made some time ago and that use closures with just 1 order or closures with more than 1 order, in this case Grid and average prices, I use an additional check with these blocks that I mentioned below and I realize that similar to the BUG that I mentioned previously, these closing blocks are also only working in Backtest, they are not working in real accounts.
It is very sad that there is a delay for the Fxdreema admin to answer or analyze these questions because we are paying for a subscription and the least we need is for these types of problems to be verified, our projects cannot be left without a solution deadline and when this type of problem exists If it takes a while, everything will be delayed, but our subscription will be rigorously debited in the system for days and days.

@fxDreema Please pay attention to this BUGs section, it is very important as there are people who, like me, take using the system seriously. -
RE: BUG URGENT in block (Bucket of Position) Blueposted in Bug Reports
Unfortunately we don't have quick answers and we have to look for alternative solutions so that we can continue with our negotiations, after all we are investing a few dollars to use the tool and our work day doesn't stop and that's why I made an effort and found a solution to get around it. temporarily the problem in the Bucket and For each blocks.
Below is the project:
https://fxdreema.com/shared/qHUEs6QZ
The solution was to use a formula block to calculate Equity minus Balance which will result in the current net floating balance.
@fxDreema if possible help us, I believe these are not the only blocks that are not working.
-
RE: BUG URGENT in block (Bucket of Position) Blueposted in Bug Reports
@fxDreema The bug seems to have increased, now I've been using the "For each Position" block to loop through all the orders of all open symbols including swap and commission and to my surprise this block is also having problems, it doesn't register correctly Real-time floating profit or loss.
-
RE: BUG URGENT in block (Bucket of Position) Blueposted in Bug Reports
@TraderCandela This may even have an influence, but the block does not work and this is the problem, I am having to use the " For each position " block and it works normally.
-
RE: BUG URGENT in block (Bucket of Position) Blueposted in Bug Reports
@fxDreema ? You can see this, please?
-
BUG URGENT in block (Bucket of Position) Blueposted in Bug Reports
I have always used this logic to obtain the value of the float in real time and thus carry out closures of these floats, however, last week I realized that when saving my projects a surprise happened, the closures stopped happening and I only realized it because some of my accounts (Reais) did not execute the closing at the correct time determined when a certain positive value was reached.
And that's when I went to print it to understand and I noticed that this block is not working as it used to, giving in real time the value of the sum of the float in real time.
Can you please check this urgently?
It is very important for me to keep my EA's active, this is their functionality.Project Test -- > https://fxdreema.com/shared/jR4j9ERvc


-
RE: BackTesting different from live tradingposted in General Discussions
@ZakTrading
I will share my experience with you.
I've seen and tested a lot of things, dukas copy tick data, even paid data and nothing worked perfectly.
What worked for me to have more quality in the tests and even prove the quality was "Develop an EA, with a wealth of control details".
What types of controls:
Timetable filters.
1st market tick filtering to identify when the market opened.
Spread filter and spread monitoring over time. (Some brokers, for example, Tickmil, had very varied spread years, which completely alters trading results between one period and another). The same happens with negotiations that depend on the market start time, some brokers change the start of market trading without prior notice.
Limitation of trades (Some brokers allow a maximum number of simultaneous trades).
Limitation on trading hours, always trade in a time window that you know the broker can have liquidity.
Removal of Stop Loss and Take Profit by (virtual) options, as many brokers unfortunately (create non-existent prices) and this generates stop losses that make no sense at all.
Lastly, the ideal is to do a small test, put your robot to operate day after day for at least 1 full week and in the following week perform a backtest on all models, tick, real tick and ohlc and compare the inputs to see if they are very close to what actually happened in the real market, if this is happening then you can find out which is the best backtest modeling and most appropriate for your trading style. -
Customizable batch increase how to do it?posted in Questions & Answers
I'm trying to do an automatic lot increase when the balance increases every 100$ or every 1000$ and I'm not succeeding.
I saw on the forum at the link https://fxdreema.com/forum/topic/1970/Problem-Fixed-Ratio-of-Ryan-Jones/22 that there is the Ryan Jones Fixed Ratio method, I tried to use it as explained and it didn't work.
Does anyone have a solution that does this? -
RE: Record, gains, loss and operations by day.posted in Questions & Answers
@l-andorrà Very interesting.
I will test this approach, thanks for trying to help me. -
RE: Record, gains, loss and operations by day.posted in Questions & Answers
@l-andorrà yes, exactly i need all that info stored day after day.
But i created one excel about this, i run test to show any information for my management risk.
Thank you for help me.