I hope I don't get you bored with my experimenting every aspect of fxdreema and automatisation in general 
Posts made by manu22
-
RE: Setting Hotkeysposted in Questions & Answers
-
RE: Setting Automatically SL on Horizontal lineposted in Questions & Answers
Ok, thank you for your help, I just thought that it was possible. Considering that it worked except for that.
Fxdreema is such an amazing project that I naturally overestimate it XD
-
RE: Setting Hotkeysposted in Questions & Answers
Hi Dreema,
I would like to make an EA to perform actions pressing a hotkey that I previously set.
I've tried with on chart section and (on chart) Key down block.
But I can't figure out how to make the ea draw a line for example from where the mouse is when I press the hotkey to the top of the next 2 candles.
Can you help me with a little example?
It would be useful to know this to use hotkeys in general with EAs
Thank you
-
RE: Setting Automatically SL on Horizontal lineposted in Questions & Answers
I load it as an indicator not as an EA. I use that file and put it in the indicator folder
-
RE: Setting Automatically SL on Horizontal lineposted in Questions & Answers
here it is.
I made an mq4 file with fxdreema and put it in the indicator folder.
It works but it opens a window under the chart, as it is for RSI or Stochastic indicators.
I just would like to not open this window, it is enough that the indicator draws on the chart. -
RE: Setting Automatically SL on Horizontal lineposted in Questions & Answers
here it is, I made a project with fxdreema, took the mq4 and put it in the indicators folder.
The project is "Res supp"
When i open it it kinda works fine, I will have to perfection it. But as you can see in the picture, there is a second window at the bottom of the chart that is the RSI, Stochastic indicator kind of window.
I don't want it to appear, I don't need it in the indicator. -
RE: Setting Automatically SL on Horizontal lineposted in Questions & Answers
I compiled an EA with fxdreema that just draws and if I put it in the indicators folder and run it as an indicator it kinda works XD. But it opens such window
I have also another curiosity, downloading EAs on the internet they often have a funcion in the optimisation True/False. This blocks a group of funcions, can I do that on an EA on fxdreema?
-
RE: Setting Automatically SL on Horizontal lineposted in Questions & Answers
I don't know, I called optimisation that screen that appears when you open the EA.
Anyway I made a new very simple indicator that draws rectangles on support and resistance but it opens a window under the chart that is not needed.
How not to open this window? -
RE: Setting Automatically SL on Horizontal lineposted in Questions & Answers
I got it working

The problem was that in the optimisation it automatically put another name for the object.
Thank you very much!
-
RE: Setting Automatically SL on Horizontal lineposted in Questions & Answers
I've tried with Attributes (numeric). I sadly can't get it to work.
Here are the examples. Anyway I strongly prefer to learn how to use pick by name. -
RE: Setting Automatically SL on Horizontal lineposted in Questions & Answers
Hello Dreema
I would like to know how to set automatically a stop loss at the moment of opening the trade on a horizontal line, in this way it would be possible to let the EA automatically calculate the risk % and the lot.
I've tried both pick by name and picked in loop, the EA just doesn't trade.Picked in loop for me is not ideal, because in the loop there is already another object. Here are my failed attempts.
https://fxdreema.com/shared/UajMH4zDd
Thank you

-
RE: Buy and Sell pending ordersposted in Questions & Answers
The connection is missing, I'm using variables as you taught me. That's because I thought something else was not working.
The ea with buy and sell without pending order works fine the one with the pending order doesn't.
To me it's obvious that if I don't connect two blocks they don't pass. That's why that has variables, indeed the simple one without pending order works fine.
-
RE: Buy and Sell pending ordersposted in Questions & Answers
I don't know what's the matter, here are two identical projects, one with buy and sell and another with pending orders.
They react in a totally different way

-
RE: Buy and Sell pending ordersposted in Questions & Answers
I am sure with 5 min chart it should generate an enormous amount of pending orders, if I just put buy and sell it does trade a lot. It just doesn't create nearly as many pending orders. On the 5 min chart in 3 years 0 orders XD there is something wrong which is not the group number.
I am sure there is some kind of problem, "EMA rejection 2" instead of placing orders buys and sells

EDIT: The problem was the broker that I was testing it with! For some reason they didn't allow pending orders O_O
-
RE: Buy and Sell pending ordersposted in Questions & Answers
Hello!
I am trying to make "EMA Rejection" work.
I want to place an order at the low of the previous candle or at the high of the previous candle.
If instead of placing an order I simply use the block buy or sell everything is smooth but when I used buy pending order it doesn't place any order.
Could you please check if I am doing anything wrong?
-
RE: Trailing Stopposted in Questions & Answers
If I understood well what you mean, this are the settings you are searching for.
Anyway the trailing start is the number of pips distance from the open price at which the trailing of the stop starts working.
......
Trailing Stop.png -
RE: Setting take profit in percentage of account balanceposted in Questions & Answers
It works properly now
thank you -
RE: Setting take profit in percentage of account balanceposted in Questions & Answers
Thank you for your help, it's already certainly useful but sadly it sets the take profit to not more than 100% of the SL.
Let's say that I set the TP to be 300% or SL X 3. It just puts it at the same distance of the SL -1 pip :(.
-
RE: Setting take profit in percentage of account balanceposted in Questions & Answers
Hello,
Can you please tell me how to set the take profit to be in the optimisation and to be calculated in such way:
TP=SL * %(#FF0000)[X]
X value is in the optimisation.
Or even better TP is X% of balance.
I need to know this because the SL can be set dynamically according to candles high low or other things and I would like to know how to set the TP proportionally to the SL, considering that the SL is at a different pip distance from the open price at each trade.
Thank you
-
RE: Candle high/low Upon/Below 15/-15 EMA Sell/Buyposted in Questions & Answers
I understood what was the problem. I used to put + or - into the constant, while I just should put a fixed value for the constant and to compile the ex4 file is needed adjust to have + or - before the name of the constant.
I was not putting the operator + or - into the adjust field.