@jstap Thanks! ill test it and see how it goes, but anyway thanks for the help
Posts made by maledetu
-
RE: How to check distance between 2 running positions?posted in Questions & Answers
-
RE: How to check distance between 2 running positions?posted in Questions & Answers
Hey guys thanks for the help.
What i need is just the distance in pips from open price of each one.
Goal is to check if there are only 2 open positions. If true and distance from them is more than X close both.Example:
Position A is running and was opened at 1.1
Position B is running and was opened at 1.3Difference in pips from both openings is 0.2
Lets say i set to close positions that are 0.2 or more in distance if there are only 2 running.
Both positions are closed.
Still trying to figure it out.
-
How to check distance between 2 running positions?posted in Questions & Answers
Hey, im trying to check the pip distance between two running positions, if its >= than X ill close both.
These 2 positions are the only ones running (using positions count before checking distance)
How can i do it?
Thanks
-
RE: Problem detecting last candle signal on custom indicator.posted in Questions & Answers
Nice man, it works. Actually kinda works, because only the sell buffer is working but im looking into this.
Thanks for helping a newbie! I see you are very active here, fortunatly

-
Problem detecting last candle signal on custom indicator.posted in Questions & Answers
Hi
Im trying to make a condition using half trend indicator, if the signal (arrow) appears on last candle it will open buy/sell.
Im trying to use de condition HT Signal Buffer is != than 0 on Candle id 1, but it just keep opening trades, not using just the last candle.
https://fxdreema.com/shared/thqZVVcje
Im sharing the example im using, if you have any idea how i could make it work let me know.
Thanks!
-
RE: Make pending grid volume size increase based on initial size summed (0.1. 0.2, 0.3 etc)posted in Questions & Answers
Thanks for the reply!
Actually im just trying to learn how i could do it on a grid project, nothing special right now, just learning different things!

What i mean is, on the volume size, i want to find a way to make the orders increase as sum, not multiples.
Right now we can increase by 150, 200, 300 etc %, I would need to increase by summing the first order size.
0.1, 0.2, 0.3, 0.4 etc. -
Make pending grid volume size increase based on initial size summed (0.1. 0.2, 0.3 etc)posted in Questions & Answers
Hi!
Im trying to configure the volume size on pending grid orders to get them to be created like this:
1st = 0.1
2nd = 0.2
3rd = 0.3
4th = 0.4Etc. I think i could do it with variables? I just dont know how.
Right now we can only increase volume size by X%
Thanks
-
RE: Doubt "check how it was closed" usage in trade sequenceposted in Questions & Answers
@jstap Nice, thanks!
I think i can make it work with Position Closed blocks.
How can i stop the EA from opening new "First trades" after its closed?I mean, OnTick the Ea opens first trade of the sequence, and after that i use Position Closed parameters to make a sequence, but right now the Ea will open the first trade again together with the next one.
-
Doubt "check how it was closed" usage in trade sequenceposted in Questions & Answers
Hey guys,
I need to open trades based on the last trade result (tp or sl).
Im trying to achieve it with "check how it was closed", but the EA just open a lot of trades (1st ones) non stop, how can i
wait to the 1st trade to close, than check if it was SL or TP than go to the next etc.Thanks
-
RE: Can i add hour filter for other EA?posted in Questions & Answers
@TipsyWisdom yep i use this already to stop and resume the EA manually on red news, thanks!
@rosasurfer Well you are right, i might want to get some external automation to stop and resume EA as tipsywisdom said.
Ill take a look on thisThanks!
-
RE: Can i add hour filter for other EA?posted in Questions & Answers
Well, problem is that i want to stop the trading on NEWs, i want ot configure around 30 min before and after each news on the day. Most of the news are night time for me, like between 3-5am. Just setting it to stop and resume the day before would be great.
-
RE: Can i add hour filter for other EA?posted in Questions & Answers
Hey guys, thanks for the replys!
Actually i dont have the source code of the 1st EA.
Btw, i was thinking about just turning of trading completely, is this possible with fxdreema?
I mean, instead of "controlling" the main EA, i could just run both EAs on 2 different charts and set the fxdreema EA to stop/resume trading on the terminal on certain intervals.
As rosasurfer said, i might be able to achieve it.
How could it be done?
Thanks
-
Can i add hour filter for other EA?posted in Questions & Answers
Hi! Im new here, first of all i want to congratulate the builder, very nice!
Im trying to create an multiple hours filter to another EA, there is any way i can achieve it?
Want i need is:
Other EA is running -> Fxdreema EA Stop other EA from opening new trades on certain intervals.
Thanks!