API Examples

cancelOrder (SDK Trading)

cancelOrder is a Fintechee API to cancel a pending order(limit or stop).

Read more

closeTrade (SDK Trading)

closeTrade is a Fintechee API to close the specific open trade.

Read more

getAccount (SDK Trading)

getAccount is a Fintechee API to get the specific account from the accounts that you have signed in.

Read more

getAccountId (SDK Trading)

getAccountId is a Fintechee API to get the account ID of the specific pending order or open trade.

Read more

getAsk (SDK Trading)

getAsk is a Fintechee API to get the current ask of the specific instrument(symbol).

Read more

getAccountsListLength (SDK Trading)

getAccountsListLength is a Fintechee API to get the length of the accounts that you have signed in.

Read more

getBrokerNameOfAccount (SDK Trading)

getBrokerNameOfAccount is a Fintechee API to get the broker name of the specific account.

Read more

getAccountIdOfAccount (SDK Trading)

getAccountIdOfAccount is a Fintechee API to get the account ID of the specific account.

Read more

getCalculatedLength (SDK Trading)

getCalculatedLength is a Fintechee API to get the length of the custom indicator's data that have been calculated.

Read more

getChartHandle (SDK Trading)

getChartHandle is a Fintechee API to open a chart and get the handle(a kind of selector) of the opened chart.

Read more

getCommission (SDK Trading)

getCommission is a Fintechee API to get the commission of the specific open trade.

Read more

getCurrencyOfAccount (SDK Trading)

getCurrencyOfAccount is a Fintechee API to get the currency name of the specific account.

Read more

getData (SDK Trading)

getData is a Fintechee API to get the data of the specific chart or indicator by the handle of the chart or indicator.

Read more

getDataOutput (SDK Trading)

getDataOutput is a Fintechee API to get the outputted data of the custom indicator.

Read more

getDataInput (SDK Trading)

getDataInput is a Fintechee API to get the inputted data of the custom indicator.

Read more

getEAParameter (SDK Trading)

getEAParameter is a Fintechee API to get the value of the specific parameter of the expert advisor(trading robot).

Read more

getEquityOfAccount (SDK Trading)

getEquityOfAccount is a Fintechee API to get the equity of the specific account.

Read more

getIndiParameter (SDK Trading)

getIndiParameter is a Fintechee API to get the value of the specific parameter of the custom indicator.

Read more

getIndicatorHandle (SDK Trading)

getIndicatorHandle is a Fintechee API to add an indicator to a chart and get the handle(a kind of selector) of the specific indicator.

Read more

getBid (SDK Trading)

getBid is a Fintechee API to get the current bid of the specific instrument(symbol).

Read more

getMarginAvailableOfAccount (SDK Trading)

getMarginAvailableOfAccount is a Fintechee API to get the margin available of the specific account.

Read more

getBalanceOfAccount (SDK Trading)

getBalanceOfAccount is a Fintechee API to get the balance of the specific account.

Read more

getMarginUsedOfAccount (SDK Trading)

getMarginUsedOfAccount is a Fintechee API to get the margin used of the specific account.

Read more

getLots (SDK Trading)

getLots is a Fintechee API to get the lots of the specific pending order.

Read more

getOpenLots (SDK Trading)

getOpenLots is a Fintechee API to get the open lots of the specific open trade.

Read more

getOpenPrice (SDK Trading)

getOpenPrice is a Fintechee API to get the open price of the specific open trade.

Read more

getOpenTrade (SDK Trading)

getOpenTrade is a Fintechee API to get the specific open trade from the open trades list.

Read more

getOpenTime (SDK Trading)

getOpenTime is a Fintechee API to get the open time of the specific open trade.

Read more

getBrokerName (SDK Trading)

getBrokerName is a Fintechee API to get the broker name of the specific pending order or open trade.

Read more

getOpenTradesListLength (SDK Trading)

getOpenTradesListLength is a Fintechee API to get the length of the open trades that have been executed but not been closed.

Read more

getOrderId (SDK Trading)

getOrderId is a Fintechee API to get the ID of the specific pending order.

Read more

getOrderType (SDK Trading)

getOrderType is a Fintechee API to get the order type(long or short) of the specific pending order or open trade.

Read more

getPLOfAccount (SDK Trading)

getPLOfAccount is a Fintechee API to get the PL(profit or loss) of the specific account.

Read more

getPendingOrdersListLength (SDK Trading)

getPendingOrdersListLength is a Fintechee API to get the length of the pending orders that you have sent.

Read more

getPrice (SDK Trading)

getPrice is a Fintechee API to get the price(limit or stop) of the specific pending order.

Read more

getQuotes (SDK Trading)

getQuotes is a Fintechee API to subscribe the streaming quotes(including bids and asks) of the specific instrument(symbol).

Read more

getSwapPoint (SDK Trading)

getSwapPoint is a Fintechee API to get the swap point(financing) of the specific open trade.

Read more

getStopLoss (SDK Trading)

getStopLoss is a Fintechee API to get the stop-loss of the specific pending order or open trade.

Read more

getSymbolName (SDK Trading)

getSymbolName is a Fintechee API to get the symbol name of the specific pending order or open trade.

Read more

getTakeProfit (SDK Trading)

getTakeProfit is a Fintechee API to get the take-profit of the specific pending order or open trade.

Read more

getPendingOrder (SDK Trading)

getPendingOrder is a Fintechee API to get the specific pending order from the pending orders list.

Read more

getTime (SDK Trading)

getTime is a Fintechee API to get the sending time of the specific pending order.

Read more

getUnrealizedPL (SDK Trading)

getUnrealizedPL is a Fintechee API to get the unrealized PL(profit or loss) of the specific open trade.

Read more

getTradeId (SDK Trading)

getTradeId is a Fintechee API to get the ID of the specific open trade.

Read more

modifyTpSlOfTrade (SDK Trading)

modifyTpSlOfTrade is a Fintechee API to modify the take-profit or stop-loss of a open trade.

Read more

popupErrorMessage (SDK Trading)

popupErrorMessage is a Fintechee API to pop up an error message.

Read more

popupMessage (SDK Trading)

popupMessage is a Fintechee API to pop up a normal message.

Read more

popupWarningMessage (SDK Trading)

popupWarningMessage is a Fintechee API to pop up a warning message.

Read more

printWarningMessage (SDK Trading)

printWarningMessage is a Fintechee API to print a warning message in the console.

Read more

printErrorMessage (SDK Trading)

printErrorMessage is a Fintechee API to print an error message in the console.

Read more

registerEA (SDK Trading)

registerEA is a Fintechee API to register your expert advisor(trading robot).

Read more

modifyOrder (SDK Trading)

modifyOrder is a Fintechee API to modify a pending order(limit or stop).

Read more

printMessage (SDK Trading)

printMessage is a Fintechee API to print a normal message in the console.

Read more

registerIndicator (SDK Trading)

registerIndicator is a Fintechee API to register your custom indicator.

Read more

sendOrder (SDK Trading)

sendOrder is a Fintechee API to send a pending order(limit or stop) or a market order.

Read more

setIndiShift (SDK Trading)

setIndiShift is a Fintechee API to shift the output line of the custom indicator.

Read more

setOptimizationResult (SDK Trading)

setOptimizationResult is a Fintechee API to set the result for the optimization.

Read more

getToFixedOfAccount (SDK Trading)

getToFixedOfAccount is a Fintechee API to get the tofixed value of the specific account to round numbers.

Read more