@uriel-0 You can connect blocks 56,76,79 and 85 verticaly. However, I don't fully understand if that is what you need because I see the opposite could be any of them, sight?
Posts made by l'andorrà
-
RE: pass one bar/candleposted in Questions & Answers
-
RE: 求助编写posted in Questions & Answers
@benson7612 I'm afraid this language is not common here. Could you please translate it into English? I also speak Spanish if that helps.
-
RE: Modify STOPS-Trail by conditionposted in Questions & Answers
@uriel-0 Apparentñy that is a limitation of your broker. You are requestin a SL move that is too close to current price according to your broker's rules. You should ask them what is the minimum accepted distance for a SL to be moved.
-
RE: Block IDs?posted in Questions & Answers
@youngtreptrader The order is extremely important on those on top of each tree only. Also in those connected horizontally below one same block. Otherwise it is irrelevant as jstap says.
-
RE: pass one bar/candleposted in Questions & Answers
@uriel-0 If I understand it correctly, you need just an opposite candle for a new trade. So why do you need to define what type of candle is expected for candles 0 to 4? If you need that specific order those blocks should be connected vertically and not horizontally.
-
RE: Need help!posted in Questions & Answers
@tburg10 That indicator is working on candle ID 0. Are you sure it doesn't repaint? If so it will ruin the strategy.
-
RE: Positionning the pending ordersposted in Questions & Answers
@bagheria You need to separate your current trees this way:

That way both 'once per bar' blocks will works as designed.
-
RE: Close all Trades by amount or by %posted in Tutorials by Users
@youngtreptrader This can be good for neat trend strategies if you identify it correctly. Otherwise it is a balance burner, IMHO.
-
RE: ZigZag with AutoFib (*Updated link, first post)posted in Tutorials by Users
@tipsywisdom Impressive, as always.
Thanks for sharing. -
RE: Apply action on the first market tick.posted in Questions & Answers
@ontradingx You can use a 'once per day' block as the first one to be executed every day. Then connect a variable to it than can be used later to turn on the rest of the EA.
-
RE: EA trading stops manager.posted in Questions & Answers
@ontradingx You don't need a 6th EA to do that. Simply add a common profit counted within each of the 5 EAs that will stop them all till tomorrow when that profit is reached.
-
RE: How to close all trades in a day if you reached an amount loss or amount profit and close all trades till next day.posted in Questions & Answers
@acen-0 Sorry. Substitute block 6 by a 'check profit (unrealized)' block instead.
-
RE: add indicatorposted in Questions & Answers
@ibrahim-3 You should use an 'Indicator is visible' block instead. I see you are looking for lines, not arrows.
-
RE: SL by High/low candle bugposted in Questions & Answers
@uriel-0 You are adding a Constant to both buys and sells. You need to subtract for buys and add for sells. Try this way instead:

-
RE: About custom indicatorsposted in Questions & Answers
@sergelen3294 Technically it is possible by using a 'custom code' block with all the indicator's code in it. However you will need to be very careful with all internal variables there not messing your EA. Never tried it so you will need help from a real programmer.
-
RE: Working with Fixed Rangeposted in Questions & Answers
@captain-jack Do you mean the candle ID? It is a relative number so it will change as new candles are created. Do you mean identifying singe candles within the last 10 ones? Some more info would help.
-
RE: Partial close & trail stopposted in Questions & Answers
@prabhu7418 Remove block 155 as it is unnecessary. Your flag logic is correct, but you also need to diconnect block 78 from block 68.
