@liutao This is the third time you asked for the exact same question. Please don't duplicate threads.
Posts made by l'andorrà
-
RE: How to design a floating profit in a certain direction to increase the position in this direction, a floating loss in a certain direction can not increase the position in this direction, thank you big guy very, very much need helpposted in Questions & Answers
-
RE: block and delete pending orderposted in Questions & Answers
Not sure I fully understand. When is the pending order programmed exactly? Do you mean it should be triggered only if price is above EMA 21 AND then proce hits the pending order?
-
RE: Hello, I can ask how you can use this software to make one, the cumulative total position position in a single direction can not exceed 10% of the balance, how to do itposted in Questions & Answers
Some more information would be necessary. Can you please explain what conditions are necessary to open/close a trade? And what money management do you need exactly?
-
RE: Get Custom indicator valuesposted in Questions & Answers
Here you have a very good tutorials explaining how to do that:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-fileI hope it helps.
-
RE: The block is not activatedposted in Questions & Answers
No. The problem is that no variable has been selected in that block. You need to specify which varible is supposed to be true/false.
-
RE: Get Custom indicator valuesposted in Questions & Answers
I'm afraid not, man. I'm not a programmer, just an advanced fxDreema user. Try asking jstap, he's a programmer.
-
RE: The block is not activatedposted in Questions & Answers
The logic of block 5 doesn't make any sense. You are not selecting any variable or constant there. Your logic to activate/deactivate it is correct, but the block will never do anything when activated because it's not properly set.
-
RE: SCALE IN POSITION IN LOSSposted in Questions & Answers
@NZEFILI This is the general idea. In this example I focused on buys only.

-
RE: listen to me carefully i have already create my strategy condition for trading and its work. so what i need is how to control orders like not more than 1 or more than one wherever i want to adjust via constantposted in Questions & Answers
@Nelsonpaul You can control the maximum number of open trades at any moment this way:

You can use a Constant there as you want.
-
RE: SAVE PRICE LEVELS ENQUIRYposted in Questions & Answers
Do you mean several proce levels at teh same time? There two options only: a) Storing them individually on different variables or b) using custom code to create an array storing them. There is no fxDreema blocks for the second option?
-
RE: Reversalposted in Tutorials by Users
I'm afraid I'm not a forex guru. I would not recommend any strategy in particular, honestly. That depends on your way as a trader.
-
RE: Get Custom indicator valuesposted in Questions & Answers
I'm afraid he's not here for the last years.
-
RE: How I Can save last trade close priceposted in Questions & Answers
@pawanmina You can do it on the 'on trade' tab this way:

-
RE: how I add recover mode into my eaposted in Questions & Answers
@ANS Can you please share the link to the last version of your project?
-
RE: Reversalposted in Tutorials by Users
There is no 'wonder' indicator for what you want. In general any indicator following the trend or even oscilators can do it. The problem is how to limit their action on the chart.
-
RE: drawing Rectangle on candle bodyposted in Questions & Answers
You can remove both 'Pass' blocks. They are unnecessary. You logic is correct and many recangles should be drawn. Probably the problem is that a new rectangle is drawn every single tich when, I guess, you need just one. Try to use a 'once per bar' block on top in order to limit the number of rectangles drawn per bar.
-
RE: Why Does Bot Miss Trades in Backtesting?posted in Questions & Answers
Probably. Please remember that back testing is not as wonderfull as many think. It can give you an approximate idea of what can happen on real. Factoring it is definitely what you will have to do if no other explanation is found.