forex software

Create and Test Forex Strategies

forex software

fsbpro_guide:custom_code

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
Last revisionBoth sides next revision
fsbpro_guide:custom_code [2014/11/20 15:05] – [Custom Code] yavorfsbpro_guide:custom_code [2014/11/21 16:34] yavor
Line 5: Line 5:
 ===== 1. Custom Indicators ===== ===== 1. Custom Indicators =====
  
-**Load custom indicators at startup**+**Load custom indicators at startup** – this will enable FSB Pro to load any custom indicators (indicators that do not come with FSB Pro’s installation by default) 
 +** 
 +Show custom indicators in output log**  - when enabled, upon start, the program will list the names of the custom indicators that it loaded.
  
-**Show custom indicators in output log**+**Allow overriding of main indicators** – this option is beneficial to programmers that write indicators that change the way the standard indicators function. FSB Pro comes with about hundred technical indicators. However, you might decide to change the way some of them function. You can do this by making a copy of the main indicator and changing the copy’s source code. When this option is checked, FSB Pro will override the standard indicator by overloading the new one.
  
-**Allow overriding of main indicators**+**Reload custom indicators** – reload the custom indicators without restarting FSB Pro 
  
-**Reload custom indicators**+{{:fsbpro_guide:custom_indicators_test.png|Custom Indicators Test}}
  
-**Test custom indicators...** 
  
-**Open indicators folder...**+**Test custom indicators…** - (on the picture above) loads the custom indicators and tests them, will display an output log and, if there are any errors, an error logFSB Pro carries out these tests by using some of its in-built functionalityOf course, the tests cannot guarantee the indicators are flawless, but they can help find some inconsistencies in them. 
 +** 
 +Open indicators folder…** - opens User Files/Indicators
  
-**Go to indicators forum...** +**Go to indicators forum** - opens the forum in your default browser
- +
-{{:fsbpro_guide:custom_indicators_test.png?300|Custom Indicators Test}}+
  
 ===== 2. Custom Code ===== ===== 2. Custom Code =====
  
-**Load custom account statistics at startup**+**Load custom account statistics at startup** – this is another type of custom code you can use. At this moment in time, FSB Pro only uses [[http://forexsb.com/repository/repository_addons/forex_addon_review/1/account-statistics-default|Custom Account Statistics]] code. This file you can find in our [[http://forexsb.com/repository/repository_addons/|Online Repository]].  
  
 **Reload selected custom code** **Reload selected custom code**