Hello there!
is it possible to create an expert Advisor that will draw candles for the time interval specified in the settings?.
for example:
I specify 10 seconds in the settings and the EA draws candlesticks every 10 seconds on the chart (for example, it can be any given time of 15,25,40 seconds..)..
and further, so that the adviser opens trades based on such non-standard candlesticks ..
how realistic is this?)
and another question : in the tester, I understand this is not tested?(if it is of course possible to implement)
thank you in advance for your answers…only please without humor, only on the case)))
reloaded699999
Tutu the question is not what to draw and the question is how, for example, from what point in time to draw if you need in reality time or for example to divide a minute into four intervals and pulling up tick stories to synthesize? In the mql5 tester, it is quite possible to do this, there are also tests for tick histories…
vladimit_m
People are trying to help you, and you have some incomprehensible claims against them. Expert advisors work on the charts to which they are connected, if you need the Sov to work on a second chart, then first you need to build this chart. With indicators everything is the same
malishko89
have you read it carefully?I asked about an expert Advisor that will trade based on such candles..and not indicators that build such candles)..
and then at the expense of: the evidence on which you are trying to emphasize, they say and so did not try?
when you want to find something, do you always know what specific query to enter?))
mvs
I searched, but I didn’t find it
cemen4yk
have you tried using the search – ” second chart”
seriousracoon
In ninja, everything has long been done in a human way – customizable timeframes of the date series based on the specified number of minutes, seconds, ticks, Renko bars and custom self-written ones. I want to believe that in MT, too, everything will be once and you will not have to scratch your right ear with your left heel.
nikolay7ko
It is quite possible that this can be implemented through custom symbols, but I am not completely sure, because I have very little practice in this.But what I’m pretty sure of is that it can be done on canvas. Any period, even 17.5 seconds, even 7 hours 23 minutes and 38 seconds.You will need to download the tick history and form and draw any bars or non-bars from the ticks. You also need to have certain skills in working with canvas. I recommend using my iCanvas class.