Skip to content

Commit a3a4f75

Browse files
committed
Supports MT5 and forex trading.
Signed-off-by: TIANHE <[email protected]>
1 parent e095f9b commit a3a4f75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • quantdinger_vue/src/views/trading-assistant

quantdinger_vue/src/views/trading-assistant/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,7 @@ export default {
27722772
const server = values.mt5_server || ''
27732773
const login = values.mt5_login || ''
27742774
const password = values.mt5_password || ''
2775-
const terminal_path = values.mt5_terminal_path || ''
2775+
const terminalPath = values.mt5_terminal_path || ''
27762776
27772777
if (!server || !login || !password) {
27782778
this.testResult = {
@@ -2790,7 +2790,7 @@ export default {
27902790
server: server,
27912791
login: parseInt(login),
27922792
password: password,
2793-
terminal_path: terminal_path
2793+
terminal_path: terminalPath
27942794
})
27952795
27962796
if (res.data && res.data.success) {

0 commit comments

Comments
 (0)