I would like to draw a trendline from zig-zag-high_id2 to zig-zag-high_id1 and zig-zag-low_id2 to zig-zag-low_id1. It shoud look like a channel but depending on zig-zag highs and lows. How to do that?
Posts made by ramsay09
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Is it possible to create a condition in case there was placed a new trade, indipendend of what kind of trade (manually or automatically placed)? I would like to enable a group of blocks after a new trade was placed. Maybe something on "on Trade"?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Do I understand you right, it is not possible to draw an indicator as it is possible to draw a line or an arrow?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
I would like to draw a few ma indicators after contition is set true. I did't manage to do that. What blocks do I need to simply draw moving avarages and delete them?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Thanks.
Now I would like to move a line on the chart by clicking the left mouse button but while the mouse button is pressed it shoudn't trigger a trade. The line shoud only "work" when left mouse button is not pressed (not moving).
Is it possible to do something like that: while the left mouse button is pressed, the condition block output is disabled otherwise enabled. What would you suggest, what is possible?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Thanks.
What about a vertical line or rectangle from candle low to candle high. Is that possible?
Is it possible to draw a horizental trendline from candle(0) for the next 24 candles, something like candle(-24)?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Ok, I can understand your confusion as you are a programmer. Maybe a "horizontal trendline" is a more precise expression even a rectangle with zero hight will do it. What i need is a line from a specific point to the right or to an another bar but the line shouldn't rise or fall. A horizontal line between two timepoints. I don't know why but i couldn't manage it by using Price1, Time1 and Price2, Time2. Could you make a screenshot with the right settings for a "horizontal trendline" over a period of 10 bars, maybe from bar(20) to bar(10) or a line from day H1 first bar to the day H1 last bar (a horizontal line over a period of 24 bars)?
Is there really no way to paint (change colour of) a single bar that has a special attribute. I would like to highlight inside- and outside-bars. If that is generally not possible that will be bullsh..., otherwise you should add that feature because almost every chart-software can do that (just a suggestion).
Is it possible to draw a rectangle of the width of a candle and the hight could calculated by using the formula block before the draw block (candle high - candle low).
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
How to draw a horizontal line to the right (ray right)?
How to draw a horizontal line to the right over 10 bars, for instance?
How to change the colour of a single bar? I mean all bars are green but the changed one is white, for instance. That should be possible after a condition was met.
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
It seems drawing a horizontal line to the right (ray right) is not working. I would like to draw a line to right direction at zig-zag high but the line always goes to both sids. How to do that?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Regarding the anchor: I would like to have a solution with an object on chart but my afforts weren't successful. Could you give me an example or explain your suggestion. I have found ID 1,2,3 in "object on chart" but I couldn't manage to read and compare the ID from an object that was placed in the past.
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Thanks.
The wingdings table from the information about the "draw arrow" block is not visible, error 404 is shown. Could you look over, please.
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Ok, what I see is that HH = market > H(2), right?
Another issue: I need something like an anchor from witch I would like to count the bars: What I need is the time distance in bars to a specific bar, maybe when macd has got a new high.
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
I know that but what is higher high and lower low?
What about my screenshot and what I am looking for. Do you have a suggestion how the realize that?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Regarding the Zig Zag Indicator: Could you explain what you do understand about high buy ID and higher high buy ID. What are the differences in context of ID 0 and ID 1. Maybe a screenshot (If I dare to demand that
).What I am looking for is (screenshot): yellow 1 is support in case red 0 was crossed upwards and yellow 2 is support in case red 1 was crossed upwards and so on (the same for a downtrend)
......
GBPUSDH4.png -
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
I can do that but what about the parent thing?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Thanks. EA is working correctly again. Copy and paste of the relevant Flags was leading to higher block ID's and solved the problem. I hope you will find a general solution for that issue.
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
It seems the AND blocks in the framed area in my EA "Grid-EA full-auto v1.4" are not working. I have verified that. The other two AND blocks on other location are working correctly. The backup form my HD is working correctly but not if i upload and dowload EA. Could you look over please.
The relevant blocks are: 2238, 2326, 2327. These blocks do not pass when condition is met.
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
I have a question regarding "On Trade". The blocks which are placed there are executed right after a buy/sell was executed or after all variables are filled with new values and all calculations are done on "On Tick"? I need an execution of blocks after a new trade was placed AND the new avarage price was recalculated.
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
It seems that everything is working again. Thanks.