|
11 | 11 | 940A61142C92CE210083FEB8 /* ConfigManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940A61112C92CE210083FEB8 /* ConfigManager.cpp */; }; |
12 | 12 | 940A61172C92CE960083FEB8 /* ServiceA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940A61152C92CE960083FEB8 /* ServiceA.cpp */; }; |
13 | 13 | 940A61182C92CE960083FEB8 /* ServiceA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940A61152C92CE960083FEB8 /* ServiceA.cpp */; }; |
| 14 | + 941B549A2D3BBADE00E3BF64 /* strategy_variables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 941B54992D3BBADD00E3BF64 /* strategy_variables.cpp */; }; |
| 15 | + 941B549B2D3BBADE00E3BF64 /* strategy_variables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 941B54992D3BBADD00E3BF64 /* strategy_variables.cpp */; }; |
14 | 16 | 94280BA32D2FC00200F1CF56 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94280BA22D2FC00200F1CF56 /* Base64.cpp */; }; |
15 | 17 | 94280BA42D2FC00200F1CF56 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94280BA22D2FC00200F1CF56 /* Base64.cpp */; }; |
16 | 18 | 944698852D3A545B0070E30F /* libpq.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 94CD8A972D2D34A100041BBA /* libpq.a */; }; |
|
43 | 45 | 940A61122C92CE210083FEB8 /* ConfigManager.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ConfigManager.hpp; sourceTree = "<group>"; }; |
44 | 46 | 940A61152C92CE960083FEB8 /* ServiceA.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ServiceA.cpp; sourceTree = "<group>"; }; |
45 | 47 | 940A61162C92CE960083FEB8 /* ServiceA.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ServiceA.hpp; sourceTree = "<group>"; }; |
| 48 | + 941B54902D3BBA4900E3BF64 /* ohlc_variables.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ohlc_variables.hpp; sourceTree = "<group>"; }; |
| 49 | + 941B54912D3BBA5600E3BF64 /* ohlc_rsi_variables.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ohlc_rsi_variables.hpp; sourceTree = "<group>"; }; |
| 50 | + 941B54922D3BBA6500E3BF64 /* trading_variables.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = trading_variables.hpp; sourceTree = "<group>"; }; |
| 51 | + 941B54932D3BBA7300E3BF64 /* strategy_variables.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = strategy_variables.hpp; sourceTree = "<group>"; }; |
| 52 | + 941B54942D3BBA8300E3BF64 /* strategy.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = strategy.hpp; sourceTree = "<group>"; }; |
| 53 | + 941B54972D3BBAA200E3BF64 /* configuration.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = configuration.hpp; sourceTree = "<group>"; }; |
| 54 | + 941B54992D3BBADD00E3BF64 /* strategy_variables.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = strategy_variables.cpp; sourceTree = "<group>"; }; |
| 55 | + 941B549C2D3BBFB900E3BF64 /* strategy_head.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = strategy_head.hpp; sourceTree = "<group>"; }; |
46 | 56 | 94280BA12D2FC00200F1CF56 /* Base64.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Base64.hpp; sourceTree = "<group>"; }; |
47 | 57 | 94280BA22D2FC00200F1CF56 /* Base64.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Base64.cpp; sourceTree = "<group>"; }; |
48 | | - 944698842D3A53DF0070E30F /* StrategyConfiguration.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = StrategyConfiguration.hpp; sourceTree = "<group>"; }; |
49 | 58 | 944D0DC82C8C3704004DD0FC /* LICENSE.MD */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.MD; sourceTree = "<group>"; }; |
50 | 59 | 944D0DC92C8C3704004DD0FC /* build.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = "<group>"; }; |
51 | 60 | 944D0DCA2C8C3704004DD0FC /* clean.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = clean.sh; sourceTree = "<group>"; }; |
|
1251 | 1260 | /* End PBXFrameworksBuildPhase section */ |
1252 | 1261 |
|
1253 | 1262 | /* Begin PBXGroup section */ |
| 1263 | + 941B548F2D3BBA3B00E3BF64 /* strategy */ = { |
| 1264 | + isa = PBXGroup; |
| 1265 | + children = ( |
| 1266 | + 941B54972D3BBAA200E3BF64 /* configuration.hpp */, |
| 1267 | + 941B54942D3BBA8300E3BF64 /* strategy.hpp */, |
| 1268 | + 941B54932D3BBA7300E3BF64 /* strategy_variables.hpp */, |
| 1269 | + 941B54922D3BBA6500E3BF64 /* trading_variables.hpp */, |
| 1270 | + 941B54912D3BBA5600E3BF64 /* ohlc_rsi_variables.hpp */, |
| 1271 | + 941B54902D3BBA4900E3BF64 /* ohlc_variables.hpp */, |
| 1272 | + ); |
| 1273 | + path = strategy; |
| 1274 | + sourceTree = "<group>"; |
| 1275 | + }; |
| 1276 | + 941B54982D3BBAD800E3BF64 /* strategy */ = { |
| 1277 | + isa = PBXGroup; |
| 1278 | + children = ( |
| 1279 | + 941B54992D3BBADD00E3BF64 /* strategy_variables.cpp */, |
| 1280 | + ); |
| 1281 | + path = strategy; |
| 1282 | + sourceTree = "<group>"; |
| 1283 | + }; |
1254 | 1284 | 94280BA72D2FC29F00F1CF56 /* utilities */ = { |
1255 | 1285 | isa = PBXGroup; |
1256 | 1286 | children = ( |
|
1319 | 1349 | 9470B5A22C8C5AD0007D9CC6 /* source */ = { |
1320 | 1350 | isa = PBXGroup; |
1321 | 1351 | children = ( |
| 1352 | + 941B54982D3BBAD800E3BF64 /* strategy */, |
1322 | 1353 | 94DE4F772C8C3E7C00FE48FF /* include */, |
1323 | 1354 | 9470B5A32C8C5AD0007D9CC6 /* Main.cpp */, |
1324 | 1355 | 948A9CFB2C906C9C00E23669 /* Application.cpp */, |
|
3421 | 3452 | 94DE4F772C8C3E7C00FE48FF /* include */ = { |
3422 | 3453 | isa = PBXGroup; |
3423 | 3454 | children = ( |
3424 | | - 944698842D3A53DF0070E30F /* StrategyConfiguration.hpp */, |
| 3455 | + 941B548F2D3BBA3B00E3BF64 /* strategy */, |
| 3456 | + 941B549C2D3BBFB900E3BF64 /* strategy_head.hpp */, |
3425 | 3457 | 94280BA12D2FC00200F1CF56 /* Base64.hpp */, |
3426 | 3458 | 940A61162C92CE960083FEB8 /* ServiceA.hpp */, |
3427 | 3459 | 948A9CFC2C906C9C00E23669 /* Application.hpp */, |
|
3527 | 3559 | 948A9CFD2C906C9C00E23669 /* Application.cpp in Sources */, |
3528 | 3560 | 9470B5A42C8C5AD0007D9CC6 /* Main.cpp in Sources */, |
3529 | 3561 | 94280BA32D2FC00200F1CF56 /* Base64.cpp in Sources */, |
| 3562 | + 941B549B2D3BBADE00E3BF64 /* strategy_variables.cpp in Sources */, |
3530 | 3563 | 94CD8BA02D2E8CE500041BBA /* DatabaseConnection.cpp in Sources */, |
3531 | 3564 | 940A61132C92CE210083FEB8 /* ConfigManager.cpp in Sources */, |
3532 | 3565 | 940A61172C92CE960083FEB8 /* ServiceA.cpp in Sources */, |
|
3539 | 3572 | files = ( |
3540 | 3573 | 94CD8BA12D2E8CE500041BBA /* DatabaseConnection.cpp in Sources */, |
3541 | 3574 | 94280BA42D2FC00200F1CF56 /* Base64.cpp in Sources */, |
| 3575 | + 941B549A2D3BBADE00E3BF64 /* strategy_variables.cpp in Sources */, |
3542 | 3576 | 940A61182C92CE960083FEB8 /* ServiceA.cpp in Sources */, |
3543 | 3577 | 9470B5B62C8C5BFD007D9CC6 /* Main.cpp in Sources */, |
3544 | 3578 | 9470B5AF2C8C5B99007D9CC6 /* tests.mm in Sources */, |
|
0 commit comments