I DO NOT UNDERSTAND WHERE YOU ARE GETTING CLOSE FROM, IT IS NOT IN YOUR PROJECT, CANDLE 0 CLOSE IS THE CURRENT BID PRICE.
Posts made by jstap
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
-
RE: HELLO BEEN HAVING A PROBLEM WITH THE BUY PENDING ON MT5posted in Bug Reports
Makes sense, I do not know all I can suggest is starting again and seeing if that fixes things
-
RE: Manage one pair at a timeposted in Questions & Answers
I am a little lost, if you want you want to limit trades over many charts set specific (Symbol()) over many
-
RE: priceposted in Questions & Answers
My idea is to start it from scratch, there is nothing wrong with your set-up
-
RE: priceposted in Questions & Answers
Don't even know how you downloaded it?

You probabily need to start this project from scratch, even with all blocks deleted it throws errors:

-
RE: Why these Enumerations are not working.posted in Questions & Answers
No both are numeric, although it is text, in enum the text is recognised as a number 0,1,2,3 etc from your {list}
-
RE: Why these Enumerations are not working.posted in Questions & Answers
Probably because you are using Text, use numeric
-
RE: priceposted in Questions & Answers
It looks like this is what your EA will do, what is it not doing?
-
RE: price value at New York sessionposted in Questions & Answers
once a day block with NY close time, save price into a variable
-
RE: Time Based Buyposted in Questions & Answers
You can get the price from market properties, you may have to use candle properties and same into a variable, as crossing 00:00 changes days and may cause problems
-
RE: will this code blocks work ?.posted in Questions & Answers
I imagine it is because you are trying to draw from pips, change to something like a candle, just to check if this is the problem
-
RE: What is the purpose of the max times to pass function of time filter blocks?posted in Questions & Answers
Yes that is correct, that is why you would need other blocks to prevent others happening at the same time
-
RE: Fractal Arrow confirmation using object on chartposted in Questions & Answers
It does and that is why you use a previous ID, fractal uses 5 candles, 2 before and 2 after.
-
RE: Fractal Arrow confirmation using object on chartposted in Questions & Answers
2 at minimum, but 3 is more confirmed
-
RE: Fractal Arrow confirmation using object on chartposted in Questions & Answers
Id3 is the only way I know of

