In FX I think you can only draw on all TFs you can wait until can appears on 15 then draw from1m but will show on all.
Posts made by jstap
-
RE: DRAW ARROW WHEN CANDLE CLOSES IN HIGH TIMEposted in Questions & Answers
-
RE: enum constantposted in Questions & Answers
Just from looking at this you have the enum set up wrong:

Top of constants list = enum "name" {list,of,required,names} under in type = "name" "name2" and the value from the list of required names
-
RE: Modify variables to enter this sequence 4,8,16,32,54posted in Questions & Answers
You already have it, put the variable in the left operand and in the resault box.box
-
RE: Modify variables to enter this sequence 4,8,16,32,54posted in Questions & Answers
Use a formula block and, every time yo wand variable to change multiply by 2.
-
RE: Capability to Save Postposted in General Discussions
This would be handy, when someone asks a question you could find a previously saved post.
-
RE: Calculate Open Price for each orderposted in Questions & Answers
The logic you have set in your blocks will change this, you need to set up blocks that change or don't change this. you can chose the trade you are working with, so if you have 2 trades running you know the trade number you are working with.
-
RE: I need Guidance to duplicate an indicator via FX Dreemaposted in General Discussions
Are you talking about when a dot appears.
-
RE: The EA enters orders continuously, the next order is 10 pips away from the previous oneposted in Bug Reports
You need to set up a timer to start, variable that adds 1 every second, when trade trigged rest to 0, when seconds on variable = 3 close trade.
-
RE: Price action, CHoCH and BOSposted in Questions & Answers
The only way is to setup a test project, back test and watch what happens while using something visual. int=whole number, double=number with a decimal, string=text, bool=true/false. there are more but this is the basic.
-
RE: Price action, CHoCH and BOSposted in Questions & Answers
You can use any candle ID you want but, the time recorded needs to match, you can test with that and see where the line prints.
-
RE: Price action, CHoCH and BOSposted in Questions & Answers
This does it for ma cross: https://fxdreema.com/shared/kFyXQbNed
-
RE: I need Guidance to duplicate an indicator via FX Dreemaposted in General Discussions
Not sure what you're asking?
-
RE: Price action, CHoCH and BOSposted in Questions & Answers
When a cross happens save the time into a variable, then you can refer to this time when you want to find the candle.
-
RE: Price action, CHoCH and BOSposted in Questions & Answers
If you know every step of classing a situation, then the step to break it.