@talalkhan It may have worked, i have only ever used this.
Posts made by jstap
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
-
RE: Identifying swings or wavesposted in Questions & Answers
@isiloon82 There is nothing in fx to do this, indicators to do this are available like ZigZag, this is also in FX but you will have to decide the settings.
-
RE: Custom Indicator -- buffer not working as expectedposted in Questions & Answers
@mmbinvest Count every time the buffer changes, this will show you if can work, if not you may be able to use object on chart but is more difficult.

-
RE: How to set open the position when open price next candle??posted in Questions & Answers
@basmustrich-0 After this candle, so when price retraces? If so place a pending order.
-
RE: How to set SL (ATR+High or Low price) of previous candle??posted in Questions & Answers
@basmustrich-0 You can have these blocks separate as the variable will be constantly updated, this can then be used in any block.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Don't need if trade, you need to check profit average.

-
RE: Problem with custom indicatorposted in Questions & Answers
@bagheria I don't see anything wrong that would cause errors, I can say though the iCustom parameter count is where something is trying to get indicator information, normally a line like this iCustom(),1,2 is what is used, the numbers quite often relate to the buffers in the data window of terminal.
-
RE: Problem with custom indicatorposted in Questions & Answers
@bagheria Have you got arrow size and squeeze as text or numbers? Have you got them in the indicator code, I find that making this the same as inputs but ensuring int only has numbers fixes most problems. Have you got any different code in this project? I don't see any iCustom code there (I .may be wrong)
-
RE: How to set SL (ATR+High or Low price) of previous candle??posted in Questions & Answers
@basmustrich-0Create a variable and save into via a formula block, use this variable as price level in the buy block.

-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan You need a blue check trades count block for this.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
The constant only has two options, hoe you use the dots on condition will change this, you can set a sonstant up as string so what you write in inputs is what works, you can make a condition change a variable so useses a diffront set up.

-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan I think you want to do this?

-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan You either have to use an if trade block above, this will stop a group until the first group is active, or you have to create another name for the next group condition so you can switch off/on separately, (the #9 condition can be copied and used elsewhere)
-
RE: close group order but BE one orderposted in Questions & Answers
@aman Try this, not tried but am pretty sure the pink block will close one trade at a time, so will keep going until only 1 trade remaining, just make sure you have a condition above to start closing.

-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhanYes this will work, use a blue count trades block before buy/sell. Did you put a value in your constant? Works for me. https://fxdreema.com/shared/cCltnJD8b

-
RE: Please Help me to Find the candle ID.posted in Questions & Answers
@namfon122 Sorry mate I am not sure but, have you seem Miros zigzag code? the princable is the similar, you may be able to adapt this to your needs.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Put the no trade at top of tree, is working for me.
-
RE: Heiken Ashi values don't match MT4 valuesposted in Bug Reports
@rickial Sorry mate but as you have said values don't match the reality, I have no way of changing these.
