popupWarningMessage (SDK Trading)

popupWarningMessage is a Fintechee API to pop up a warning message. An orange background message bar would be prompted.

popupWarningMessage(warning)

Common Function SDK This function pops up warning message.

Kind: global function

Param Type Description
warning string message

popupWarningMessage (SDK Trading)

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