Topic: Forex Strategy Executor
Forex Strategy Executor is a new project I just started.
It will be a very simple FST designed to trade multiple strategies in a single window.
Main features:
* trading multiple strategies.
* minimum system requirements.
* using same Expert and dll as FST.
* fully compatible with FSB and FST.
* each strategy will run in a separate thread and will not affect the other strategies.
* The strategies must be prepared with FSB or FST befor loading;
* Currently will not be possible to edit a strategy. Later we can add this feature.
We have in Strategy Control panel:
* Button for showing Strategy Overview;
* Strategy Name label;
* Connection ID settings box;
* Symbol and Period info for current connection;
* Start / Stop auto trading button;
* Tick info: Time, Bid, Ask;
* Connection status icon;
* Button for closing the strategy
* (Eventually will add button for editing the strategy)
I'll try to make a beta version until the end of August.
I need help with organizing multithreading containers for holding and trading the strategies. If you are experienced in that matter, please help.
Wiki: http://forexsb.com/wiki/fse/start
GitHub: Code removed