Indicator RAVI (Modification) – indicator MetaTrader 4

Indicator RAVI (Modification) - indicator for MetaTrader 4
Two moving averages calculated in percents are used for the indicator. RAVI = 100*(SMA(7) – SMA(65)) / SMA(65)T. Chand recommends the following information lines for the indicator: plus/minus 0.3 percent or plus/minus 0.1% (depending on the market). When the indicator crosses the upper information line upwards it is assumed that the rising trend has begun. … Read more

Programmatic modification of Tester “From:” and “To:” fields with user32.dll – script MetaTrader 4

Programmatic modification of Tester "From:" and "To:" fields with user32.dll - script for MetaTrader 4
For this script to run properly you must have the strategy tester window open. I made this for the purpose of creating a distributed automated optimization package.I was unsatisfied with the available automated optimization code because it necessitates modification of expert advisor code. This was created and tested on Windows 7 64 bit. It is … Read more

COG Center of Gravity Modification – indicator MetaTrader 4

COG Center of Gravity Modification - indicator for MetaTrader 4
Firstly attributions for the initial COG code need to go to //| Original Code from NG3110@latchess.com //| Linuxser 2007 for TSD For traders who have mastered the art of trading with COG, the Stochastic COG should be no problem to interpret. It appears to lead the On Chart COG as divergence takes place as you … Read more

Awesome Oscillator Trader 2 – Continuation of modification – EA MetaTrader 4

Awesome Oscillator Trader 2 - Continuation of modification - expert for MetaTrader 4
I decided to take the original code submitted by raposter here and my own version 1.1 modification to the next level of modification. In this part i also going to add Average True Range calculated stop loss and take profit. Version 1.1 already been modified with better risk assessment,a dynamic position sizing system and now … Read more