I have an indicator that is based on MACD/PSAR/MA and a third party currency indicator. The indicator is paired with MT2 Auto Connector for binary options on MT2 Trading.
Requirements:
1. DEBUG EXISTING INDICATOR TO ENSURE EVERYTHING WORKS CORRECTLY
Based on requirements to be provided, debug/test existing indicator so we are not working off of a non-perfect indicator. Once this is cleared we move to the next set of requirements
2. UPDATE ORDER LOGIC
The existing indicator produces an arrow signal whenever the conditions are met. We then use the MT2 Auto Connector to read the signals. This has proven to be inconsistent. We now want to update the logic so that the new EA places the binary options directly using the MT2 Library that can be found here: MQL Connector Library - MT2Trading. In this case, whenever a condition is met, the EA triggers the PUT/CALL position autonomously.
3. INCLUDE OPTION FOR FOREX POSITIONS
Since we have the trade alerts generated, let's include an option to toggle the EA to trade binary options OR regular forex. For regular forex include settings for:
1. Order size or percentage of account balance
2. SL
3. TP1, TP2, TP3
4. Breakeven function for when TP1 is hit for TP2 and TP3