@fenixtrading There are no variables inserted into blocks 'Pelican_AutocloseBuy' and 'Pelican_AutocloseSell'.
Posts made by l'andorrà
-
RE: Check if more conditions are true in the last "n" barsposted in Questions & Answers
-
RE: Hedging losses or balance of trades/marketposted in Questions & Answers
@pipsacoin I'm afraid I don't fully understand what you mean.
-
RE: OPENING NEW ORDERS IF THERE IS NONEposted in Questions & Answers
I recommend you to move the 'close trades' blocks from its current positions to a new separate block tree.
Now on your question. If I understand it correctly, you want that when a trade is closed by TS, a new order should be open in the next candle (not in the current one) if conditions are met. Right?
-
RE: Newbie Help pleaseposted in Questions & Answers
@mikev_303 Sorry, I forgot. Just substitute the 'Custom(pips)' option by 'Custom (price fraction)'.
-
RE: EX4 custom indicator with licence key conversionposted in Questions & Answers
That is programmer's stuff. Maybe miro or roar can help.
-
RE: How to check if the market is bullish/bearish on a higher timeframe ?posted in Questions & Answers
@mndiarra This is an option (I chose H1 as a higher timeframe):

-
RE: indicators to generate signal in forexposted in General Discussions
@ddoc Can you please provide some images?
-
RE: "Candle Low/High" parameters don't workposted in Questions & Answers
Then the best option is storing the value of the high/low into a variable and use it in a condition block.
-
RE: Trendline indicatorposted in Questions & Answers
You can find a lot of free indicators on the mql5.com site.
-
RE: How can I use the trailling stop correctly?posted in Questions & Answers
@fabiobioware No, your configuration right now will move the SL in 20 pips segments. It is correct that it will activate 200 pips away from open price, but once it hits that distance, teh SL will be moved to 40 pips above open price. Every 100 pips above the current SL level, the SL level will move 20 pips. That is what it is doing now.
-
RE: Avoid stack overflowposted in Questions & Answers
Hoenstly, I'm not sure about the meaning of that 'overflow' message, sorry.. Maybe roar or miro could help.
-
RE: Request for help.posted in Questions & Answers
@rafał The logic of your project is correct. The question is, when is a trade supposed to be closed? At the exact moment an opposite trade should be open? After it? Before it?
-
RE: Magic number questions.posted in Questions & Answers
@biztet So if I understand you correctly, you wany one only EA running on a single chart but controlling all trades from multiple symbols at the same time?
-
RE: MULTIPLE CHARTSposted in Questions & Answers
Yes, you can. Are you talking about the same question of your other thread? If so I answered there. Please don't duplicate questions.
-
RE: Avoid stack overflowposted in Questions & Answers
Can you deviate some blocks to the 'on Trade' tab? That would discharge the processing requirements of those on the 'on Tick' tab.
-
RE: Magic number questions.posted in Questions & Answers
@biztet No. You just need to specify this in all relevant blocks:

-
RE: Moving stop-lossposted in Questions & Answers
@seb-0 Exactly. You can customize the trailing step within the trailing stop block.
