Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
The Simple Trend Detector - indicator for MetaTrader 5
- Views:
- 10549
- Rating:
- Published:
- 2017.03.22 16:06
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author: BECEMAL
A simple oscillator that uses the difference between candlestick open and close prices. The indicator is similar to RSI and DeMarker, but is more sensitive. Should be used similarly.
This indicator was first implemented in MQL4 and published in the CodeBase on 26.07.2010.
Fig1. The STD indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/17579
OsMACandleKeltner
Keltner Channel built relative to the average value of the OsMACandle oscillator as a sequence of candlesticks
HistorySelectByPositionAn example of using HistorySelectByPosition (based on the HistoryDealGetTicket use example).