popupErrorMessage (SDK Trading)

popupErrorMessage is a Fintechee API to pop up an error message. A red background message bar would be prompted.

popupErrorMessage(error)

Common Function SDK This function pops up error message.

Kind: global function

Param Type Description
error string message

popupErrorMessage (SDK Trading)

registerEA(
"test_api",
"An EA to test APIs",
[],
function (context) { // Init()
    popupErrorMessage("Test Ok!")
},
function (context) { // Deinit()
},
function (context) { // OnTick()
})