@granproducto That money management option is effective only for market execution trades, not for pending orders. What you want is a more complex structure you will have to create separatedly.
Posts made by l'andorrà
-
RE: Martingale - Orders open in the opposite wayposted in Questions & Answers
-
RE: How to build Support/ressitance EA? pleas help.posted in General Discussions
@elmerwence Here you have a model to begin with:
-
RE: A "solid" cross vs "nope!"posted in Questions & Answers
@4xfatigue Yes you can confirm a crossover this by specifying the candle ID 1:

-
RE: Adding variables to "Change Status to" textposted in Questions & Answers
@mantadiver I'm not sure that is possible. Did you do some search on the forums? I didn't find anything even close to what you need. I'm also interested in that question.
-
RE: PLS HELP ME BUILD THIS CONDITION BLOCK. IF EITHER CANDLE ID 1 OR 3 OR 5 OR 7 OR 9 IS A BULL CANDLE SELL. THANKS!.posted in Questions & Answers
@kestra A loop is a structure searching for information in a loop sequence every signle tick. This is one of teh most difficult things to implement in programming in general.
-
RE: Group martingale opersposted in Questions & Answers
@gallegu Si realmente quieres una martingala, la cosa se complica como no te imaginas. Te paso un enlace con mi propia martingala para que te hagas una idea de lo que estamos hablando:
https://fxdreema.com/shared/6o0uTdg3e
Tóamate una tila y estúdiatelo con tiempo, porque hay mucho curro para hacer.

-
RE: Grid Tradingposted in Questions & Answers
@ashley111 Ok. I will help you. However, me doing all the job is not the most efficient way for you to learn. :). Why don't you begin my a first try by using my suggestion and then we move on step by step?
-
RE: conditions are not metposted in Questions & Answers
@ferford The easiest way to do it is by using two consecutive blocks. For a buy:
- Low price of candle Id 0 is BELOW (not crossing) the 20 period envelopes and...
- Close price of candle ID 0 is ABOVE (not crossing) the 20 period envelopes.
-
RE: pendin orderposted in Questions & Answers
@giusepatane Is the distance separating the TP and the SL exactly the same separating both buy and sell open price?
-
RE: Closing tradeposted in Questions & Answers
@technodroid These are my suggestions:
- That time filter block should be connected ABOVE the 'no trade' block and not below it.
- Specify candle ID 1 on all operands of all 'condition' blocks.
- You are not using my suggested structure. The only way to exit trades is by hitting the SL. Is that what you want?
-
RE: MACD crossoverposted in Questions & Answers
@4xfatigue You don't need to count ticks to confrim a crossing. Just select candle ID 1 as your reference crossing. That way the EA will not it is confirmed.
-
RE: Candle Wick top crosses line Resistance condiction?posted in Questions & Answers
@fabiobioware Can you please confirm how those support/resistance lines are created? Manually or via the EA itself?
-
RE: Move SL once a certain % of TP is reachedposted in Questions & Answers
@bk7 Looking at those custom code blocks I'm afraid I cannot help.
I'm not a programmer so I don't understand what they do. -
RE: Move SL once a certain % of TP is reachedposted in Questions & Answers
@bk7 It depends on how many open trades right now are being considered. Your target conditions can apply at the same time to all of them. This is why the structure can be trying to do it at the same time.
-
RE: Candle Wick top crosses line Resistance condiction?posted in Questions & Answers
@fabiobioware Try to pick all those object by a loop with 'For each object'. On the other hand, whu do you need to draw so many lines?
-
RE: "Trailing money loss (group of trades)"posted in Questions & Answers
@fabiobioware According to its info window:

I don't think this is the block you are looking for. You should try to create a specific structure to get that.
-
RE: MACD crossoverposted in Questions & Answers
@technodroid Here you have a MACD main/signal lines' crossover:

-
RE: Closing tradeposted in Questions & Answers
@technodroid Can you please share the link to your project?
-
RE: conditions are not metposted in Questions & Answers
@ferford Block 2 is incorrect. A close price cannot 'cross up' any level. Do you mean 'current price' instead maybe?