ONE EA TWO CHARTS
-
Is it possible that to create an EA that reads signals from an indicator in a chart and then execute them on another chart with an EA, both the charts are for one currency pair.
-
Why do you need to separate them when you can run both in the same chart?
-
I tried that, the strategy is sophisticated, It works with two charts
-
If both are for 1 currency pair, then the difference is TF, you can probably use on one, if not you can pass information via global variables
-
@jstap How can I pass global variables.?
-
there are blocks that do it, in most blocks you can get the value, there is a yellow terminal block to set a value
-
@jstap pls share step by step guide on how I can do it using the CCI indicator and an EA
-
Create a shared link and I'll check what you have done
-
@jstap I have checked. The yellow blocks, to be honest I don't know where what block to use. I have never done a project like this..
-
Then create a project to look at, blocks in the ? show what they do