4. Starting.
Now open Strategy Tester in Metatrader, select our EA (vHandsTrade), symbol, model 'every tick', period and so on.
Just before pressing 'Start" open 'Expert Properties' and finish with settings:
And you will see the following settings:
- CommentsCount - max number of cumments on the chart;
- SelectedColor - color for Risk, Lot, SL, TP, and so on values;
- ModifyColor - color for modify order on the chart;
- TrailingColor - color for trailing stop on the chart;
- TerminalRows - if TerminalRows = 0 so Terminal will not be refreshed;
- HistoryRows - max rows for 'Account History'. if HistoryRows = 0 so account history will not be re-freashed;
- BigText - big text=true;
- SignalPoints - distance in pips to see stop loss, take profit and price to open the order on the chart, for example if SignalPoints = 10 so stop loss will ve visible when the price will be 10 pips near the stop loss value;
- ShowCancelled - if true so you will see canceled orders in 'Account History';
- ShowExpired - if true so you will see expired pending orders in 'Account History';
- MainColor - color for heading in Terminal, 'Account History' and for balance and equity
- BuyColor - buy color orders on the chart;
- BuyOPColor;
- BuySLColor;
- BuyTPColor;
- SellOPColor, SellSLColor and SellTPColor - just a color on the chart for sell.
All the colors by default are for black chart. If you use write backgroud for your chart so change the color in EA's asettings accordingly.