You do not want low by ID, this is fixed regardless of ID, probably current value. Draw lines to visually check the value you are working with
Posts made by jstap
-
RE: how can i trade with zigzag ? can any one help me !posted in Questions & Answers
-
RE: Bug in ZIGZAG indicatorposted in Bug Reports
The sequence of ZZ is set by the ZZ indicator, so you need to decide what ZZ point you want to use, the sequence is not incoherent.
-
RE: How to get data from object (horizontal line) then store at variableposted in Questions & Answers
When something happens set the global variable value to something like 0, then it cannot be used until needed.
-
RE: EA BASED ON RSIposted in Questions & Answers
The basic principle across all of FX is, if something happened, do what you want. In your case when RSI does something, close the trade.
-
RE: How to get data from object (horizontal line) then store at variableposted in Questions & Answers
Terminal variables can be used in place of nearly any numeric variable, but they do not lose value when the terminal is closed.
-
RE: I help on BBposted in Questions & Answers
Yes and no, set type, picture will work for sells, use 1 in closed trades, because you are only looking for the last closed, the loop you want is inside blocks.

-
RE: Bug in ZIGZAG indicatorposted in Bug Reports
That is why I said to draw a line, once you know if it is using the correct one, you can set a test to see if the correct value is < or >, so you only use the value you want.
-
RE: EA BASED ON RSIposted in Questions & Answers
You don't have a close block, principle is the same, but instead of buy/sell you have a close block.
-
RE: EA BASED ON RSIposted in Questions & Answers
This is quite simple, make a start and add a shared link.
-
RE: How to set daily trades limit.posted in Questions & Answers
Every time a trade is placed, 1st it checks if the count is low enough, then it places a trade and adds 1 to your variable, and then once a day the number is set back to 0. You do not need to switch blocks off and on, because the count is checked before placing a trade.
-
RE: No trade Nearby ???????????????????????????posted in Questions & Answers
The in trade loop, will only work if under a for each block.
-
RE: How to set daily trades limit.posted in Questions & Answers
What I mean is in a condition block above buy and sell, variable < your max number. In a separate tree once per daily bar modify the variable back to 0.
-
RE: How to set daily trades limit.posted in Questions & Answers
Check the variable above taking trades, reset to 0 once per daily bar in a separate tree
-
RE: I help on BBposted in Questions & Answers
On trade tab, trade close by sl, you can then under pink for each closed trade, get loop by loop and multiply.
-
RE: Bug in ZIGZAG indicatorposted in Bug Reports
Draw a line on these levels so you can visually see what is happening.
-
RE: reset by max lotsposted in Questions & Answers
I will add a start for you, this set up uses a lot more blocks. Test and play with this, you can then ask about anything you want to change, and pay attention to the use OF groups, This strategy is just to show what can be done. https://fxdreema.com/shared/XxNWkbYud
