Watch how to download trading robots for free
Find us on Twitter!
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:
3436
Rating:
(12)
Published:
2017.01.18 09:12
i4_DRF_v2.mq5 (5.38 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author:

goldenlion@ukr.net

A simple trend indicator with calculation of rise and fall in Close prices. Calculation formula:

i4_DRF_v2=100 * (Psum - NSum) / Period

where:

  • Psum — the number of candles per calculation period, which have a rise in price;
  • Nsum — the number of candles per calculation period, which have a fall in price;
  • Period — calculation period.

Originally this indicator has been written in MQL4 and was first published in the Code Base on 09.03.2008.

Fig1. The i4_DRF_v2 indicator

Fig1. The i4_DRF_v2 indicator

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

ZZ Fibo Trader ZZ Fibo Trader

The ZZ Fibo Trader is a simple illustration of the use of the Simple ZZ Fibo, which plots Fibonacci lines on long impulse waves of the ZigZag. In addition, the algorithm illustrates operation of the parabolic system for moving the stop loss.

Trade on Timer Trade on Timer

Simple code that illustrates trading based on the OnTimer event. When the timer triggers, the robot alternately performs buy and sell deals with fixed stop loss and take profit values.

Feed of all deals Feed of all deals

The indicator displays the total number of deals by symbol in real time.

Fibo Retracement Trader Fibo Retracement Trader

The Expert Advisor plots a Fibonacci based on the standard ZigZag indicator and traded rectracements from all levels. The levels are fixed and cannot be customized by the user.