INNOV-AI

Innovation and Research from Réunion Island, France

Back   Home

Add a new MQL script @ DEVEL - Development @ MentDB Weak

> Start the server
> (or start the server for the first time (embedded mode - H2 Database))
> (or start the server for the first time (remote mode - MySQL 8 Database))
> Open the MentDB Weak Editor

Click on 'DEVEL' tab, right click on 'Script' and select 'Add'

MQL INPUT
# update and save ;
script create get|post|put|delete|conf|exe "folder.folder.your_script_name" false 1

  (param
  	(var "[v1]" {type is_double [v1]} "description ..." is_null:true is_empty:true "example ...")
  	(var "[v2]" {type is_double [v2]} "description ..." is_null:true is_empty:true "example ...")
  )
  "description ..."
{
	
	#Your code here...;
	
} "Return ...";
MQL INPUT
script create exe "folder.folder.addition" false 1


  (param
  	(var "[v1]" {type is_double [v1]} "description ..." is_null:true is_empty:true "example ...")
  	(var "[v2]" {type is_double [v2]} "description ..." is_null:true is_empty:true "example ...")
  )
  "description ..."
{
	
	+ [v1] [v2];
	
} "Return the addition";
MQL OUTPUT
"Script added with successful."

Click on the refrech button :

start: 2026-02-01   end: 2026-02-02   v_start: 401   v_end: