Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ikylin committed May 9, 2013
1 parent be9a73e commit 83ecf7f
Show file tree
Hide file tree
Showing 98 changed files with 18,958 additions and 0 deletions.
Binary file not shown.
Binary file added uft_robot/bin/HsFutuSDK.dll
Binary file not shown.
Binary file added uft_robot/bin/flyingfish.dll
Binary file not shown.
Binary file added uft_robot/bin/fz_3rd.dat
Binary file not shown.
Binary file added uft_robot/bin/sh600328.day
Binary file not shown.
Binary file added uft_robot/bin/sjx_3rd.dat
Binary file not shown.
Binary file added uft_robot/bin/t2sdk.dll
Binary file not shown.
27 changes: 27 additions & 0 deletions uft_robot/conf/ff_BB_100.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[BB_100]
ACT=100
A_min=1800
B_min=2600
C_min=1200

AB_max=5
BC_max=5
IA_min=8
IA_max=18

CUT=12.0
STOP=18.0
ADD=6.0

#action
F=1
S=1
T=1

A=8

BOX_Y=3800
BOX_X=5


#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
38 changes: 38 additions & 0 deletions uft_robot/conf/ff_conf_file.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[0]
#section name must from 0 .. N
filename=../conf/ff_main.ini

[1]
#section name must from 0 .. N
filename=../conf/ff_local.ini

[2]
#section name must from 0 .. N
filename=../conf/ff_rsi.ini

[3]
#section name must from 0 .. N
filename=../conf/ff_ma_bb.ini

[4]
#section name must from 0 .. N
filename=../conf/ff_bb_100.ini

[5]
#section name must from 0 .. N
filename=../conf/ff_m30_short.ini

[6]
#section name must from 0 .. N
filename=../conf/ff_m30_long.ini

[7]
#section name must from 0 .. N
filename=../conf/ff_short_1.ini






#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
34 changes: 34 additions & 0 deletions uft_robot/conf/ff_local.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[Main]
FC=
FCPWD=

[FC]
FC.0=
VOL.0=1
NAME.0=888
VOL.0=1
LONG_MAX.0=18
SHORT_MAX.0=18


[What]
CODE=IF1305
KONLY=0
LS_CTRL=0
MBM_ONLY=1

NO_AUTOTRADE=1

LONG_ONLY=1
SHORT_ONLY=0

LONG_NO_CUT=1
SHORT_NO_CUT=0

LONG_STOP_PRICE=8.88
SHORT_STOP_PRICE=8.88


#
#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
#
26 changes: 26 additions & 0 deletions uft_robot/conf/ff_m30_long.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[M30]
A_min=1800
B_min=2600
C_min=1200

AB_max=5
BC_max=5
IA_min=8
IA_max=18

CUT=12.0
STOP=18.0
ADD=6.0

#action
F=1
S=0
T=0

A=8

BOX_Y=800
BOX_X=8


#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
26 changes: 26 additions & 0 deletions uft_robot/conf/ff_m30_short.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[M30]
A_min=1800
B_min=2600
C_min=1200

AB_max=5
BC_max=5
IA_min=8
IA_max=18

CUT=12.0
STOP=18.0
ADD=6.0

#action
F=1
S=0
T=0

A=8

BOX_Y=2800
BOX_X=6


#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
27 changes: 27 additions & 0 deletions uft_robot/conf/ff_ma_bb.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[M120BB]
ACT=100
A_min=1800
B_min=2600
C_min=1200

AB_max=5
BC_max=5
IA_min=8
IA_max=18

CUT=12.0
STOP=18.0
ADD=6.0

#action
F=1
S=1
T=1

A=8

BOX_Y=1200
BOX_X=7


#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
38 changes: 38 additions & 0 deletions uft_robot/conf/ff_main.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[Sever]
#
IP=10.100.202.5:2900

IP=222.66.166.146:2900

IP=10.100.202.5:2900
#IP=10.100.202.5:2800


#biz_license_str
BLS=31332263F984F45D4B07689CB2371284
#comm_license_file
CLF=sjx_3rd.dat
#entrust_type
ENT=L

[Kline]
MA.0=5
MA.1=10
MA.2=20
MA.3=30
MA.4=50
MA.5=60
MA.6=120
MA.7=200
MA.8=250


RSI.0=6
RSI.1=12
RSI.2=24
RSI.3=9
RSI.4=18
RSI.5=36


#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
36 changes: 36 additions & 0 deletions uft_robot/conf/ff_rsi.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[W20]
ACT=10
A_min=1800
B_min=2600
C_min=1200

AB_max=5
BC_max=5
IA_min=2
IA_max=4

CUT=32.0
# for 0.6% index
STOP=128.0
# for 1%--10% index
ADD=16.0
# for 0.5% index

# not use
ADD_FLOSS_MAX=12


#action
F=1
S=1
T=0

A=1

BOX_Y=800

M30=0
M120=0


#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
30 changes: 30 additions & 0 deletions uft_robot/conf/ff_short_1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[Main]
ACT=100
A_min=1800
B_min=2600
C_min=1200

AB_max=5
BC_max=5
IA_min=7
IA_max=18

CUT=12.0
STOP=6.0
ADD=6.0

#action
F=1
S=1
T=1

A=8

BOX_Y=800
BOX_X=8

M30=28
M120=0


#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
Binary file not shown.
Binary file added uft_robot/robot/bin/FF_300M.exe
Binary file not shown.
Binary file added uft_robot/robot/bin/HsFutuSDK.dll
Binary file not shown.
Binary file added uft_robot/robot/bin/flyingfish.dll
Binary file not shown.
Binary file added uft_robot/robot/bin/fz_3rd.dat
Binary file not shown.
Binary file added uft_robot/robot/bin/sh600328.day
Binary file not shown.
Binary file added uft_robot/robot/bin/sjx_3rd.dat
Binary file not shown.
Binary file added uft_robot/robot/bin/t2sdk.dll
Binary file not shown.
27 changes: 27 additions & 0 deletions uft_robot/robot/conf/ff_BB_100.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[BB_100]
ACT=100
A_min=1800
B_min=2600
C_min=1200

AB_max=5
BC_max=5
IA_min=8
IA_max=18

CUT=12.0
STOP=18.0
ADD=6.0

#action
F=1
S=1
T=1

A=8

BOX_Y=3800
BOX_X=5


#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
38 changes: 38 additions & 0 deletions uft_robot/robot/conf/ff_conf_file.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[0]
#section name must from 0 .. N
filename=../conf/ff_main.ini

[1]
#section name must from 0 .. N
filename=../conf/ff_local.ini

[2]
#section name must from 0 .. N
filename=../conf/ff_rsi.ini

[3]
#section name must from 0 .. N
filename=../conf/ff_ma_bb.ini

[4]
#section name must from 0 .. N
filename=../conf/ff_bb_100.ini

[5]
#section name must from 0 .. N
filename=../conf/ff_m30_short.ini

[6]
#section name must from 0 .. N
filename=../conf/ff_m30_long.ini

[7]
#section name must from 0 .. N
filename=../conf/ff_short_1.ini






#End Line£»Make This Line Is Last Line£»Do Not Delete This Line!
Loading

0 comments on commit 83ecf7f

Please sign in to comment.