@l-andorrà yes no problem, still thank you for your help!
Posts made by YYAANNIICCKK
-
RE: Do groups work for all ea's opened on mt4posted in Questions & Answers
-
RE: Do groups work for all ea's opened on mt4posted in Questions & Answers
@l-andorrà Yes of course, lets say i want to connect these two EA's with each other.
I want that if they place trades on the same moment or one of them is already in a trade, that only one of them places the trade and not both of them. (to avoid overexposure when trading multiple pairs in the same time)
I synchronized the groups with each other and when i set up the magic number in mt4, i chose the same magic number for both the EA's. I noticed that if one of the EA's is already in a trade, the other one will not take a trade, which is good. But when they get a signal at the same time, they both place trades which i would like to avoid...https://fxdreema.com/shared/0JMuHKxPb
https://fxdreema.com/shared/upWxs6Q4
Thanks for your help, i've been trying alot for this particular problem
-
RE: Do groups work for all ea's opened on mt4posted in Questions & Answers
Hi, so i did some testing. I synchronized all the group numbers in the EA's I want to connect (see screenshots), and when i set up the EA's on the charts i used the same kind of magic number for both of the EA's (i chose a random number).
I still see them taking trades at the same time tho... Does any of you know what i did wrong?
I think i have put in the wrong magic number i guess it can't be a random one?

-
RE: Do groups work for all ea's opened on mt4posted in Questions & Answers
Thankyou both for the help.
@l-andorrà , just to be correct. If I want EA A and EA B to work with eachother i have to use the same group numbers and the same magic number, can this magic number be a random number or should it be a specific number?
-
RE: No trade block works for multiple charts?posted in Questions & Answers
thankyou for your help as always @l-andorrà ! Is connecting the EA's like this possible in FxDreema, or do I have to go play with the code in the editor? Thanks in advance for your help
EDIT: I saw your answer on my previous post, I can solve my problems by using the same groups and the same magic numbers. That way i dont have to make it more complicated. Thanks for your help again as always lol
-
No trade block works for multiple charts?posted in Questions & Answers
Hi all, does the no trade block work for all charts in mt4, lets say i have multiple charts with a different EA running on it. If i use the no-trade block on it, and specify with a symbol. Does it work for all EA's on the different charts, or is only for that specific EA and chart ?
-
RE: Do groups work for all ea's opened on mt4posted in Questions & Answers
Thanyou for your answer. The magic number needs to be entered once you set up the EA in metatrader and not in fxdreema itself right ?
-
Do groups work for all ea's opened on mt4posted in Questions & Answers
Hi, I have a question. Does someone know if groups used in a ea also works for other ea's opened on other charts?
Example: If i have a chart EURUSD open with EA X running on it, and my "buy now" group is numbered group: 1, And I have a second chart USDJPY opened with EA Y running on it that begins with a "no trade" block, and it is grouped: 1.
Will it prevent opening trades by EA Y on USDJPY because i have a trade running from the EA X that is grouped or not?
Does my EA in chart 1 has an effect on my other EA in chart 2?(i can test this out myself but its another two days before market opens so that's why i asked here
) -
RE: Only take trades if entry candle is >3x current ATRposted in Questions & Answers
I have done exactly as you suggested, but it still stops trading after the first trade... I don't know what i did wrong tho..
https://fxdreema.com/shared/Cc702re4

-
RE: Only take trades if entry candle is >3x current ATRposted in Questions & Answers
Yes Thanks alot !!! i will try it out later.
-
RE: Only take trades if entry candle is >3x current ATRposted in Questions & Answers
@yyaanniicckk Sorry, what will show me ? Your answer didn't include any links or attachments.. Thanks in advance!
-
RE: Only take trades if entry candle is >3x current ATRposted in Questions & Answers
Thankyou! i am not so good with variables... I know its a big part of fxdreema so i really need to go and learn and understand it. I made the modify variable but now i have troubles adding the variables to the file...
could you maybe share the page or look at mine to see what variables i have to add?
Thanks in advance
https://fxdreema.com/shared/cwPUalLbd
Also.. In what part of my condition should i put in the variable so it sees it as fraciton instead of pips
-
Only take trades if entry candle is >3x current ATRposted in Questions & Answers
So i want to make a condition that makes it so my EA doesnt enter trades if the entry candle pip size is above 3*ATR.
I did it like this but after the first entry it stops trading... does anyone know why maybe ?

-
exit problemposted in Questions & Answers
Hello hello guys, I'm trying to let my EA close trades when the condition is true and the profit of the trade is below 1 atr or in loss, this is what i already have, but it doesn't seem to work, anybody care to point out what could be the problem here ?

-
RE: Compiling indicator for custom indicatorposted in Questions & Answers
hi, @l-andorrà thanks for the answer, i may have found a solution for the problem. It hasn't worked on all of the indicators that had the problem, but some of them work now, some i still have to figure out.. Basicly, after doing some research it is indeed because of the ema calculations. So what I did was delete the indicator, re-import the indicator and delete the enumerations that you see in my screenshot before updating. However i had to wait a couple of hours before the indicator actually worked, i figure because fxdreema site has some cache on a server that they delete/update? every few hours?. so you have to wait till that is done then it will work. (this worked for some indicators, not all)
I hope if someone encounters this problem they can find a solution by trying this out..

-
RE: Simple questionposted in Questions & Answers
@l-andorrà thanks for the answer I thought it would be easier haha, will try to figure out something. I may have another solution to this that could make it easier to put in my ea: When the current trade is in a loss, don't open new trade from that group.
Maybe with check profit of current active trades of the groups i work with ? and then an if trade block ?
-
RE: Stop loss below last candleposted in Questions & Answers
@mcarl42 you can use groups to number them, then you can chose which groups are activated
-
RE: Hello guys.Any ideas how do i express in fxdreema (for longs) : Stop Loss, x pips below crossover candle? Thank you once more in advance!posted in Questions & Answers
Do you mean when a candle crosses over y, trade gets opened with x amount of pips as SL ?
If so, after you have the condition (the condition is that candle crosses over y), Buy now block, in the buy now block you can find SL in pips..