Same problem for me, I am just waiting... It seems that fxdreema doesn't read the remaining days of subscription (NaN).
Latest posts made by kerdos
-
RE: Fxdreema KOposted in Bug Reports
-
RE: Modifying Open Price for pending ordersposted in Questions & Answers
Thank you Radoslav. After one whole year subscription in fxdreem only now I realize that there is available a 'slide order' option. Thanks.
-
RE: Modifying Open Price for pending ordersposted in Questions & Answers
Hallo Radoslav, I want to ask the following:
Suppose that I am using two pending orders, one buy order above the current price & one sell order below the current price, for example 20 pips distance each from the current price.
I want this:
When the mid price (ask+bid/2) is reaching at a certain distance from the buy or sell pending order levels (for example 3 pips) to modify the open price for both buy & sell and move both of them again 20 pips above (for buy pending order) and 20 pips below (for sell pending orders) from current price.
I can make it by deleting the current buy & sell pending orders when the condition is met and re-placing them in the levels that I want, but I am wondering if I can do this with fxdreema by modifying the open prices without sending continously orders to the server for deleting/reopening.
P.S: I tried to use the trailing pending order function but does not work in the above way described. -
RE: How to start the trailing stop in the next Candle open timeposted in Questions & Answers
Radoslav, thank you for your answer, I 've already fix the matter with the trailing time and I understand that I cannot find an easy solution for the new candle trailing.
Anyway, my real problem that brings me headache is how to set my fractal strategy to work correctly. I 've already made this project to show you what I really want to do but something is not working well in the loops .
- last edit: Yes, I already managed to make it work using custom indicator.
-
RE: How to start the trailing stop in the next Candle open timeposted in Questions & Answers
Radoslav,
I really need you help in the following problem. I want to have the "trailing stop" to start at the "open" of the next candle. In other words, when I put a pending order and it is triggered then a new trade is created in a specific candle but I don't want the trailing stop to start immediately, but wait till the open of the next candle and then the EA can start to trail the trade.
For now the only thing I can do is to set the age in minutes where I want the trailing stop to start (You can see this at https://fxdreema.com/shared/h7fambhJb) but this doesn't work in the right way. If for example I am working in the 30 minutes timeframe, each candle lasts for 30 minutes. If the new trade is opened for example at the 12 minutes after the start of the candle , with the above code and the 'check age' option set at 30 minutes, the trailing stop will not start at the open of the next candle but 12 minutes after the start of the next candle. I don't know if this is clear enough but it is very important for me to solve this matter. Thanks in advance. -
RE: How to check the average spread for a period of timeposted in Questions & Answers
Radoslav, I am sorry for bothering you again but this is not what I previously asked for.
I know that you already have the option to make a comparison and check if the "current spread" is lower/greater etc from the "average spread (for a given time)".
What I asked for is how to make a comparison and check if the "average spread (for a given time)" is lower/greater from a "fixed pips" value. This is more important as it reflects the true market conditions and checks if the "mean spread" value is higher/lower than a safety spread value. Is it more clear now? Thank you in advance. -
RE: How to check the average spread for a period of timeposted in Questions & Answers
Hallo Radoslav,
I have a question reegarding the spread. I know that you have the spread filter, for example when the spread for a specific tick is bigger/lower tham a fixed or average spread it passes/or not. My problem is that I cannot find a way to check the "average spread in a specific time interval" and pass/not pass when it is bigger/lower than a fixed spread. In other words, I think it would be much more useful if you had an option that allows the comparison between the "average spread in a specific time interval" and a fixed pip value. Right now we can only make a comparison for the specific tick spread and this in most cases is not representative of the real market conditions.
Is there a way to make this comparison (average spread vs fixed spread) in another way? Thanks in advance -
RE: Extract value from last Fractalsposted in Questions & Answers
Thanks Radoslav. I'll try to do it with a custom fractal and we'll see...
-
RE: How to get a value from the last fractals?posted in Questions & Answers
Ok ... found how to do it.
-
RE: How to get a value from the last fractals?posted in Questions & Answers
Hallo Radoslav,
I need some help from you again. I need to extract the HIGH & LOW values for the candle that formed the last DOWN FRACTAL and the same (HIGH & LOW values) for the candle that formed the last UP FRACTAL. I would like also to be able to pick the number of bars since the UP FACTAL (and the DOWN FRACTAL) formed. I used to do that kind of loops easily in amibroker with the use of barssince & valuewhen functions but i have no idea how to do that in mql4. Can you help me please and give me the setup of blocks for getting these values? Thanks in advance.