Hi,
I'm just getting started with amibroker, and after reading the users
guide the following questions came up:
- What does sigscalein represent? Is it a number?
Since we have to assign it to the buy/sell variable, what values
are passed to the buy/sell variables. For example one of the examples
provided is : Buy = Buy + sigScaleIn * DoScaleIn + sigScaleOut *
DoScaleOut;
When doscalein is true the and buy is also true, the buy
variable is assigned with 2? IF so, does this mean that 2 trades are
initiated?
- My other question is how can I run the vbscript which is included
in the users guide (Example 2: Batch backtesting - BatchTest.js
- which performs backtest in every symbol of a list)
What program do I need in order to run this script. Do I need some
kind of compiler? Is there any specific program to run these scripts?
thanks in advance,
regards