The points are not guaranteed until the price goes in the opposite direction. You can use the standard blocks to get the value of current and past points.
Posts made by jstap
-
RE: Is it possible to draw a line on zigzag?posted in Questions & Answers
-
RE: Big bug with trailing stop - TS moving backwardsposted in Bug Reports
Put under only bool, if it is still moving backwards, add a condition that checks SL position, compared to new ATR stop position.
-
RE: Problem to indicate Balance / Equity / Ordersposted in Questions & Answers
Because it is constantly doing work, put under a once per bar, to limit its operation
-
RE: Change ENUM Parrametter for ex4 fileposted in Questions & Answers
That is an int value, just put 1 while adding the indicator in FX
-
RE: Modifying stops based on time?posted in Questions & Answers
Yes but you need to put a lot more information
-
RE: hello everyone, how do i turn indicator that dosent have buffers Into EA. Breakout box indicator. please can anyone helpposted in Questions & Answers
And that is the problem, you have to find if some are usable values, then work out how to decide which ones you want to use, and then get these values. Unfortunately, this is quite an advanced concept.
-
RE: Please Help! Modify stopposted in Questions & Answers
You can add code like this: https://fxdreema.com/shared/vvyFbke2b
-
RE: hello everyone, how do i turn indicator that dosent have buffers Into EA. Breakout box indicator. please can anyone helpposted in Questions & Answers
Right click the chart and see if thay are in the object list
-
RE: hello everyone, how do i turn indicator that dosent have buffers Into EA. Breakout box indicator. please can anyone helpposted in Questions & Answers
The cross is simple, but as for the box you need to get the high and low values, then work out if the cross happened <> the lines,, but if you have many boxes on the chart you may need to get many values.
-
RE: CAN NOT TURN CUSTOM INDICATOR INTO AN EAposted in Questions & Answers
Then you need to use a condition that checks for this value, also 0 = false, 1 = true
-
RE: How do I delete a chart comment when trade closes?posted in Questions & Answers
Use orange blocks with a name to draw, then use the name to delete.
-
RE: CAN NOT TURN CUSTOM INDICATOR INTO AN EAposted in Questions & Answers
You still have to load an indicator on the chart for it to show, what is the value in that buffer?
-
RE: DELETE RECTANGLE IF CS BREAKposted in Questions & Answers
When an object is drawn you, need to change the name, so the next object has a different name, use a pass once block to limit drawing to one at a time, then reset this and change name before placing the next. Then, when deleting, you need to choose the name of the object you want to delete.
-
RE: Tester: cannot load Expertsposted in Questions & Answers
Add a shared link, you probably have something wrong.
-
RE: DELETE RECTANGLE IF CS BREAKposted in Questions & Answers
for name starts with and name contains, put the full name "LOWER BUY", tee off condition and do the same for the other line.
-
RE: Close partially by amount of moneyposted in Questions & Answers
Use bucket of trades to get trade value, when value is > or < x.xx, used pink blocks to partially close the trade