@lucivuur Well, it depends on the whole strategy. Can you please detail it in its full extension?
Posts made by l'andorrà
-
RE: Pending orders in grid blockposted in Questions & Answers
-
RE: Triggering a buy or sell based on indicator arrow colorposted in Questions & Answers
@jjtrader Excellent! Congratulations. Don't hesitate to be back here for any other question.
-
RE: TP hit.. move stop loss to break evenposted in Questions & Answers
@sauce I'll be honest. Such a large project can have several parts that are maybe hindering that stops modification. What I can suggest is that you rebuild the project from scratch and check every new part one by one. It's a slow and annoying process, but effetive one.

-
RE: MACD crossoverposted in Questions & Answers
@4xfatigue Then you can use a counter variable, but that will increase complexity to a level that I'm not sure it's worth. Every tick will add +1 to the variable and if it reaches 5, the bloct tree can go on. However, you need to reinitialize it to 0 if proce moves in the opposite direction.
-
RE: Button with the name of the current symbol or pair.posted in Questions & Answers
@xyon126 This is the way to get the current symbol:

Changing a colour is another story. I guess the easiest solution is duplicating all buttons: one colour for active and another one for inactive ones. Then plot one or another when convenient.
-
RE: I need help with increasing volume when the previous trade is a losing tradeposted in Questions & Answers
@chienusd You can try this, but it will open a new trade every single tick. Is that what you want?

-
RE: How to find divergences in the graph and indicator?posted in Questions & Answers
@fabiobioware The most efficient way to get that is hiring a programmer to create that specific custom indicator and the import it into your EA here. Trying to do that here with conditions can be simply a headache.
-
RE: I need help with my strategy 3 MAs crossposted in Questions & Answers
@mncedisi Do you have any initial fxDreema project to begin with?
-
RE: Search object in this candleposted in Questions & Answers
@stelgar You can select the maximum number of objects to be searched for here:

-
RE: Help to build a EAposted in Questions & Answers
@smitko What is the exact ratio from one lot size and the next one? I see it is more than 2x. And Same for pips distance. I don't see a regular pattern.
-
RE: Pip Value Quotesposted in Questions & Answers
@iceyheart This option does that automatically no matter what symbol you are trading:

-
RE: URGENTE POR FAVORposted in Bug Reports
@waldo ¿Pagaste con bitcoin? Los pagos con bitcoin los confirma manualmente el administrador y ello hace que la cuenta se halle inactiva hasta que el pago ha sido confirmado.
-
RE: Pending orders in grid blockposted in Questions & Answers
@lucivuur Yes, that is correct for both questions.
-
RE: TP hit.. move stop loss to break evenposted in Questions & Answers
@sauce IMHO you should use different 'breakeven' blocks, one for each group.
-
RE: How do i set my EA to Buy Buy and Sell Sell.posted in Questions & Answers
@lali Whu did you modify it? Because the original version works correctly on my MT4.
-
RE: Closing tradeposted in Questions & Answers
@technodroid You should do the following changes.
- Disconnect blocks 1 and 3 on the left and 2 and 8 on the right.
- Use a 'No trade' block for buys only on top blocl 3 and another one for sells only on top of block 8.
I cannot offer any special advise on minimizing risk. If the strategy is good enough, minimizing risk is a lesser issue.


