well, I discovered that: If you put pointvalue before setoption() in your code it will not work if you put it after, like :
setoption("futuresmode", 1);
pointvalue=100000;
it will respond.
well, I discovered that: If you put pointvalue before setoption() in your code it will not work if you put it after, like :
setoption("futuresmode", 1);
pointvalue=100000;
it will respond.