This is not Martingale on the picture. This is when you add volume on loss, like here: https://fxdreema.com/demo/mt4-loop-add-to-volume-on-loss In "add to volume" the lot size can be fixed or it can depend on the last trade. Otherwise in "Buy now" and "Sell now", when Martingale is used, the lot size always depends on the last trade - last closed trade, or if there are running trades, the last running trade.
Posts made by fxDreema
-
RE: How to use martingaleposted in Questions & Answers
-
RE: Bollinger Bands Distance to Take Profitposted in Questions & Answers
Where you want to use this value? In many blocks you can select Custom (price fraction) that accepts this kind of value
-
RE: Integrate with Line Notificationposted in Questions & Answers
There is a block to send web request
-
RE: how to insert M.A on Real Screenposted in Questions & Answers
What do you mean by real screen?
Market is closed = the broker doesn't accept the trade. For some symbols there are times in the day when they are closed. For GBPJPY it doesn't look normal, maybe the broker has some issues. And after all, if the market is closed there should be no ticks and the EA should not try to open a new trade. But the error is returned from the broker, it's the broker who rejected it.
-
RE: EA Missing Crosses and Tradesposted in Questions & Answers
I tried one Arron indicator and I actually see more signals, which is most probably because they were detected in the middle of the bar and until the end of the same bar the indicator repainted. But I can't find missing signals like yours. Take a look at the error messages first. Then, put the EA on visual test and make it work slowly at the places where the signals are missing... I think you will be able to see whatever is happening at these moments.
-
RE: how can i skip do trade for condition?posted in Questions & Answers
Do you really want to do it with the bars, or you need to have certain time distance between both trades? Because it's easier to check the age of the last trade before going to create the new:

-
RE: Open more than one trade for each conditions loopposted in Questions & Answers
This looks to me like you want to add on loss: https://fxdreema.com/demo/mt4-loop-add-to-volume-on-loss
-
RE: How to use martingaleposted in Questions & Answers
Something is going on with Martingale in the past 1-2 weeks. Suddenly many people are trying to do the same thing with Martingale, which is not exactly Martingale. Here is an example I made for someone, then I showed to someone else, and now I'm posting it here:
-
RE: can I Add Save Any Number In Memory EA ?posted in Questions & Answers
@moon said in can I Add Save Any Number In Memory EA ?:
you understand me
I don't understand. I'm not sure if you understand how variables work. Or you understand them, but you don't know how to do something with them. Here I post a video that I like, that explains variables in a good way:
-
RE: is it rightposted in Questions & Answers
Doesn't look right. When you are using this pink block, above it you should use let's say "For each Trade". Without "For each Trade" this "check..." block could also check some profit, but you don't really know from which trade.
What is the idea, what do you want to do? I think you want to do something in "on Trade"
-
RE: Daily Pip goalposted in Questions & Answers
There is also another block Check profit (period of time) that also depends on the time
-
RE: How to active trades after drawing fabo levels?posted in Questions & Answers
Are we talking for Fibonacci object or some horizontal lines printed by an indicator with "fibonacci" in its name? Someone was asking such question these days (could be you) and he had indicator that printed lines, not Fibonacci object. It's very different if we can use the indicator buffers or we have to work with objects.
-
RE: Encrypted EAposted in Questions & Answers
@vnpython-0 Yea, I'm sitting all day and testing people's strategies :))) I really don't care, but I was thinking many times that it's a good idea if the results from the tests can somehow be uploaded to the server, so for each project we can see whether it was profitable or not. I personally name all my projects ".fxDreema", but I have few named ".fxDreema-profitable" from the time when I was playing with some tests and I had good results.
-
RE: If call exist Bid=0 close trade please helpposted in Questions & Answers
If you don't want to use the normal SL:

-
RE: Help with this counter, dont work properlyposted in Questions & Answers
Here is my simple test for the counter blocks: https://fxdreema.com/shared/gD1k3Y8db
If there is no Pass once, there will be one arrow for each candle. If blocks 4 and 5 are not there, there will be only one arrow in the beginning. But since I reset the counter every 5 bars, I got this expected result:

Your problem is logical. You have a Condition for cross between two MAs, but at that time the distance between them is probably very small.
-
RE: How do I build this EAposted in Questions & Answers
I can see your EA and I can tell you what doesn't look good with it.
First, take a look at this, because some of your blocks have no chance to run and they need to be disconnected from the Buy blocks: https://fxdreema.com/tutorial/builder/things-not-to-do#2
I see you have "No trade" at the top, which would pass if there is no trade from the current symbol. But since you either have 0 or 2 trades at a time, this is not a problem... but could be a problem if you plan to be able to have only 1 trade from symbol that is not the current. So take a look at this:

Bucket blocks can work... but better connect them one after another and disconnect them from the Buy blocks. I don't think that what you ask for in "Condition" is good. The chance is that in all times the profits from both trades are different, even with one cent, so basically the block will always pass and is useless. I think you want to add something like "+10" in the Adjust field of one of both sides, so you can check if the profit of one trade is bigger that the other with 10 (dollars). And another similar Condition for the opposite case.
-
RE: Maximum and Minimum candlesposted in Questions & Answers
I'm not sure whether you are talking about pending orders or running orders, but the max/min can be get from here:

