@len-1 your history data has errors, nothing to do with the fxdreema project
Posts made by roar
-
RE: So, I have been testing this every 1/2 hour for 24 hours with different settings, etc. just to get this to workposted in Questions & Answers
-
RE: Bug - Check profit (average) and check profit (unrealised)posted in Bug Reports
@l-andorrà said in Bug - Check profit (average) and check profit (unrealised):
@tonyramirez Add a 'For each trade' block above both of them.
that doesnt do anything, actually.
-
RE: Can't Close Running Tradesposted in Questions & Answers
@er-arpit09 by default, EAs only close trades opened by them.
To close manual trades as well, change the filter options for each block

-
RE: Switch part of the EA on and off as required.posted in General Discussions
@johntyr how bout this button?

-
RE: Check profit (average) and check profit (unrealised) not working? (MT5)posted in Questions & Answers
@tonyramirez your EA has an SL of 50 pips, thats closing the trade. Not the profit checking block.
-
RE: Ascending lot sizes in grid pending ordersposted in General Discussions
@mohammed66 just dont put tick marks in these boxes, then the EA will compile.
And remove the grid block, it will confuse the system.

-
RE: Compilation errorposted in Bug Reports
@pritesh-kedar how to troubleshoot errors like this:
-
download the .mq4 file
-
try to compile it in your own metaeditor
-
it gives the same error, and the line of code in question
go to that line, scroll up a bit -> you'll see which fxdreema block is giving the error
-
-
RE: Profit Mathposted in Questions & Answers
@alphaomega no, average variable is reseted when block 8 begins its work.
Area #1 is just for getting the total volume of open trades.
The trades variable is useless, I forgot to delete it. -
RE: Ascending lot sizes in grid pending ordersposted in General Discussions
@mohammed66 the constants/variables menu is on top of the block list.
Alternatively, just download the .mq4 from the shared link, and import it as a new project -> you get all the constants and variables automatically
-
RE: Use the MACD Histogramposted in Questions & Answers
To clarify:
- "main line" is the MACD value (which is difference between 2 emas of price)
- "signal line" is 9-period MA of the MACD
- "histogram" is the difference between main line and signal line
-
RE: Use the MACD Histogramposted in Questions & Answers
@siggi12345 yes you can, the histogram is this indicator (weirdly enough)

-
RE: EA is not placing new pending order until previous pending order is triggered in live account while on backtesting its placing every pending orderposted in Questions & Answers
@nalin well, that is literally what this error is saying - your SL or TP doesnt fit your brokers requirements. I can't say how your broker might limit setting these stops. Try creating your orders without SL or TP, and set them afterwards with "modify stops of trades" block.
-
RE: MT5 tester reports zero profitposted in Questions & Answers
@milescristi ok. How about your EURUSD pair, surely it doesnt have USDT anywhere in there... ?
Your mt5 already has some example EAs, hit Ctrl+N and navigate to Expert Advisors - Advisors - ExpertMACD, for example.
-
RE: Ascending lot sizes in grid pending ordersposted in General Discussions
@l-andorrà the universal practices in math - first comes multiplication and division, then comes subtraction and addition. When there are both multiplications and divisions, read from left to right.
Edit: Oh sorry, meant to say the multiplication is solved before addition, of course.
-
RE: MT5 tester reports zero profitposted in Questions & Answers
@milescristi ok, this is super weird. I can only guess that your broker uses some weird profit currency denominations for these cryptos (like, if you get your profits in ethereum, the USD balance doesnt change in tester.)
But if this problem indeed happens with simple forex as well, even weirder...Hit Ctrl+U and check your contract specifications, what are the margin and profit currencies ?

-
RE: Ascending lot sizes in grid pending ordersposted in General Discussions
@l-andorrà its solved EDIT:BEFORE. Here's a number example

-
RE: MT5 tester reports zero profitposted in Questions & Answers
@milescristi check your journal tab, there might be some hints.
Show a screenshot of your tester settings and balance graph? -
RE: EA TRADES ON BACKTEST BUT NOT ON DEMOposted in Questions & Answers
@xbuilder developing the EA would be faster using the tester... In any case, change your group filter in each blue block

-
RE: EA TRADES ON BACKTEST BUT NOT ON DEMOposted in Questions & Answers
@xbuilder you have it exactly like this?
https://fxdreema.com/shared/IZ8G2uG3eI do get a trade.
