Discussing the article: "USD and EUR index charts — example of a MetaTrader 5 service" - page 3

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I don't quite understand what you want from me, are you trying to trade on a custom symbol? I think it's impossible
I was showing the chart from the tester, from the bot where the synthetic is running, and trading with real trading instruments included in the synthetic. The bot is multicurrency, otherwise there is no other way.
Another important point, in the specification of the synthetic it is necessary to screw volumes down (for example, min lot 0.00001), this is such a trick for MT5, so that the tester takes the trading results of the synthetic for zero, otherwise there will be a false sense of graality ))))
I can't tell you the technical part ))) I don't know how to code
What exactly do you want to get from the synthetic?
What exactly do you want to get from a synthetic?
I'm not sure what you want me to do, are you trying to trade on a custom symbol? I don't think that's possible.
I was showing the chart from the tester, from the bot where the synthetic is spinning, and trading real trading instruments included in the synthetic. The bot is multi-currency, otherwise there is no other way.
Another important point, in the specification of the synthetic it is necessary to adjust the volumes downwards (for example, min lot 0.00001), this is such a trick for MT5, so that the tester takes the trading results of the synthetic for zero, otherwise there will be a false sense of graality ))).
I can't tell you the technical part ))) I don't know how to code
Synthetic must be in the market overview. In the tester, select the synthetic tool and start a test.
How to get the same data for, for example, EURUSD ?
How to get the same data for e.g. EURUSD ?
I don't get it. Where is the code to get Bid ask open 0 open 1 close 0 close 1 symbol EURUSD ?
Right here you need... The code to get this data.
If I understand you correctly, you want to know how to make your EA evaluate data from the custom chart and execute trades on a tradeable symbol.
In the trading conditions (data analysis) section of your EA code, just reference the custom symbol name that appears in your Market Watch window. Example...
And in the trade execution logic (orders) section of your EA code, just reference the tradeable symbol(s) that also appear in your Market Watch Window.
(I do this with custom Renko charts quite often).