Hello,
I need help in isolating auto trading functionality and charting functionality of a formula for a watch list.
In AFL programming how can I run one formula for an entire watch-list in background, despite of any (and just one) symbol is plotted on the formula's chart window?
In other words, a formula that runs for entire watch-list in background (like a system/AmiBroker process) and handles auto trading in one instance for all symbols so it can buy/sell any symbol from that watch-list, no matter which symbol from that watch-list is currently displayed on formulas' chart window.
It would be like isolating auto trading functionality and charting functionality of a formula, keeping the auto trading functionality in back ground as a backend, and frontend would only the charting part.
I need guidance on this concept.
Regards