Custom Indicator Recognition
-
Greetings mates!
I got a great custom Volume Divergence indie that unfortunately cant be identified by FXDreema for unknown reason. It returns empty "Input Parameters" and "Output Buffers" on "Add Custom Indicators" feature.
I need a help of someone experienced with the MQL code and FXDreema platform to help to successfully upload this one.
The indicator itself based on tick volume an it shows Regular Class A and Class B/C divergences and it is a great addition to your strategies as it provides accurate entries (after additional filtering off course)
Feel free to use this indie in your projects...!
2_1572487812793_twiggs_money_flow_org_smoothed_mtf_nmc_v3.mq4 1_1572487812793_twiggs_money_flow_org_smoothed_mtf_nmc_v3.ex4 0_1572487812792_ADR.ex4

-
This is a task for a real programmer. Anyone available here?

-
@l-andorrà
Is the Admin on vacation or ?
-
@seb-0 Hi, try to add data manually
https://fxdreema.com/forum/topic/7682/ex4-custom-indicator-that-wont-show-buffers/6
-
@GeoFX I made some modifications as the indicator had some code that fxdreema doesn't like.
- Using key variables names that fxdreema uses such as shift -> I added an "x" to each occurance
- Cyrillic letters in code. Seems to be an issue - since I removed it all works fine.
0_1572658908781_twiggs_money_flow_org_smoothed_mtf_nmc_v3_fxdreema_fixed.mq4
-
Mates, you've all made my day! What a lovely community!! Thank you!
HINT: how I personally use Class A Divergence best :
- Set the TMF period to 48 (tested on different TS's) with no smoothing applied to price close (screenshot)
-
For trend trades: accept all the divergences as an entry signal
-
For counter-trend trades: - use TMF 0 level as a filter for divergences
