@haikel It works the same as a if trade block, the orange becomes inactive as soon as trade starts so trail wont work
Posts made by jstap
-
RE: EA detecting tilt as cross need help...!!!!posted in Questions & Answers
-
RE: How do I check latest bear candle high less than previous bear candle?posted in Questions & Answers
@santhoshabraham The simplest way is use a 2 condition blocks to check if candle 2&1 closes higher than open (to check if bull), then another condition to check if > than other, as soon as 0 opens conditions will be checked.
-
RE: Chaikin Oscillator - is it workingposted in Questions & Answers
@musa-5 Is hard to say as I don't have this indicator, if you do as in this picture then you can see in a comment block what is in the buffer, this will then show how to use.

-
RE: "Check how it was closed" gives problems when translated to mq5posted in Questions & Answers
@criptofuture On the on trade tab, purple trade closed block, under put any blue block and modify variables block.
-
RE: EA detecting tilt as cross need help...!!!!posted in Questions & Answers
@haikel That is what these blocks will do, but by using candle 0 the cross can happen then reverse, use candle 1 to confirm cross happened on previous candle. Connect the trail block to the yellow no trade output.
-
RE: Sort Ranging/Sideways Market, Only Trade Massive Trendposted in Questions & Answers
@slimmz I have never used upper level as pips compared to lower level as pips, I suspect this is the problem, you can compare pips in a standard condition block.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh Your welcome, glad it's working.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh If buy is activated all pending sells get deleted, if you want pending sells T off the pending buy/sells to create.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh Try adding a group to the initial no trade block.

-
RE: Applying settings to whole accountposted in Questions & Answers
@dthtdyh95 If you go to the bottom right you will see how to do this for daily percent, using fixwd amount is the same in principle.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh You need to set the group on trade as well, this is what will create pending once trade created. Then watch on back test and make any additions/amendments until all is doing as required.
-
RE: Applying settings to whole accountposted in Questions & Answers
@dthtdyh95 Is this in 1 EA or multiple?
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh Add a group number to the buy/sell blocks, add this number to the trade created blocks, this way when a pending becomes a trade it will place a new pending.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh
Connect these directly to the no trade block.
You have no group in the trade created block that allows pending's to be placed upon the new pending becoming a trade.

-
RE: how to open multiple orders in my EA?posted in Questions & Answers
@joe_fx Tour welcome, this whole platform will do most as long as using logic is how you've set it up.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan You probably need to do something like this:

-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh There is no blocks to close an order, just delete pending, as is this will only place an order if group 2 trade is created, it will only place a buy if no trades are open, you need to decide the logic that causes more trades to open, maybe place pending every time a trade opens and not in grid.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh Try this, you had the group number in symbol.
