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

ZoomPrice tick indicator - indicatore per MetaTrader 5

Visualizzazioni:
10823
Valutazioni:
(42)
Pubblicato:
2017.01.19 16:55
\MQL5\Indicators\fxsaber\ \MQL5\Include\ \MQL5\Include\fxsaber\ \MQL5\Include\fxsaber\ChartObjects\ \MQL5\Include\fxsaber\ChartObjects\Ticks\
Tick.mqh (0.85 KB) visualizza
Ticks.mqh (5.45 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

This indicator allows you to see the necessary price movement details via the convenient scale setting interface.

The indicator makes possible to view the necessary price movements from any "altitude".

 

The indicator interface

  • The left mouse button rewinds the price.
  • Click SHIFT to enable scaling (move the mouse).
  • If the cursor is on a normal price chart, clicking SHIFT displays history data located under the cursor. This simplifies the search for a necessary interval (move the mouse).

The chart is an interactive object. It can be used for any purpose, for example, as part of an EA

#include <fxsaber\ChartObjects\ChartObject_ZoomPrice.mqh>

CHARTOBJECT_ZOOMPRICE ChartObject;

void OnChartEvent( const int id, const long& lparam, const double& dparam, const string& sparam )
{
  EVENTBASE::MyEvent(id, lparam, dparam, sparam);
}

void OnTimer( void )
{
  EVENTBASE::MyEventTimer();
}

void OnTick( void )
{
  EVENTBASE::MyEventTick();
}


The EA operation results screenshot displays that this is the graphical object with the manually adjustable parameters.


The indicator is self-sufficient — do not use standard libraries.

It is compiled for MetaTrader 4, though it shows nothing in it.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/16753

RobotPowerM5 meta4V12 RobotPowerM5 meta4V12

Analyzing iBullsPower and iBearsPower indicators on the first bar.

CenterOfGravityCandle CenterOfGravityCandle

Ehlers Center of Gravity indicator in the form of candles.

Exp_GStopLoss Exp_GStopLoss

This Expert Advisor closes all positions if the total loss exceeds a predefined limit.

Exp_GTakeProfit Exp_GTakeProfit

This Expert Advisor closes all positions if the total profit exceeds a predefined limit.