@sauce You Can't as far as I know, possibl that the indicator appears block can be used to draw an arrow, normally though the buffer will contain a numbe that changes for a second when objects appear.
Posts made by jstap
-
RE: Custom indicator valuesposted in Questions & Answers
-
RE: trigger as text in chartposted in Questions & Answers
@trader-1978 Text is normally in the object list, try pushing the show all button and see what appears, if you can.t see it there I know of no way to use.
-
RE: Custom indicator valuesposted in Questions & Answers
@sauce It doesn't look like the ZL buffer contains any useable information, so the buffers won't ever match.

-
RE: 1 trade at the time in the whole accountposted in Questions & Answers
@haidang8055 Put a shared link here, is the only way to inspect.
-
RE: Custom indicator valuesposted in Questions & Answers
@sauce @l-andorrà Is correct, place the once per bar under your condition so it only activates after your condition, put these buffer values into a comment block, check they produce numbers that at times match each other. Once you can visually check this you should know why things don't work.
-
RE: Can't get user defined inputs to work!posted in Questions & Answers
@spyderman int is the type I would use for these.
-
RE: Can't get user defined inputs to work!posted in Questions & Answers
@spyderman Do you mean the timeframe in the constants?

If so on MT4 the easiest way is to make the type int, and use the minutes as the value, so 4h is 240. Other wise you can use ENUM_TIMEFRAMES as the type, PERIOD_CURRENT etc as the value.
-
RE: once per trade for children trades ?posted in Questions & Answers
@vikas Set up another tree, one for the parent one for the children.
-
RE: How to detect the price cross over MAposted in Questions & Answers
@montrin If price is above MA then in a condition block candle low x< MA will trigger this action, you then need to decide what which candle fits your conditions, candle 0 is current, previous is 1 etc, link condition blocks together to acheve what you need.
-
RE: I would like my EA to open a maximum of 10 orders per day. How to do it???posted in Questions & Answers
@piotras10000 Like this https://fxdreema.com/shared/IFdPWnTjd add your project to this, or add this to your project.
-
RE: line tradeposted in Questions & Answers
@trader-1978 Use a comment block with object on chart selected by name once the numbers match up with your terminal crosshairs you will know how to reference this line to do as you like.
-
RE: Exit by indicator buffer colourposted in Questions & Answers
@trader-1978 Not sure if this is possible, I have never used colour but if you put the indicator here I will have a look.
-
RE: I would like my EA to open a maximum of 10 orders per day. How to do it???posted in Questions & Answers
@piotras10000 As @TipsyWisdom said, every time you buy/sell add 1 to a variable (use a formula block), reset this variable 1 per daily bar, check the number in a condition block before buy/sell.
-
RE: icustom ex5 arrow indi buffer helpposted in Questions & Answers
@stantham This indicator is painfully slow, not sure how the information in the data window is helpful, You could possibly use object on chart but I couldn't get this to show.
In this link is how to use icustom to show you what is in the buffers, hope it helps: https://fxdreema.com/shared/IwmjDdLZc
-
RE: Pip size customizableposted in Questions & Answers
@uriel-0I don't know if this is possible, as far as I'm aware options in the settings window cannot be changed by the inputs, or EA settings.
-
RE: How do I round off Numbers?posted in Questions & Answers
@fxdreema Maybe remove the ugly and add some more lines to the other?
-
RE: icustom ex5 arrow indi buffer helpposted in Questions & Answers
@stantham Create the project, put the shared link here and I'll assist with what ever you are struggling with.
-
RE: icustom ex5 arrow indi buffer helpposted in Questions & Answers
@stantham For what? if you are talking about the I custom code paste into a custom code block, create a variable named the same, create the other 3 lines for each buffer. Place in a comment or draw an arrow so you can see how it works.