@l'andorrĂ i know fxDreema cannot do that righ now but in the video he use mql5 Programming language and fxdreema also use mql5 Programming language so it can be done.
Posts made by zearma
-
RE: Finally, News Filter for MT5 in 1 easy to use Block !!posted in Tutorials by Users
-
RE: Finally, News Filter for MT5 in 1 easy to use Block !!posted in Tutorials by Users
@quantengineer Hello, you can use MT5 CALENDAR API in Strategy Testing https://www.youtube.com/watch?v=irexrDmXwrg
-
RE: What causes stack overflow error in mql4?posted in Questions & Answers
@roar is there away to add #property from fxdreema
-
RE: What causes stack overflow error in mql4?posted in Questions & Answers
@roar i add this property to the EA and i increase the size and its work fine now #property stacksize 52345600
Thanks Anyway . -
RE: What causes stack overflow error in mql4?posted in Questions & Answers
@roar basically the loop its start from a highest candle of a day and keep decreasing the value by 1 to check if there is a higher candle in front until the candle id 1.
-
RE: What causes stack overflow error in mql4?posted in Questions & Answers
@roar i mean its only happen when i a attach the EA to the chart and increase the count. also there is no compiling error in the metaeditor
-
RE: What causes stack overflow error in mql4?posted in Questions & Answers
@roar yes it end, then the ea doesn't complete the compiling. it looks like he reach some memory limit or mybe compiling timeout
-
What causes stack overflow error in mql4?posted in Questions & Answers
Hello, What causes stack overflow error in mql4 during compiling? when i increase the loop that look for previous candles the ea introduce the stack overflow error.