PureBytes Links
Trading Reference Links
|
Hi all,
I was testing a system for a specific Forex symbol, so I used
setoption("futuresmode",true) and I also specified the symbol's
definitions (ticksize,margindeposit,etc) in the afl itself, but I
wasn't getting the expected results.
I was sepecifying the symbol's definitions before calling setoption
function.
Then I tried to call setoption first and only after that, setting the
symbol's definitions and now it works fine.
Does someone know why this happens?
SetOption("Futuresmode",True);
TickSize=0.0001;
MarginDeposit=10;
PointValue=1000;
RoundLotSize=1;
thanks
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|