|
1
|
|
|
<?php |
|
2
|
|
|
|
|
3
|
|
|
namespace Laratrade\Trader\Facades; |
|
4
|
|
|
|
|
5
|
|
|
use Illuminate\Support\Facades\Facade; |
|
6
|
|
|
use Laratrade\Trader\Contracts\Trader as TraderContract; |
|
7
|
|
|
|
|
8
|
|
|
/** |
|
9
|
|
|
* Class Trader |
|
10
|
|
|
* @package Laratrade\Trader\Facades |
|
11
|
|
|
* |
|
12
|
|
|
* @method static acos() |
|
13
|
|
|
* @method static ad() |
|
14
|
|
|
* @method static add() |
|
15
|
|
|
* @method static adosc() |
|
16
|
|
|
* @method static adx() |
|
17
|
|
|
* @method static adxr() |
|
18
|
|
|
* @method static apo() |
|
19
|
|
|
* @method static aroon() |
|
20
|
|
|
* @method static aroonosc() |
|
21
|
|
|
* @method static asin() |
|
22
|
|
|
* @method static atan() |
|
23
|
|
|
* @method static atr() |
|
24
|
|
|
* @method static avgprice() |
|
25
|
|
|
* @method static bbands() |
|
26
|
|
|
* @method static beta() |
|
27
|
|
|
* @method static bop() |
|
28
|
|
|
* @method static cci() |
|
29
|
|
|
* @method static cdl2crows() |
|
30
|
|
|
* @method static cdl3blackcrows() |
|
31
|
|
|
* @method static cdl3inside() |
|
32
|
|
|
* @method static cdl3linestrike() |
|
33
|
|
|
* @method static cdl3outside() |
|
34
|
|
|
* @method static cdl3starsinsouth() |
|
35
|
|
|
* @method static cdl3whitesoldiers() |
|
36
|
|
|
* @method static cdlabandonedbaby() |
|
37
|
|
|
* @method static cdladvanceblock() |
|
38
|
|
|
* @method static cdlbelthold() |
|
39
|
|
|
* @method static cdlbreakaway() |
|
40
|
|
|
* @method static cdlclosingmarubozu() |
|
41
|
|
|
* @method static cdlconcealbabyswall() |
|
42
|
|
|
* @method static cdlcounterattack() |
|
43
|
|
|
* @method static cdldarkcloudcover() |
|
44
|
|
|
* @method static cdldoji() |
|
45
|
|
|
* @method static cdldojistar() |
|
46
|
|
|
* @method static cdldragonflydoji() |
|
47
|
|
|
* @method static cdlengulfing() |
|
48
|
|
|
* @method static cdleveningdojistar() |
|
49
|
|
|
* @method static cdleveningstar() |
|
50
|
|
|
* @method static cdlgapsidesidewhite() |
|
51
|
|
|
* @method static cdlgravestonedoji() |
|
52
|
|
|
* @method static cdlhammer() |
|
53
|
|
|
* @method static cdlhangingman() |
|
54
|
|
|
* @method static cdlharami() |
|
55
|
|
|
* @method static cdlharamicross() |
|
56
|
|
|
* @method static cdlhighwave() |
|
57
|
|
|
* @method static cdlhikkake() |
|
58
|
|
|
* @method static cdlhikkakemod() |
|
59
|
|
|
* @method static cdlhomingpigeon() |
|
60
|
|
|
* @method static cdlidentical3crows() |
|
61
|
|
|
* @method static cdlinneck() |
|
62
|
|
|
* @method static cdlinvertedhammer() |
|
63
|
|
|
* @method static cdlkicking() |
|
64
|
|
|
* @method static cdlkickingbylength() |
|
65
|
|
|
* @method static cdlladderbottom() |
|
66
|
|
|
* @method static cdllongleggeddoji() |
|
67
|
|
|
* @method static cdllongline() |
|
68
|
|
|
* @method static cdlmarubozu() |
|
69
|
|
|
* @method static cdlmatchinglow() |
|
70
|
|
|
* @method static cdlmathold() |
|
71
|
|
|
* @method static cdlmorningdojistar() |
|
72
|
|
|
* @method static cdlmorningstar() |
|
73
|
|
|
* @method static cdlonneck() |
|
74
|
|
|
* @method static cdlpiercing() |
|
75
|
|
|
* @method static cdlrickshawman() |
|
76
|
|
|
* @method static cdlrisefall3methods() |
|
77
|
|
|
* @method static cdlseparatinglines() |
|
78
|
|
|
* @method static cdlshootingstar() |
|
79
|
|
|
* @method static cdlshortline() |
|
80
|
|
|
* @method static cdlspinningtop() |
|
81
|
|
|
* @method static cdlstalledpattern() |
|
82
|
|
|
* @method static cdlsticksandwich() |
|
83
|
|
|
* @method static cdltakuri() |
|
84
|
|
|
* @method static cdltasukigap() |
|
85
|
|
|
* @method static cdlthrusting() |
|
86
|
|
|
* @method static cdltristar() |
|
87
|
|
|
* @method static cdlunique3river() |
|
88
|
|
|
* @method static cdlupsidegap2crows() |
|
89
|
|
|
* @method static cdlxsidegap3methods() |
|
90
|
|
|
* @method static ceil() |
|
91
|
|
|
* @method static cmo() |
|
92
|
|
|
* @method static correl() |
|
93
|
|
|
* @method static cos() |
|
94
|
|
|
* @method static cosh() |
|
95
|
|
|
* @method static dema() |
|
96
|
|
|
* @method static div() |
|
97
|
|
|
* @method static dx() |
|
98
|
|
|
* @method static ema() |
|
99
|
|
|
* @method static errno() |
|
100
|
|
|
* @method static exp() |
|
101
|
|
|
* @method static floor() |
|
102
|
|
|
* @method static get_compat() |
|
103
|
|
|
* @method static get_unstable_period() |
|
104
|
|
|
* @method static ht_dcperiod() |
|
105
|
|
|
* @method static ht_dcphase() |
|
106
|
|
|
* @method static ht_phasor() |
|
107
|
|
|
* @method static ht_sine() |
|
108
|
|
|
* @method static ht_trendline() |
|
109
|
|
|
* @method static ht_trendmode() |
|
110
|
|
|
* @method static kama() |
|
111
|
|
|
* @method static linearreg_angle() |
|
112
|
|
|
* @method static linearreg_intercept() |
|
113
|
|
|
* @method static linearreg_slope() |
|
114
|
|
|
* @method static linearreg() |
|
115
|
|
|
* @method static ln() |
|
116
|
|
|
* @method static log10() |
|
117
|
|
|
* @method static ma() |
|
118
|
|
|
* @method static macd() |
|
119
|
|
|
* @method static macdext() |
|
120
|
|
|
* @method static macdfix() |
|
121
|
|
|
* @method static mama() |
|
122
|
|
|
* @method static mavp() |
|
123
|
|
|
* @method static max() |
|
124
|
|
|
* @method static maxindex() |
|
125
|
|
|
* @method static medprice() |
|
126
|
|
|
* @method static mfi() |
|
127
|
|
|
* @method static midpoint() |
|
128
|
|
|
* @method static midprice() |
|
129
|
|
|
* @method static min() |
|
130
|
|
|
* @method static minindex() |
|
131
|
|
|
* @method static minmax() |
|
132
|
|
|
* @method static minmaxindex() |
|
133
|
|
|
* @method static minus_di() |
|
134
|
|
|
* @method static minus_dm() |
|
135
|
|
|
* @method static mom() |
|
136
|
|
|
* @method static mult() |
|
137
|
|
|
* @method static natr() |
|
138
|
|
|
* @method static obv() |
|
139
|
|
|
* @method static plus_di() |
|
140
|
|
|
* @method static plus_dm() |
|
141
|
|
|
* @method static ppo() |
|
142
|
|
|
* @method static roc() |
|
143
|
|
|
* @method static rocp() |
|
144
|
|
|
* @method static rocr100() |
|
145
|
|
|
* @method static rocr() |
|
146
|
|
|
* @method static rsi() |
|
147
|
|
|
* @method static sar() |
|
148
|
|
|
* @method static sarext() |
|
149
|
|
|
* @method static set_compat() |
|
150
|
|
|
* @method static set_unstable_period() |
|
151
|
|
|
* @method static sin() |
|
152
|
|
|
* @method static sinh() |
|
153
|
|
|
* @method static sma() |
|
154
|
|
|
* @method static sqrt() |
|
155
|
|
|
* @method static stddev() |
|
156
|
|
|
* @method static stoch() |
|
157
|
|
|
* @method static stochf() |
|
158
|
|
|
* @method static stochrsi() |
|
159
|
|
|
* @method static sub() |
|
160
|
|
|
* @method static sum() |
|
161
|
|
|
* @method static t3() |
|
162
|
|
|
* @method static tan() |
|
163
|
|
|
* @method static tanh() |
|
164
|
|
|
* @method static tema() |
|
165
|
|
|
* @method static trange() |
|
166
|
|
|
* @method static trima() |
|
167
|
|
|
* @method static trix() |
|
168
|
|
|
* @method static tsf() |
|
169
|
|
|
* @method static typprice() |
|
170
|
|
|
* @method static ultosc() |
|
171
|
|
|
* @method static var() |
|
172
|
|
|
* @method static wclprice() |
|
173
|
|
|
* @method static willr() |
|
174
|
|
|
* @method static wma() |
|
175
|
|
|
*/ |
|
176
|
|
|
class Trader extends Facade |
|
177
|
|
|
{ |
|
178
|
|
|
/** |
|
179
|
|
|
* Get the registered name of the component. |
|
180
|
|
|
* |
|
181
|
|
|
* @return string |
|
182
|
|
|
*/ |
|
183
|
2 |
|
protected static function getFacadeAccessor() |
|
184
|
|
|
{ |
|
185
|
2 |
|
return TraderContract::class; |
|
186
|
|
|
} |
|
187
|
|
|
} |
|
188
|
|
|
|