Hedge Mart is not working, but the strange thing is that experts that previously were working now don't work anymore, without making changes.
Posts made by manu22
-
RE: Tester: Cannot load Experts/ XXXposted in Questions & Answers
-
RE: Tester: Cannot load Experts/ XXXposted in Questions & Answers
Some of the FxDreema EAs work, some don't. I hope there is a fix
I am wasting my subscription. -
RE: Tester: Cannot load Experts/ XXXposted in Questions & Answers
I am on a Mac, I tried to compile again the experts but they don't load anyway
-
Tester: Cannot load Experts/ XXXposted in Questions & Answers
I started to receive this message from MT4, it appears in the journal and it doesn't let me test even the experts that were working fine before...
Does anyone know what is going on?
-
RE: Formula to know the average price on several positionsposted in Questions & Answers
This is a great system, I found this that seems easier tell me if it makes sense to you
https://fxdreema.com/shared/GOHeJlHAc
TPB is a constant so it can be modified for each currency pair. It just checks when the trades get over breakeven and if the flag is true, which is only after a trade was opened it draws a horizontal line at the preferred distance.
Trades are closed when price passes the line.
This is done but sadly I had another problem...
If the server is restarted all of my martingale risk management screws up because I use this system:
https://fxdreema.com/shared/iQQPen5Zc
When the server restarts it's a mess and the lots multiply like crazy and make an insane profit or otherwise blow up because the trade size is too big.
Do you have any ideas to multiply volume size from the last opened trade only, or otherwise draw on chart the last trades size so if the server restarts the robot can find it on the chart?
-
RE: Formula to know the average price on several positionsposted in Questions & Answers
This is similar to the other solution. It doesn't consider the fact that not all trades have the same size. You made me reflect though, what I need exactly is to know the breakeven point of all buy trades, so I can set the robot to close 10 pips further.
-
RE: Formula to know the average price on several positionsposted in Questions & Answers
Please FxDreema help I am sure you are able to make the software do that, it would help a lot of others I believe.
-
RE: Formula to know the average price on several positionsposted in Questions & Answers
@MMF
I tried it, it works very well but it doesn't consider that trades have different sizes
This would have been ideal if the trades were all of the same size.
-
RE: Formula to know the average price on several positionsposted in Questions & Answers
Does this give an average value also considering that they have different volume lot size?
-
RE: Formula to know the average price on several positionsposted in Questions & Answers
For those who don't know how to calculate it but maybe know much better how to translate it into formulas of Fxdreema.
You should calculate like this
a. 1 lot buy 1.0001
b. 2 lots buy 1.0003
c. 3 lots buy 1.0005
Average price = (1 x 1.0001 + 2 x 1.0003 + 3 x 1.0005) / (1+2+3)
Help please
-
RE: Formula to know the average price on several positionsposted in Questions & Answers
https://fxdreema.com/shared/ekL83l7ke
I came up with this, there is something wrong for sure but I don't get what. Can someone help me?
Thank you
-
Formula to know the average price on several positionsposted in Questions & Answers
Hello, I am trying to understand how to calculate the average price on several positions and the unrealised pips of profit.
Example:
Trade 1 = 1 lot 1.0000
Trade 2 = 2 lots 1.0002
Trade 3 = 4 lots 1.0004
Current market price 1.0010
They are all buy trades, obviously the total lot size is 7 lots but how can I make the robot understand what's the average price and what are the unrealised pips?
Unrealised pips = x
I would like to know the x value so I can use it in other conditions.
Thank you in advance to anyone who can do this, it would help me a lot to increase the profitability and lower drawdown.
-
Make EA recognise the trades it opened after shutting down and turning on againposted in Questions & Answers
Can you help me with making sure that if the robot is shut down it still recognise trades when it is turned on again and makes calculations on them?
I have this need because I took MQL5 hosting and I would like to change settings of the robot in realtime so I can just synchronise MT4 with the server with new settings and the EA recognises all of the trades that where opened with the previous synch.
-
RE: Trailing TP group of trades money amountposted in Questions & Answers
Ok thank you, I will just leave it as it is
-
RE: Trailing TP group of trades money amountposted in Questions & Answers
With what I have in the formula blocks it seems impossible

Basically it's just the same as an existing block, it should only be with take profit instead of stop loss. -
RE: Trailing TP group of trades money amountposted in Questions & Answers
Yes the ea is completed with block check profit unrealized and close trades.
I just would like to have the possibility to do the same but with take profit orders. It is important for the ea to go live, so having a precise take profit order as a proof, the broker cannot cheat easily.
-
RE: Trailing TP group of trades money amountposted in Questions & Answers
I would like to do what trailing loss of money block does, just with profit instead.
-
Trailing TP group of trades money amountposted in Questions & Answers
How do I modify stops for each new trade so the sum of all profit and loss of the trades is an x amount?
For example
all buy trades
Trade a ) 0.01 price 1.0001
Trade b ) 0.02 price 1.0002
Trade c ) 0.03 price 1.0003
How to modify the stops so that at each new trade the profit hitting the tp of all of them is 10 USD for example.
-
RE: Drawing P/L on Chartposted in Questions & Answers
Thank you! Your reply was helpful I was using draw instead of comment.
I solved assigning trades to a bucket of trades and than putting comment with the profit of that bucket. -
Drawing P/L on Chartposted in Questions & Answers
I would like to know how to draw on the chart the P/L only for the market where the robot is running, possibly on the top left and the number of trades.
Can anyone tell me how?
Thank you