forex software

Create and Test Forex Strategies

forex software

fsbpro_guide:exporting_expert_advisor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fsbpro_guide:exporting_expert_advisor [2014/12/20 09:49] yavorfsbpro_guide:exporting_expert_advisor [2015/01/05 17:27] (current) Miroslav Popov
Line 1: Line 1:
-====== Export Expert Advisor ======+====== Expert Advisor Exporting ======
  
  
 {{:fsbpro_guide:ea_export_simple.png}} {{:fsbpro_guide:ea_export_simple.png}}
- 
  
  
Line 31: Line 30:
 Make sure you read the whole article, so you know how to use new versions of the EA Make sure you read the whole article, so you know how to use new versions of the EA
 </WRAP> </WRAP>
- 
- 
  
 ===== Exporting the same Strategy to EA multiple times ===== ===== Exporting the same Strategy to EA multiple times =====
- 
  
 **//Or how to use new versions of the EA.//** **//Or how to use new versions of the EA.//**
Line 41: Line 37:
 //Use the [[fsbpro_guide:expert_advisor#export_settings|EA Export Settings]] to (not) overwrite EAs on export // //Use the [[fsbpro_guide:expert_advisor#export_settings|EA Export Settings]] to (not) overwrite EAs on export //
  
-If you already exported your strategy and try to export it again, FSB Pro will do that. However, MT4 does not automatically refresh it's EA list in the Navigator, nor does it automatically refresh the EA's attached to a chart. **To activate your newly exported EA you must refresh the EA list and double click on the EA to add it'new version to the chart**. Those are steps 3, 4 and 5 froum the list above:+If you already exported your strategy and try to export it again, FSB Pro will do that. However, MT4 does not automatically refresh it's EA list in the Navigator, nor does it automatically refresh the EA's attached to a chart. **To activate your newly exported EA you must refresh the EA list and double click on the EA to add its new version to the chart**. Those are steps 3, 4 and 5 forum the list above:
  
 1) In the **Navigator** window **refresh** the Expert Advisors  1) In the **Navigator** window **refresh** the Expert Advisors 
Line 56: Line 52:
  
  
 +===== Save As Expert Advisor =====
 +
 +The Save As EA button allows you to change the exporting location and the EA name.
 +
 +===== Running Expert Advisor =====
 +
 +When you export or save your expert in MT's "Experts" folder, you must see it in the experts list. If you do not see the exported strategy there, refresh the list.
 +
 +The expert's icon must be with yellow rectangle at the lower right corner. If the rectangle is grey, it means that the expert is not compiled. Open the expert in the MQL Editor (use Modify menu) and try to compile it. Check the error or warning messages. If no errors, the expert is ready for work. If you see any error or warning messages, please report them in the forum. We'll fix the errors as fast as we can.
 +
 +To star the expert, drag and drop it on a MT4 chart. You may want to check or change some of the expert's options. See this article for additional help: [[fsbpro_guide:expert_advisor_options]].
 +
 +When the expert is running, it shows account and indicators information.
 +
 +=== Account Information ===
 +
 +The account information appears at the upper part of the chart. It shows the server time of the last tick and the current account balance and equity. You also see position information on the second and third rows.
 +
 +=== Indicators Information ===
 +
 +
 +The expert shows the indicators' components and values on the left side of the chart. The columns are as follows: Component Name, indicator value for the previous bar, indicator value for the current bar.
 +
 +{{:fsbpro_guide:expert_chart_info.png|Expert Advisor}}
 +
 +===== Exporting EA to MT5 =====
 +
 +MT5 has some specifics. It doesn't show an expert directly after an export. You have to open the MetaEditor, to find the expert in the Experts folder, to open and compile it. After that, you can return to the MT5 terminal and to run the expert.
 +
 +{{:fsbpro_guide:compile_mt5_expert.png|Compiling MT5 Expert}}
  
 +~~DISQUS~~