Positions Change Informer – EA MetaTrader 5

Positions Change Informer
The Expert Advisor doesn’t generate the deals independently, but is a “helper” designed to control positions’ state. This Expert Advisor is a kind of a simplified variation of the Expert Advisor described in the article about processing of the events, with the difference that the OnTradeTransaction() function is used and there is a processing of … Read more

Change Chart and Timeframe – script MetaTrader 5

Change Chart and Timeframe - script for MetaTrader 5
Real Author: The inspiration comming from ChartChanger by Olegs Kucerenko (see ChartNext script). Modified scripts to change Charts(next,previous) and Timeframes(higher,lower) of all charts quickly by hotkeys. script ChartNext: change to next Chart; script ChartBefore: change to previous Chart; script PeriodNext: select higher timeframe of all Charts; script PeriodBefore: select lower timeframe of all Charts; Please … Read more

Moving slope rate of change – indicator MetaTrader 5

Moving slope rate of change - indicator for MetaTrader 5
In his article “The Hunt for Superior Signals – Two Moving Function Hybrids” (September 2005), William Rafter described the Moving Slope Rate Of Change. This is the MSROC as originally described. Instead of using just a change in price to calculate slope (as with Rate Of Change or “ROC”), the slope of a least-squares line … Read more

Moving slope rate of change – Extended – indicator MetaTrader 5

Moving slope rate of change - Extended - indicator for MetaTrader 5
In his article “The Hunt for Superior Signals – Two Moving Function Hybrids” (September 2005), William Rafter described the Moving Slope Rate Of Change. This is the MSROC as originally described. Instead of using just a change in price to calculate slope (as with Rate Of Change or “ROC”), the slope of a least-squares line … Read more