Condition from offline chart to another chart
-
Hi. I have question, but first. Thank you so much for this amazing program i working with it nearly 2 years.

Is it posible condition from offline chart ( renko chart or range bar) use in other offline chart?
explanation
Something hapen on renko chart 50 the condition pass we have logic 1. Because we have logic 1 from renko chart 50 the Ea start finding condition on renko 10 chart. ( two open offline charts)Thank you.
-
I am not sure I understand your question. But I guess you want to know how to run an EA on chart1, while the EA check a condition on renkoChart50
IF that is what you want you just have to plug in the renkochart identifier, so for an offline chart M50, that would be 50
you enter this number 50 into the timeframe option, which normally says CurrentHope this helps
-
Im not shure that this will be work, but i will try it and i will the result.
-
Any EA can only read the data from it's own chart. There is a way to transfer values between EAs, but... what is the problem exactly?
-
Hi
Yes exactly. How to transfer variables from one Ea to another. The logic what i work now is litle complicated and for this issue not totaly good explain. Lets take easy one. ( i must think
oppps)
But something like this - We have median renko chart ( 20pips) calling M20. The bricks are above EMA 50 We have some bear bricks touch of Ema and bull with wick.( you see on pictures)
http://s21.postimg.org/n1pr3tdl3/ggg.jpgIn this time (18.51) we will find enter on another offline chart let say median renko (7pips) calling M77.
I really need variables not fix but changeable from another EA. Like variables "now trade" condition from chart M20.
-
I think i found the solution. We writte global variable. The block is Terminal variables. First EA will be writte this Global variable and in second EA we can use it. I will try it.
the example
Starter EA
https://fxdreema.com/shared/lBcmqfz9b
http://s23.postimg.org/t3bfhj2nv/image.jpg
http://s4.postimg.org/kszb2ty65/image.jpgRead EA
https://fxdreema.com/shared/xbtm67xveDuring the week i will test it. If its work.
-
But why don't you create those trades directly in this chart
