@trader-philipps thanks, will update here if it works or not,
Posts made by Zackry
-
RE: chart refreshposted in Questions & Answers
-
RE: chart refreshposted in Questions & Answers
@trader-philipps nope not the chart objects, the indicator that's causing the problem is using the buffers, so I referring the buffer values in the ea.
Most of the time the problem happens in live market and not in the backtest So I don't know yet if the window redraw function will help or not,
I am just waiting for the market to open so I can test the window redraw function -
RE: chart refreshposted in Questions & Answers
@trader-philipps the reason i am trying to refresh the chart is this :
the indicators i am using lag sometimes , ( by lag i mean the lag in drawing , and when i refresh the chart or when i reload the template then it updates and draw )
so when i use these indicators in the ea the ea misses some of the entries because of the lag and i am positive that when the ea refreshes the chart before looking at the indicators then the issue can be resolved -
RE: chart refreshposted in Questions & Answers
@cpxiom thanks for the response, but when i look at the code it confuses the hell out of me
-
RE: chart refreshposted in Questions & Answers
@trader-philipps thanks for the response but the question is if i use this apply template option then will this cause any problem in the remaining blocks execution ?
i am using multiple indicators to trigger the buy and sell , if the template is reloaded then i will need to have the same ea attached in the template that i am trying to apply on every new bar , in other words the ea will be detached and then attached again on the chart , do you think this will cause any problem ? -
chart refreshposted in Questions & Answers
is there any way to make the ea refresh chart first on every new candle and then proceed to the rest of the connected blocks ?
-
RE: WHAT is this Errorposted in Questions & Answers
@roar thanks roar , you were right there were some unused variables , i removed them and the issue resolved
-
RE: is this same for everyone ?posted in Questions & Answers
@fabien-s ohhh so its not just me , by the way it would have been a great tool if there weren't those errors
-
is this same for everyone ?posted in Questions & Answers
whenever i try to use the converter option to convert mq4 to mq5 , i always get loads of errors , is it same for everyone else , or does this converter hold some kind of grudge against me ,











-
RE: Been wondering about this for a whileposted in Questions & Answers
@roar thanks bro, gonna ask question after I play around with example you posted, I am a bit slow in the info intake so had to try it a few times to fully understand

-
RE: Been wondering about this for a whileposted in Questions & Answers
@roar


I cant believe that I have never clicked on this manage variable section 

Now it makes sense, because I was wondering why it was showing mql4/ex4 on the top but this variable panel looked like mt5 version of fxdreema


-
RE: Been wondering about this for a whileposted in Questions & Answers
never seen these before

is there a block called loop condition? -
RE: Been wondering about this for a whileposted in Questions & Answers
@roar hey roar thanks for the example, but is that the mt5 builder of fxdreema? if yes can you please share an example in mt4 builder version, i dont use mt5 as of yet so its a bit difficult for me wrap my head around it
-
Been wondering about this for a whileposted in Questions & Answers
Let say my ea places the arrow on ema cross over, but is it possible to make it place these arrows on every cross over?
I mean with expert advisors, the ea will place these arrows only after the point where the ea is attached, it won't place arrows on crossover happened before that point
Is there a way to make it place these arrows on "n" number of previous bars -
RE: how to limit trades number of tradesposted in Questions & Answers
If you mean these two blocks, then they are just normal "check trade count" blocks, they are just named this way,
-
RE: create custom blockposted in Questions & Answers
@hadees bro you are a life saver, this problem has been bugging me for ages, thanks again I will try it and let you guys know for sure
-
RE: create custom blockposted in Questions & Answers
@ambrogio bro, I don't know what I was smoking when I first went through the post

I didn't noticed that line of code at all 




