Custom programming complexity level
description |
 |
Basic*
|
Indicators |
Single timeframe; single output. |
Expert Advisors |
Using one or two indicators for generating entry/exit
signals; fixed stop loss and take profit; fixed lot size; single
order executing at time. |
 |
| Intermediate** |
Indicators |
Multiply timeframes; multiply outputs. |
Expert Advisors |
Using custom indicators for generating entry/exit
signals; adaptive stop loss (trailing stop); adaptive take profit;
adaptive lot size (Money Management algorithm); multiply orders
executing at time. |
 |
| Unique***
|
Indicators |
Multiply timeframes; cross market analysis; multiply outputs; custom
DLL functions |
Expert Advisors |
Using custom DLL; implementing custom input/output of the required
data from Expert Advisor; integrating with WinAPI; implementing
graphical and audio support. |
 |