AMI is no such function STKINDI(STKLABEL,INDINAME,CO,PERIOD[,Num])

#1
STKINDI(STKLABEL,INDINAME,CO,PERIOD[,Num])

STKLABEL: Species specified code, such as for the blank, which means this species

INDINAME :The call indicator , a trading system

CO: Type 0 axis coordinates of a natural day trading day trading trading hours 2

PERIOD :Cycle types

Num:Custom N-cycle specific figures
 

mastermind007

Well-Known Member
#2
STKINDI(STKLABEL,INDINAME,CO,PERIOD[,Num])

STKLABEL: Species specified code, such as for the blank, which means this species

INDINAME :The call indicator , a trading system

CO: Type 0 axis coordinates of a natural day trading day trading trading hours 2

PERIOD :Cycle types

Num:Custom N-cycle specific figures
AMI does have function that cobbles up all these fundamental info into one number which is called GICS. Name of Function is GicsID and there is a text file in default installation folder too.

I know nothing more than as it is not set correctly in db that I've inherited.
 
#4
Buy = Cover = ExRem(Buy, Short);
Short = Sell = ExRem(Short, Buy);
Position = IIf(Buy, 1, IIf(Short, -1, 0));
CurrentPosition = ValueWhen(Position!=0, Position, 1);
 

KelvinHand

Well-Known Member
#5
STKINDI(STKLABEL,INDINAME,CO,PERIOD[,Num])

STKLABEL: Species specified code, such as for the blank, which means this species

INDINAME :The call indicator , a trading system

CO: Type 0 axis coordinates of a natural day trading day trading trading hours 2

PERIOD :Cycle types

Num:Custom N-cycle specific figures


We all know no such functions in AMI. These are belong to Chinese Charting Software proprietary commands. You should look to Amibroker help.
If you got such a powerful charting software, Why bother AMI ?


Today you tell me STKINDI, STKLABEL .... etc
Are you going to tell me EXPLAIN(), EXPLAINICON()....etc

To do
STKINDI(STKLABEL,INDINAME,CO,PERIOD[,Num])

you required to expand multiples of function -
such as Foreign(), then the intended scripts with PERIODS...
 
Last edited:
#6
Hi KelvinHand

Because the calculation speed small memory , etc., I chose AMI...
I want my own cutting TICK (1 second, 5 seconds, 15 seconds , 30 seconds ) , refers to a classification algorithm indicators go , to calculate the index value
There are a good way to do

Thank you
Kreangast
2013/6/2
 
Last edited:

KelvinHand

Well-Known Member
#7
Hi KelvinHand

Because the calculation speed small memory , etc., I chose AMI...
I want my own cutting TICK (1 second, 5 seconds, 15 seconds , 30 seconds ) , refers to a classification algorithm indicators go , to calculate the index value
There are a good way to do

Thank you
Kreangast
2013/6/2
So are you able to use the origin charting with this StkIndi(), BarLast() ?
 
#8
Hi KelvinHand
Ask to TICK in 1 second, 5 seconds, 15 seconds , 30 seconds , 60 seconds , respectively, of the grid to divide the customized candle stick and districts grid to calculate the index value indicator (MACD), AMI formula to express.(It is best to cut your own custom TICK)
You help me
Thank you,
Kreangast
2013/6/2
 

KelvinHand

Well-Known Member
#9
Hi KelvinHand
Ask to TICK in 1 second, 5 seconds, 15 seconds , 30 seconds , 60 seconds , respectively, of the grid to divide the customized candle stick and districts grid to calculate the index value indicator (MACD), AMI formula to express.(It is best to cut your own custom TICK)
You help me
Thank you,
Kreangast
2013/6/2
A lot of thing not clear. Need to come down to basic first.

-I asking you whether you own the charting software, i got no answer.
-On the barlast post thread, you shown the charting, i cannot confirm it is the original software that created.

- If your own the original software, then to work with you on barlast(), stkindi() and other commands will be easier.

If you can produce the barlast logic chart according to my request then i probably can do the microscopic comparision to get thing out.

However culture and communication with you is not in the right mode.
So i may abondon
 
#10
Hi KelvinHand
I'm sorry I did not express clearly,Very seriously listen to your guidance
I did not the original software, barlast(), stkindi().Sorry
Now I need to AMI receiving TICK, they used to cut AMI OHLC (BARS), such as 1 second , 5 seconds , 15 seconds , 30 seconds , OHLC (BARS).
Use their own algorithms (MACD) to calculate the value of each index(AMI).
I like to use AMI

Kreangast
2013/6/3
 

Similar threads