Adding a volume effect to the indicator lines - page 5

 

Now altogether, a real shadow at the parabola:

A parabola with a shadow.

 
barabashkakvn:
I would ask you not to express yourself here! (please use capital letters at the beginning of sentences and explain abbreviations)

http://ru.wikipedia.org/wiki/Screen_Space_Ambient_Occlusion

https://ru.wikipedia.org/wiki/Bloom

https://ru.wikipedia.org/wiki/Motion_blur

https://ru.wikipedia.org/wiki/%D0%A8%D0%B5%D0%B9%D0%B4%D0%B5%D1%80

 

In general, the theoretical limit of beauty in MT looks something like this

 
transcendreamer:

In general, the theoretical limit of beauty in MT looks something like this

Not a limit, just one of the options for implementing class features :)
 
For painting with alpha transparency, which should I use:COLOR_FORMAT_ARGB_RAW orCOLOR_FORMAT_ARGB_NORMALIZE?

ENUM_COLOR_FORMAT

Identifier

Description

COLOR_FORMAT_XRGB_NOALPHA

The alpha channel component is ignored

COLOR_FORMAT_ARGB_RAW

Colour components are not processed by the terminal (must be set correctly by the user)

COLOR_FORMAT_ARGB_NORMALIZE

Colour components are processed by the terminal

 

A clear (visual) comparison of different ways of colour processing from ENUM_COLOR_FORMAT enumeration.

12

I'm posting a corrected version of the script - the previous one had double overlapping of semi-transparent areas.

 

There are a lot of forums on the Internet about 3D charting in MT4 terminal and people have achieved real results there. I even downloaded a script from one of them (it's more of a fun thing than useful)

This is a shape which randomly moves, rotates and changes colour.

 
Argo:

There are a lot of forums on the Internet about 3D charting in MT4 terminal and people have achieved real results there. I even downloaded a script from one of them (it's more of a fun thing than useful)

This is a shape which randomly moves, rotates and changes colour.

So it's done on objects rather than kanvas.
 
It is a pity that MT cannot create its own graph with its own coordinate axes
 
transcendreamer:
It's a pity you can't create your own graph with its own coordinate axes in MT.
Anything can be drawn on the kanvas. The main issue is control: control of "rewinding" such a graph and control of cursor position relative to such a graph to get OHLC values.