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

Simple_Slope - indicator for MetaTrader 5

Views:
4797
Rating:
(12)
Published:
2018.12.28 13:10
Updated:
2019.01.17 11:29
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Oscillating indicator Simple slope is a simple price-trend oscillator. It is good at removing the trend-related component from price movements.

It has one adjustable parameter:

  • Period - calculation period

Calculations:

SS = (Close - Close[Period]) / Period

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

Sylvain_Vervoort_rainbow_moving_average Sylvain_Vervoort_rainbow_moving_average

Indicator Sylvain Vervoort rainbow moving average

Sylvain_Vervoort_RSI_inverse_fisher_transform Sylvain_Vervoort_RSI_inverse_fisher_transform

Indicator Sylvain Vervoort RSI inverse fisher transform

POGO POGO

Indicator POGO

Peceptron_Mult Peceptron_Mult

A multisymbol EA. Its working algorithm is perceptron, i.e., a simple neural network). It uses indicator iAC (Acceleration/Deceleration, Accelerator/Decelerator Oscillator, AC).