仕事が完了した
指定
I have a multitimeframe and multicurencies indicator that sends email and notification when stochastic, Bullish&Bearish, Deep bar, snake + T3_Clean all have the same signals.
I want to add three more indicators TMA MACD v6, DAT_MACD and TMAcentered MACD v1. Unfortunately, the developer that coded it for me is unable to add the 3 indicators. He doesn’t know how to call the buffer of the 3 new indicators. He can’t do the job.
When I recoded it by myself, it returned different signals from that of the indicators.
These are my requirements
1. I have the MQL file of the previous project but I need a developer to correct the logic of the icustom() buffer for all the indicators to output correct signals to the dashboard
2. The alerts/notification/email should be after the candle close (already coded)
3. Additional indicators
i. TMA MACD v6 (already added to the dashboard table)
ii. TMAcentered MACD v1 (already added to the dashboard table)
iii. DAT_MACD (already added to the dashboard table)
4. For Buy condition to occur for a specific timeframe, all the components indicators should have buy signals and for the Sell condition to occur all the components indicators should have sell signals
1. All the component indicators will be archived to you to maintain consistence name in the reference. I will also include the MQL file that needs to be corrected.