Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Price in polar coordinate system - indicatore per MetaTrader 5

Visualizzazioni:
11988
Valutazioni:
(25)
Pubblicato:
2020.01.16 04:58
Aggiornato:
2020.01.16 05:02
\MQL5\Include\Canvas\
iCanvas.mqh (21.88 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance


I want to remind you that for you to see the maximum data history on the screen, you need to set unlimited in the settings "Max bar in chart"(Tools ->Options->Charts).

The position of the mouse changes the parameters of the polar coordinate system:

  • Changes in the start date of data output are set using the mouse position on the X axis (the maximum amount of data will be displayed when the mouse pointer is in the leftmost position)
  • Changing the period of one loop is the position of the mouse pointer along the Y axis (the minimum period is the position at the very top)

Click on the left mouse button to commit the changes.


Pressing the "D" key toggles the chart between two modes:

  • The size of the circle is formed from a fixed number of bars
  • The size of the circle is a fixed time interval. If you use the minute chart, then one loop is a day (24 hours). 0 hours is the top, noon is the bottom.

The color is responsible for the date. At the very bottom is given a color scale. By placing the mouse pointer on this scale, you can see the date.
You can see the price by placing the mouse pointer on the chart.



    Cross Cross

    Simple code for Candle Cross above or below Conditions..

    Testinator for testing massive combinations of trade setups Testinator for testing massive combinations of trade setups

    Welcome to the Binary Testinator. The Purpose of this EA is for testing different Indicators to optimize a trade scenario. Everyone has an opinion on what is the best trade setup, and advice is never ending! Better if you test it out...

    Pseudo-Indicator with Asynchronous Multi-Threaded Calculations Demo Pseudo-Indicator with Asynchronous Multi-Threaded Calculations Demo

    This is an indicator w/o buffers which demonstrates parallel multi-threaded calculations in chart objects hosting worker expert adviser.

    3D Spiral Quotes 3D Spiral Quotes

    Demonstration of Canvas's capabilities using 3D spiral quotes as an example.