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
Views:
12345
Rating:
(38)
Published:
2017.01.26 09:05
RT_Scalper.mq5 (20.92 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real time indicator designed for scalping on FORTS.

The chart data is displayed in percentages.

  • Yellow line — change in buy/sell deals (in %)
  • Crimson line — change in volumes of buy/sell orders in the Depth of Market (в %)
  • Light blue line — change in the total number of buy/sell orders (in %)

The information strings display the maximum current volumes in the Depth of Market and their position.

Parameter

input uint Deals=100; //Deals threshold

changes the "sensitivity" of the deals indicator (yellow line).

Adjusts to each instrument individually.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16948

Exp_FisherTransform_X2 Exp_FisherTransform_X2

The Exp_FisherTransform_X2 trend trading system based on the signals from two FisherTransform indicators.

FGDI_HTF FGDI_HTF

The FGDI indicator with the timeframe selection option available in the input parameters.

CrossMA CrossMA

Intersection of two iMA (MA). Uses the iATR indicator.

Exp_2pbIdealMA_ReOpen Exp_2pbIdealMA_ReOpen

The Exp_2pbIdealMA EA is based on the crossing of Moving Averages with position scaling according to the trend.