@ali-pahlawan As tipsy has said, set a condition to start trail, something like market properties highest/lowest price from last 3 candles = market properties mid/bid/ask, under this put the trail block. This will make the trail only start once the congilion is met.
Posts made by jstap
-
RE: Trailing stop in candles period?posted in Questions & Answers
-
RE: Trailing stop in candles period?posted in Questions & Answers
@ali-pahlawan Trailing start is how far from open price before trailing stop starts to move, trailing step is how far the trade has to move before moving, it then has to move this far again before it moves again. If you have a 20pip step then you have to be 20pips in profit before it moves, then 40, then 60 etc, the start would wait for 20 then the stop/step would be the only difference, so you could have trail wait for 20 then move every 10 with the step.
-
RE: Activate blocks after something happenedposted in Questions & Answers
@andrew-b I use true/false flags to achieve this, mix between set of conditions and flags so all is true at the right time, you can use a separate set of conditions to reset and reset below buy/sell if needed. Hope this helps.
-
RE: Triple exponential average oscillator cross over 0 not working at allposted in Questions & Answers
@zhahz In this link you'll see what I did to test if we have an above & below 0, for it to determine if it's <> 0 means the same logic can be used to place a trade. Have a look and see if you can get it working in your project, if not let me know and I'll see what is happening
-
RE: Triple exponential average oscillator cross over 0 not working at allposted in Questions & Answers
@zhahz Put all in a comment to see what's happening, also try putting a no position block above.
-
RE: How To Use My EA's Name As Comment.posted in Questions & Answers
@iqbalazmi This thread is old even the reply you have replied to is quite old and differs from the original post, best to ask a new question to answer your question, in the bucket of trades block you have type, use a block for buys and a separate block for sells.
-
RE: How and what do i add to this ea to close at opposite buffer a buy tradeposted in Questions & Answers
@iqbalazmi Yes, you set a tree (group of conditions leading to a buy (result), then separately a tree to a sell, then separate to buy close, use this for buy and sell or create one for each.
-
RE: trailing stop for two tradesposted in Questions & Answers
@stefano-1 The answer is in the post above yours, use group this way it will treat each trade individually, if you still struggle post a new topic asking for an answer.
-
RE: Need help with trailing stopposted in General Discussions
@Kingfinzo599 @l-andorrà I am adding this link here, after thinking about it what I originally put works but is likely to only work on the last open trade, as you'll see in the link if you add a pink for each trade block you can reference either buy or sell independently.
-
RE: Increase lot when privious trade hits SLposted in Questions & Answers
@foxeye In this link you will see how to do this, but bear in mind that the last loss will most likely be too large number for the next lot, you can add a formula block in between the custom block and buy/sell to reduce to your desired level. Hope this helps
-
RE: How and what do i add to this ea to close at opposite buffer a buy tradeposted in Questions & Answers
@ebukaitalian Indicator is visible with the opposite buffer, beneath it a close trade block.
-
RE: How to place Stop/Profit of the pips distance between the crossing of 2 moving averagesposted in Questions & Answers
@besttrader Follow this link you'll see how to do it, as for an infinite loop it is probably how I had it set using price fraction, instead of converting into pips, let me know if this sorts all.
-
RE: Deleting Trend Lineposted in Questions & Answers
@jobotgold1 Although it's been a while, I think it is because you don't have a letter in name starts with, I think the loop will search for this first.
-
RE: Help required!posted in Questions & Answers
@forexfox To place a shared link, open projects, open shared link in new page, copy and paste here.
I have looked at your project and I see a few problems, change the no trade to no trade/order, remove the link for if trade, things don't work if blue block is above blue block, you need to add a distance to place pending, as is will try to place at current price level, if this is what you want replace pending with buy now.See how you get on with this, any other problems just ask how to resolve.
-
RE: HOW TO ENTER AND CLOSE POSSITIONS IMMEDIATELY WHEN MOVING AVERAGE CROSS B4 THE CANDLE CLOSESposted in Questions & Answers
@jolly-virox Set a condition using candle 0 (default) comparing the two moving averages, underneath place a close or buy/sell.
-
RE: Help required!posted in Questions & Answers
@forexfox Place a shared link on here and the position your in can be assessed.
-
RE: Help Please !posted in Questions & Answers
@thilili23 You could set a condition for example price is above line, then price is below line, set flag, then candle closes below, without knowledge of how the lines are drawn, it is hard to see what prices are being used and what you can do to reference. You can always set a flag, it is then up to you what condition you use to reset.
-
RE: Trailing stop without stop loseposted in Questions & Answers
@luckybest Set your stop loss in your buy/sell blocks.
-
RE: Help Please !posted in Questions & Answers
@thilili23 If lines are named then you you could set a flag for 1st line being touched, and then in tree check flag, in condition candle closes under line, reset the flag under buy/sell.
-
RE: Help Please !posted in Questions & Answers
@thilili23 Without seeing how the lines are drawn/named it is impossible to answer, if you put a shared link on here then it can be assessed.