TradingView Indicator Conversion EasyLanguage to PineScript

Job ID: 38730927

Budget: $30 – $250 USD

To convert an EasyLanguage script of a custom made indicator to Pine Script for use in TradingView.
Alternately, you may modify an existing incomplete PineScript code to achieve the requirement, if the PineScript code is found suitable.

The indicator has 3 MACD histograms in single chart.
----------------------------------------------------------------------------------------------------------------
Histogram A:
The chart is to show Long period histogram on DIF bar (as variant histogram).
Long period histogram variant (DIF) is to plot from 0-axis (in yellow hollow bar).
A) MACD Histogram A is long-term with perimeter (34,89,9).
To plot a variant histogram (DIF1-0) in single color (yellow) hollow column, not (DIF-DEA).

Yellow hollow column are plotted above and below 0-axis. It is plotted from the 0-axis.
Do not plot in green and red for above and below 0-axis
-----------------------------------------------------------------------------------------------------------------
Histogram B:
Another Long period histogram is plotted to have floating appearance, which displayed at the tip of long period variant mentioned above.
The solid bar is to plot on the DIF and DEA value, not from 0-level. Hence, its length is still (DIF-DEA).

B1) If DIF > DEA, plot green solid bar, begins at DIF level, ends at DEA level (not begins at 0 level)
B2) If DIF < DEA, plot red solid bar, begins at DIF level, ends at DEA level (not begins at 0 level)
---------------------------------------------------------------------------------------------------------------
Histogram C:
The above Histogram B is done similarly for shorter period histogram C in floating appearance (but no need short-term variant histogram)
The hollow column is to plot on the DIF and DEA value, not from 0-level. Hence, its length is still (DIF - DEA).

C1) If DIF > DEA, plot black hollow column, begins at DIF level, ends at DEA level (not begins at 0 level)
C2) If DIF < DEA, plot blue hollow column, begins at DIF level, ends at DEA level (not begins at 0 level)
-------------------------------------------------------------------------------------------------------------
Icon for Specific Condition Changed for Histogram B (B only)
The chart requires icon for specific histogram change condition. Calculation needs to provide in order to plot the additional icon. Logic of histogram condition change will be provided to plot the icon.
--------------------------------------------------------------------------------------------------------------------------
Moomoo chart and codes, incomplete Pine Script chart and codes, Logic of additional icon will be provided for understanding of the above description.
Related categories: Pine Script Trading