@styleflesh The only way I know of is with the purple block, this relies on the pending becoming a trade though.
Posts made by jstap
-
RE: Need help in setting pending ordersposted in Questions & Answers
-
RE: Drawing chart objects at zigzag highs and lowsposted in Questions & Answers
@fxtr The indicator is in the standard blocks, put a pass block at top, a draw block beneath with the ZZ indicator inside, L0 is current when on way down, H0 is current when on way up, @miro1360 has some really good post's on how to use.
-
RE: Sort Ranging/Sideways Market, Only Trade Massive Trendposted in Questions & Answers
@unworthypip This is how it is done using code but am unsure how you do it in FX, in here are a few options.
I do not think you need to convert to pips as all can be done from the price fraction, I would check the MA's are in the correct orientation and put all into a comment block so I can visually check if what is needed is happening.

-
RE: Auto Stop loss and TP on Manually placed ordersposted in Questions & Answers
@haikel Possibly although I have never tried, I imagine a pink for each trade block with modify stops#' block would do this, magic number 0 will cause EA to work with manually placed trades.
-
RE: Too many Sound alert notificationsposted in Questions & Answers
@haikel You can likely put the block directly on the bottom of the buy/sell block.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh It works on my platform, are you running this on a pair with small pip values? For me 5 pips is good on forex, but on US30 it needs to be more like 2000.
-
RE: Convert pips points to lotposted in Questions & Answers
@zedeai2 You can do it like picture, you just have to decide how the numbers are placed in the formula block.

-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh This is because you haven't selected buy/sell in the trees.

-
RE: stop loss on Parabolic SARposted in Questions & Answers
@haikel I have never used the blue modify stop's block, generally use the blocks that are the same colour.

-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan My suggestion is that you start a fresh project and use different bool conditions to put the result into a comment, use and change until you get a good working knowledge, this will give you the working foundations of how to use logic in FX, all EA's are built around this.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
This is your logic, buffer 4 is above oversold value and below 0 value set above variable to true, if either is is different to value set variable to false.
In your next set of blocks you have if buffer 4 is below 0 value set above to false. These do equal the same result but I would only have 1 set of conditions doing this.
I would remove things or try singularly until I find what does/doesn't work.
-
RE: "Check how it was closed" gives problems when translated to mq5posted in Questions & Answers
@criptofuture The one on the right is what I would use.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh You have 2 trees doing the same thing, place all on on tick. Let me know if still not working.
-
RE: Chaikin Oscillator - is it workingposted in Questions & Answers
@musa-5 This indicator is on MT4 blocks (not from what I saw), I imagine if you have another condition block below with the slower MA settings in it will work as needed.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh Look at bottom of on tick page. https://fxdreema.com/shared/vze5PG4fd
-
RE: How do I check latest bear candle high less than previous bear candle?posted in Questions & Answers
@santhoshabraham @l-andorrà is correct a loop will do this, alternatively a pink for each trade block-yellow bull signal block-pink modify stop's block. All in a separate tree.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh You can using the pink blocks in a separate tree, for each trade-pips away-buy/sell block. If price is moving that quick it doesn't activate a pending order, I feel the pink blocks will struggle to be accurate.
-
RE: EA detecting tilt as cross need help...!!!!posted in Questions & Answers
@haikel Nothing works under if trade unless there is no trade, you can have as many conditions as you like, when they are true all beneath can be activated.
-
RE: Chaikin Oscillator - is it workingposted in Questions & Answers
@musa-5 If standard indicator then a standard condition block has all you need.
