-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathta_arginfo.h
More file actions
501 lines (340 loc) · 17.6 KB
/
ta_arginfo.h
File metadata and controls
501 lines (340 loc) · 17.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 14e121fdbc35671b3ef9a32d4d1c45717e831b60 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_version, 0, 0, IS_STRING, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_sma, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, period, IS_LONG, 0)
ZEND_END_ARG_INFO()
#define arginfo_ta_ema arginfo_ta_sma
#define arginfo_ta_wma arginfo_ta_sma
#define arginfo_ta_dema arginfo_ta_sma
#define arginfo_ta_tema arginfo_ta_sma
#define arginfo_ta_trima arginfo_ta_sma
#define arginfo_ta_kama arginfo_ta_sma
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_mama, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastLimit, IS_DOUBLE, 0, "0.5")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, slowLimit, IS_DOUBLE, 0, "0.05")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_t3, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, period, IS_LONG, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, vFactor, IS_DOUBLE, 0, "0.7")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_accbands, 0, 3, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "20")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_ht_trendline, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_ma, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "30")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_mavp, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, periods, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, minPeriod, IS_LONG, 0, "2")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maxPeriod, IS_LONG, 0, "30")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_midpoint, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "14")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_midprice, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "14")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_sar, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, acceleration, IS_DOUBLE, 0, "0.02")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maximum, IS_DOUBLE, 0, "0.2")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_sarext, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, startValue, IS_DOUBLE, 0, "0.0")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offsetOnReverse, IS_DOUBLE, 0, "0.0")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, accelerationInitLong, IS_DOUBLE, 0, "0.02")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, accelerationLong, IS_DOUBLE, 0, "0.02")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, accelerationMaxLong, IS_DOUBLE, 0, "0.2")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, accelerationInitShort, IS_DOUBLE, 0, "0.02")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, accelerationShort, IS_DOUBLE, 0, "0.02")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, accelerationMaxShort, IS_DOUBLE, 0, "0.2")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_atr, 0, 3, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "14")
ZEND_END_ARG_INFO()
#define arginfo_ta_natr arginfo_ta_atr
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_trange, 0, 3, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_add, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, valuesA, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, valuesB, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
#define arginfo_ta_sub arginfo_ta_add
#define arginfo_ta_mult arginfo_ta_add
#define arginfo_ta_div arginfo_ta_add
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_sum, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "30")
ZEND_END_ARG_INFO()
#define arginfo_ta_max arginfo_ta_sum
#define arginfo_ta_min arginfo_ta_sum
#define arginfo_ta_maxindex arginfo_ta_sum
#define arginfo_ta_minindex arginfo_ta_sum
#define arginfo_ta_minmax arginfo_ta_sum
#define arginfo_ta_minmaxindex arginfo_ta_sum
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_ad, 0, 4, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, volume, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_adosc, 0, 4, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, volume, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastPeriod, IS_LONG, 0, "3")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, slowPeriod, IS_LONG, 0, "10")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_obv, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, volume, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
#define arginfo_ta_acos arginfo_ta_ht_trendline
#define arginfo_ta_asin arginfo_ta_ht_trendline
#define arginfo_ta_atan arginfo_ta_ht_trendline
#define arginfo_ta_ceil arginfo_ta_ht_trendline
#define arginfo_ta_cos arginfo_ta_ht_trendline
#define arginfo_ta_cosh arginfo_ta_ht_trendline
#define arginfo_ta_exp arginfo_ta_ht_trendline
#define arginfo_ta_floor arginfo_ta_ht_trendline
#define arginfo_ta_ln arginfo_ta_ht_trendline
#define arginfo_ta_log10 arginfo_ta_ht_trendline
#define arginfo_ta_sin arginfo_ta_ht_trendline
#define arginfo_ta_sinh arginfo_ta_ht_trendline
#define arginfo_ta_sqrt arginfo_ta_ht_trendline
#define arginfo_ta_tan arginfo_ta_ht_trendline
#define arginfo_ta_tanh arginfo_ta_ht_trendline
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_avgprice, 0, 4, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, open, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
#define arginfo_ta_avgdev arginfo_ta_midpoint
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_medprice, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
#define arginfo_ta_typprice arginfo_ta_trange
#define arginfo_ta_wclprice arginfo_ta_trange
#define arginfo_ta_ht_dcperiod arginfo_ta_ht_trendline
#define arginfo_ta_ht_dcphase arginfo_ta_ht_trendline
#define arginfo_ta_ht_phasor arginfo_ta_ht_trendline
#define arginfo_ta_ht_sine arginfo_ta_ht_trendline
#define arginfo_ta_ht_trendmode arginfo_ta_ht_trendline
#define arginfo_ta_cmo arginfo_ta_midpoint
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_macd, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastPeriod, IS_LONG, 0, "12")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, slowPeriod, IS_LONG, 0, "26")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, signalPeriod, IS_LONG, 0, "9")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_macdext, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastPeriod, IS_LONG, 0, "12")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastMaType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, slowPeriod, IS_LONG, 0, "26")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, slowMaType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, signalPeriod, IS_LONG, 0, "9")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, signalMaType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_macdfix, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, signalPeriod, IS_LONG, 0, "9")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_stoch, 0, 3, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastKPeriod, IS_LONG, 0, "5")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, slowKPeriod, IS_LONG, 0, "3")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, slowKMaType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, slowDPeriod, IS_LONG, 0, "3")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, slowDMaType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_stochf, 0, 3, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastKPeriod, IS_LONG, 0, "5")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastDPeriod, IS_LONG, 0, "3")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastDMaType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_stochrsi, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "14")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastKPeriod, IS_LONG, 0, "5")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastDPeriod, IS_LONG, 0, "3")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastDMaType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_END_ARG_INFO()
#define arginfo_ta_adx arginfo_ta_atr
#define arginfo_ta_adxr arginfo_ta_atr
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_apo, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fastPeriod, IS_LONG, 0, "12")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, slowPeriod, IS_LONG, 0, "26")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_END_ARG_INFO()
#define arginfo_ta_aroon arginfo_ta_midprice
#define arginfo_ta_aroonosc arginfo_ta_midprice
#define arginfo_ta_bop arginfo_ta_avgprice
#define arginfo_ta_cci arginfo_ta_atr
#define arginfo_ta_dx arginfo_ta_atr
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_imi, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, open, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "14")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_mfi, 0, 4, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, volume, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "14")
ZEND_END_ARG_INFO()
#define arginfo_ta_minus_di arginfo_ta_atr
#define arginfo_ta_minus_dm arginfo_ta_midprice
#define arginfo_ta_plus_di arginfo_ta_atr
#define arginfo_ta_plus_dm arginfo_ta_midprice
#define arginfo_ta_ppo arginfo_ta_apo
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_roc, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "10")
ZEND_END_ARG_INFO()
#define arginfo_ta_rocp arginfo_ta_roc
#define arginfo_ta_rocr arginfo_ta_roc
#define arginfo_ta_rocr100 arginfo_ta_roc
#define arginfo_ta_rsi arginfo_ta_midpoint
#define arginfo_ta_trix arginfo_ta_sum
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_ultosc, 0, 3, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period1, IS_LONG, 0, "7")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period2, IS_LONG, 0, "14")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period3, IS_LONG, 0, "28")
ZEND_END_ARG_INFO()
#define arginfo_ta_willr arginfo_ta_atr
#define arginfo_ta_cdl2crows arginfo_ta_avgprice
#define arginfo_ta_cdl3blackcrows arginfo_ta_avgprice
#define arginfo_ta_cdl3inside arginfo_ta_avgprice
#define arginfo_ta_cdl3linestrike arginfo_ta_avgprice
#define arginfo_ta_cdl3outside arginfo_ta_avgprice
#define arginfo_ta_cdl3starsinsouth arginfo_ta_avgprice
#define arginfo_ta_cdl3whitesoldiers arginfo_ta_avgprice
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_cdlabandonedbaby, 0, 4, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, open, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, high, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, low, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, close, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, penetration, IS_DOUBLE, 0, "0.0")
ZEND_END_ARG_INFO()
#define arginfo_ta_cdladvanceblock arginfo_ta_avgprice
#define arginfo_ta_cdlbelthold arginfo_ta_avgprice
#define arginfo_ta_cdlbreakaway arginfo_ta_avgprice
#define arginfo_ta_cdlclosingmarubozu arginfo_ta_avgprice
#define arginfo_ta_cdlconcealbabyswall arginfo_ta_avgprice
#define arginfo_ta_cdlcounterattack arginfo_ta_avgprice
#define arginfo_ta_cdldarkcloudcover arginfo_ta_cdlabandonedbaby
#define arginfo_ta_cdldoji arginfo_ta_avgprice
#define arginfo_ta_cdldojistar arginfo_ta_avgprice
#define arginfo_ta_cdldragonflydoji arginfo_ta_avgprice
#define arginfo_ta_cdlengulfing arginfo_ta_avgprice
#define arginfo_ta_cdleveningdojistar arginfo_ta_cdlabandonedbaby
#define arginfo_ta_cdleveningstar arginfo_ta_cdlabandonedbaby
#define arginfo_ta_cdlgapsidesidewhite arginfo_ta_avgprice
#define arginfo_ta_cdlgravestonedoji arginfo_ta_avgprice
#define arginfo_ta_cdlhammer arginfo_ta_avgprice
#define arginfo_ta_cdlhangingman arginfo_ta_avgprice
#define arginfo_ta_cdlharami arginfo_ta_avgprice
#define arginfo_ta_cdlharamicross arginfo_ta_avgprice
#define arginfo_ta_cdlhighwave arginfo_ta_avgprice
#define arginfo_ta_cdlhikkake arginfo_ta_avgprice
#define arginfo_ta_cdlhikkakemod arginfo_ta_avgprice
#define arginfo_ta_cdlhomingpigeon arginfo_ta_avgprice
#define arginfo_ta_cdlidentical3crows arginfo_ta_avgprice
#define arginfo_ta_cdlinneck arginfo_ta_avgprice
#define arginfo_ta_cdlinvertedhammer arginfo_ta_avgprice
#define arginfo_ta_cdlkicking arginfo_ta_avgprice
#define arginfo_ta_cdlkickingbylength arginfo_ta_avgprice
#define arginfo_ta_cdlladderbottom arginfo_ta_avgprice
#define arginfo_ta_cdllongleggeddoji arginfo_ta_avgprice
#define arginfo_ta_cdllongline arginfo_ta_avgprice
#define arginfo_ta_cdlmarubozu arginfo_ta_avgprice
#define arginfo_ta_cdlmatchinglow arginfo_ta_avgprice
#define arginfo_ta_cdlmathold arginfo_ta_cdlabandonedbaby
#define arginfo_ta_cdlmorningdojistar arginfo_ta_cdlabandonedbaby
#define arginfo_ta_cdlmorningstar arginfo_ta_cdlabandonedbaby
#define arginfo_ta_cdlonneck arginfo_ta_avgprice
#define arginfo_ta_cdlpiercing arginfo_ta_avgprice
#define arginfo_ta_cdlrickshawman arginfo_ta_avgprice
#define arginfo_ta_cdlrisefall3methods arginfo_ta_avgprice
#define arginfo_ta_cdlseparatinglines arginfo_ta_avgprice
#define arginfo_ta_cdlshootingstar arginfo_ta_avgprice
#define arginfo_ta_cdlshortline arginfo_ta_avgprice
#define arginfo_ta_cdlspinningtop arginfo_ta_avgprice
#define arginfo_ta_cdlstalledpattern arginfo_ta_avgprice
#define arginfo_ta_cdlsticksandwich arginfo_ta_avgprice
#define arginfo_ta_cdltakuri arginfo_ta_avgprice
#define arginfo_ta_cdltasukigap arginfo_ta_avgprice
#define arginfo_ta_cdlthrusting arginfo_ta_avgprice
#define arginfo_ta_cdltristar arginfo_ta_avgprice
#define arginfo_ta_cdlunique3river arginfo_ta_avgprice
#define arginfo_ta_cdlupsidegap2crows arginfo_ta_avgprice
#define arginfo_ta_cdlxsidegap3methods arginfo_ta_avgprice
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_beta, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, valuesA, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, valuesB, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "5")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_correl, 0, 2, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, valuesA, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, valuesB, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "30")
ZEND_END_ARG_INFO()
#define arginfo_ta_linearreg arginfo_ta_midpoint
#define arginfo_ta_linearreg_angle arginfo_ta_midpoint
#define arginfo_ta_linearreg_intercept arginfo_ta_midpoint
#define arginfo_ta_linearreg_slope arginfo_ta_midpoint
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_stddev, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "5")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, nbDev, IS_DOUBLE, 0, "1.0")
ZEND_END_ARG_INFO()
#define arginfo_ta_tsf arginfo_ta_midpoint
#define arginfo_ta_var arginfo_ta_stddev
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ta_bbands, 0, 1, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, period, IS_LONG, 0, "5")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, nbDevUp, IS_DOUBLE, 0, "2.0")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, nbDevDn, IS_DOUBLE, 0, "2.0")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maType, IS_LONG, 0, "TA_MA_TYPE_SMA")
ZEND_END_ARG_INFO()