Code for Green MACD Histogram

hello @Streak

Kindly help me create a code for the green histogram…

Also, share so links to learn about support and resistance indicators.

1 Like

Hello @Muskan_Anjali

Refer to the conditions in the image below to get a green histogram:

In the above case you can get the green histogram below or above the 0 line . To get it above the zero line all you have to do is add the condition “MACD(12,26,9,histogram,0) higher than 0”. You can just write the opposite for lower than zero as well.

Refer to the link below to learn about indicators related to S&R:

Hope this helps!!