Multi-Symbol
Multi-Symbol
12 Dec 2019, 13:09
Hello,
How can i switch betwwen symbol inside my app and how can i use it in optimisation ? You say you have added Multi-Symbol in the last version but i did not find any documentation about how to use it.
Regards,
Replies
PanagiotisCharalampous
16 Dec 2019, 08:27
RE:
Hi fardugotra,
You can read more about multisymbol optimization here. You can try TryChangeTimeFrameAndSymbol for changing symbols. Note that this function only works in indicators and when there are no cBots running on the chart.
Best Regards,
Panagiotis
@PanagiotisCharalampous
fardugotra
16 Dec 2019, 12:51
RE: RE:
PanagiotisCharalampous said:
Hi fardugotra,
You can read more about multisymbol optimization here. You can try TryChangeTimeFrameAndSymbol for changing symbols. Note that this function only works in indicators and when there are no cBots running on the chart.
Best Regards,
Panagiotis
Ok thanks, so actualy if i want to know witch settings of my bot perform the best on all symbol (selected) how can i do that ?
@fardugotra
PanagiotisCharalampous
16 Dec 2019, 14:06
Hi fardugotra,
Multisymbol backtesting allows you to backtest cBots that execute orders on other symbols than the chart symbol. To do what you have described, you will need backtest your cBot on different instances with different symbols and compare the results.
Best Regards,
Panagiotis
@PanagiotisCharalampous
mirco.kahle@gmail.com
14 Dec 2019, 00:39
this would be interesting indeed.
I managed to find Ask/Bid etc information via
and market orders work as well.
But Indicators? OnBar events? no clue
@mirco.kahle@gmail.com