Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Price in polar coordinate system - indicator for MetaTrader 5

Views:
12036
Rating:
(25)
Published:
2020.01.16 04:58
Updated:
2020.01.16 05:02
\MQL5\Include\Canvas\
iCanvas.mqh (21.88 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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.