| / | Forum |
|
ckmoied
2008.06.28 17:42
an way to automatically detect the daily trend ????
|
|
Integrating MetaTrader 4 Client Terminal with MS SQL Server The article gives an example of integrating MetaTrader 4 Client Terminal with MS SQL Server using a dll. Attached are both source codes in ะก++ and in MQL4, and a ready-made and compiled Visual C++ 6.0 SP5 project. |
|
BarrowBoy
2008.06.29 19:48
CK You can use a simple method such as comparing the 5-day smoothed moving average to the 20 day one, or use an indicator like the SHI channel - see http://codebase.mql4.com/700 --Dont forget the weekly trend as well if you are position or swing trading FWIW -BB- |