Innov-AI
    Documentation | MentDB Weak Server
Edit a script (by name selection)

  • Type the name of your script into a MQL page, and select the script name
  • Right click on the selection and choose 'Open script'
  • script update "math.addition.post" false 1 
      (param
      	(var "[v1]" {true} "The number 1" is_null:true is_empty:true "10")
      	(var "[v2]" {type is_double [v2]} "The number 2" is_null:true is_empty:true "20")
      ;) 
      "Make an addition ..." 
    {
    	
    	#Your MQL source code here...;
    	+ [v1] [v2];
    	
    } "Return the result of the addition";
  • You can now update your script...
Services     Supporters     Contact     About     Legal notice © 2024