Hi,
I’ll keep adding some sample wrappers for using with Customizer product:
https://abiroid.com/product/abiroid-customizer-arrows-and-scanner
Request:
Sample code for getting next higher timeframe indicator values in buffer.
Inbuilt MA Indicator:
Example used is Inbuilt MA Indicator. Along with Price values, etc.
Just replace it with any iCustom indicator you like
Simple:
HTF:
Simple Price Values:
iCustom:
Sometimes certain indicators keep their buffers hidden. You can use this iCustom Wrapper to show their buffers:
In settings use the ex4 name for which you need to find buffer values.
And use Buffer numbers for Buffer A and B:
Best way to find buffer numbers is to change the colors in Colors tab. For your original indicator which is using hidden buffers:
Here’s an example with hidden arrows:
Now you’ll see the values in Buffers of your wrapper in your Data Window. Use these values to create Customizer Buy/Sell Conditions.
Arrows indicator:
Sample Wrapper for an Arrows indicator where you only have ex4 but not it’s source mq4:
Just replace the “Abiroid_Arrow_Heiken_VQ” string with your arrows indicator name. And also add the settings of your arrows indicator in iCustom function.
The settings need to be in the same sequence in iCustom as they are in your custom indicator ex4.