Posts made by fxDreema
-
RE: Instead of opening on every TICK, it opens 1 trade onlyposted in Questions & Answers
What can I say... everything depends on what blocks are used and how they are connected.
-
RE: Less than "n" trades are running blockposted in Questions & Answers
Again, there are options inside this block to filter trades, so it depends. Trades can be filtered by Group number (this is basically the magic number), market (aka symbol) and type (buy, sell). The "Market mode" option is set to "Any market" by default, and that means the market does not matter, but still, the Group # (magic number) matters.
I will recommend to use "Check trades count" block, because it looks more intuitive.
-
RE: Less than "n" trades are running blockposted in Questions & Answers
Depends on the settings inside, there are some filters. You MUST know what is Magic number: http://fxdreema.com/documentation/getti ... c%20number
-
RE: Using round numberposted in Questions & Answers
I just added this block to build 042, you can download it now.
-
RE: Using round numberposted in Questions & Answers
Something like this?
http://fxdreema.com/shared/u6g31qDte -
RE: dll error launching local version build 040posted in Bug Reports
I made build 041, but after I tried many settings I am unable to understand what causes this error messages. I have Windows XP and in fact, sometimes I get this error, and sometimes not, so I'm confused
But I think it does not make problems. -
RE: Using round numberposted in Questions & Answers
You can check "Buy pending orders in grid" and "Sell pending orders in grid". It's not exactly the same, but it's something similar. Otherwise I had an idea to do something about the round numbers, but to be honest I don't know exactly how to do it. I mean, if at the moment the condition says that we are close to some round number, how do we know if this round number is the one we want? The price can go up and down and enter again in the same old round numbers zone, and not going up to the next one

-
RE: trailing stop above open priceposted in Questions & Answers
There are 3 basic parameters - Stop, Step and Start - controlling them you control the trailing stop functionality. Put Step to 0 and play with Start if needed. But I am not a scalper, and I can't give exact recommendations in this scale.
-
RE: trailing stop above open priceposted in Questions & Answers
Using this, and any other block does not guarantee that all the trades will be closed on profit always. You know that all trades starts negative. There is also "step" parameter (yes, it can be 0). And you can always check the source code of this block.
-
RE: trailing stop above open priceposted in Questions & Answers
Ok, see "Start when profit is above" parameter
-
RE: trailing stop above open priceposted in Questions & Answers
There is a parameter named "Trailing start"
-
RE: 130 errorposted in Questions & Answers
I'm not sure for Gold. But it does not matter, these are only numbers and at the end it's something personal. My point is that even if the broker says that there is no min limit, there is some. At least now I tried to open EURUSD with SL and TP half a pips, but it failed, even when my "Stops level" is 0 and the broker is 5-digits.
-
RE: 130 errorposted in Questions & Answers
For EURUSD 1 pip = 0.0001 even when the broker uses 5 digits format. Obvously 0.5 pip is too small to be placed, but I can't help for that, you can ask your broker

-
RE: 130 errorposted in Questions & Answers
Well, try with different SL levels - far away from the open price or very close to the open price. This error 130 does not come from fxDreema, it comes from the server and it means "Invalid stops".
-
RE: 130 errorposted in Questions & Answers
On the lower left angle of the chart there is a spread meter. There is no matter what is the Point format, what is important is to put SL/TP at normal levels. For example, if the spread is 10, then trying to put SL=11 will surely give this error.
Otherwise for the Trailing stop block is enough to be connected in such a way that it is executed on every tick (or when it's needed). What this block does is, it checks the difference between the current price and SL (for all the trades from this EA, one after another) and when this distance is big enough - it moves SL.
-
RE: Compiles OK from local 037 but not 040posted in Questions & Answers
No, it's not because of the dll error. I have and idea what is it and it will be fixed for the next build.
-
RE: 130 errorposted in Questions & Answers
So the SL and TP are fine, but still there is an error? There was a report like this some time ago, but I'm not sure what it can be. If you got this every time, it will be good for me to see it in action. It this is ok for you, now I'm available.
-
RE: 130 errorposted in Questions & Answers
http://docs.mql4.com/constants/errors
This error message means that the requested SL/TP levels are not suitable - wrong or below the broker's limits. How big are your SL and TP?