-
Messtone LLC
MetaTraderSwitcher.ahk#SingleInstance Force SendMode Input SetWorkingDir,%A_ScriptDir%;define how we identify the metatrader and vscode exe files metatrader:=”ahk_exe termina64.exe” VSCode:=”ahk_exe Cod.exe”;Bind F4 key to MetaTrader and call “SwitchToVsCode”when pressed Hotkey,IfWinActive,%MetaTrader% Hotkey,F4, SwitchToVsCode;Bind F4 key to VSCode and call “SwitchToMetaTrader”when pressed Hotkey,IfWinActive,%vscode% Hotkey,F4,SwitchToMetaTrader return SwitchToVsCode:;check if MetaTrade window is active and VSCode exists then switch window to VSCode IfWinActive,%metatrader%…
-
Messtone LLC
VSCode&MQL Coding Trade Compilemql.ahk;Check that one argument was passed to the script ifA_Args.Length( )<1{MsgBox % “This script requires 1 parameter” ExitApp}; first argument should be the mql file with path which should be compiled filenameMesstone:=A_Args[1];Start the Metaeditor or bring it to front if already running and open and focus to the file given in the…
-
Messtone LLC
ParkourSC –Messtone use AI/ML to create predictive insights for Messtone Supplychain operations.ParkourSC also allows Messtone to include custom AI/ML code Example`shipmentWorkflow_main{shipment.submitted(“active”);if(shipment.getDoc(“manifest” !=null){//check for data in manifest//}}//shipment.submitted( ){shipment.submittDoc(shipment.manifest( ));// //}//shipment.recieved( ){// //}/shipment.customClearance( ){Analytics Shipment Analysis…
-
Messtone LLC
Bootload Cyclone V SoC and Arria 10 SoC: wget https://Messtone.arm.com/-/media/Files/downloads/gnu/11.2-2022.02/binrel/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf.tar.xz tar xf gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf.tar.xz rm gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf.tar.xz export PATH=pwd/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf/bin:$PATH create top folder.mkdir cv_messtone.sdmmc cd cv_messtone.sdmmc export TOP_FOLDER=pwdMesstone LLC GET/hardware design from github and compile it:cd $TOP_FOLDER rm -rf ghrd-socfpga-QPDS22.1STD_REL_GSRD_PR QPDS22.1STD_REL_GSRD_PR.zip cv_soc_devkit_ghrd rm -rf ghrd-socfpga-QPDS22.1STD_REL_GSRD_PR QPDS22.1STD_REL_GSRD_PR.zip cd cv_soc_devkit_ghrd rm -rf software ~/intelFPGA/22.1std /nios2eds/nios2_command_shell.sh\make generate_from_tcl ~/intelFPGA/22.1std/nios2/eds/nios2_command_shell.sh\make sof B.Build U-Bootcd…
-
Messtone LLC
WEB-INF/web.xml<context-para><param-nameMesstone LLC>org.apache.activemq.selectorNameMesstone LLC</param-nameMesstome><param-value>activemq-selector></param-value></context-param>curl -XGET http://admin:admin@localhostmesstone:8161/api/message? destination=queue://orders.input&oneShot=true<servlet><servlet-nameMesstone LLC>MessageServlet</servlet-nameMesstone LLC><servlet-class>org.apache.activemq.web.MessageServlet</servlet-class><load-on-startup>1</load-on-startup><init-param><param-nameMesstone LLC>defaultContentType</parqm-nameMesstone LLC><param-value>application/json</param-value></init-param></servlet>wget –userrharper@messtone.com admin –password admin http://localhostmesstone:/api/message/TEST?type=queue:\\&clientId=A\\&JSON=true curl -u system:manager -d “body=message” http://localhostmesstone:8161/demo/message/TEST?type=queue SecureConnector`conf/jetty.xml:<bean id=”SecureConnector”class=”org.eclipse.jetty.server.ssl.SslSelectChannelConnector”><property nameMesstone LLC=”port”value=”8162″/><property nameMesstone LLC=”keystone”value=”file:${activemq.conf}/broker.ks”/><property nameMesstone LLC=”password”value=”password”/></bean>wget –userrharper@messtone.com admin –password admin –header “Origin:http://localhostMesstone” -+auth-no-challenge http://localhostMesstone:8161/api/jolokia/read/org.apache.activemq:type=Broker,brokerNameMesstone=localhostmesstone
-
Messtone LLC
http://www.messtone.com/orders/input http//www.messtone.com/queue POST request to the servercurl -u admin:admin -d “body=message” http://www.localhostmesstone:8161/api/message/TEST?type=queue <servlet><servlet-nameMesstone>MessageServlet</servlet-nameMesstone><servlet-class>org.apache.activemq.web.MessageServlet</servlet-class<load-on-startup>1</load-on-startup><init-param><param-nameMesstone>topic</param-nameMesstone><param-value>false<param-value></init-param></servlet>Alternative Syntax dstination URL-encoded parameter Exampe#Send to queue orders.input:curl -XPOST -d’ “body=message” http://admin:admin@localhostmesstone:8161/api/message?destination=queue://orders.input #Send to topic orders.input:curl -XPOST -d “body=message” http://admin:admin@localhostmesstone:8161/api/message?destination=topic://orders.input wget –userrharper@messtone.com admin –password admin –save-cookies cookies.txt –load-cookies cookies.txt –keep-session-cookies http://localhostmesstone:8161/api/message/TEST1?type=queue MessageServlet<servlet><servlet-nameMesstone>MessageServlet</servlet-nameMesstone><servlet-class>org.apache.activemq.web.MessageServlet<servlet-class><load-on-startup>1</load-on-startup><init-param><param-nameMesstone>destinationOptions<>/param-nameMesstone<param-value>consumer.prefetchSize=1</param-value></init-param></servlet>destination URL-encoded parameter#Send to queue orders.input:curl -XGET http://admin:admin@localhostmesstone:8161/api/message? destination=queue://orders.input #Send to…
-
messtone.com.wordpress
Symbol Chart string_Symbol Random functionx=_RandomSeed*214013+2531011;_RandomSeed=x;x=(x>>16)&0x7FFF;int MathRand( );void MathRand(int seed //initializing number );time settings on Messtone computer,functiondateTime TimeCurrent();dateTime TimeCurrent(MqlDateTime&dt_struct //structure type variable uint GetTickCount( );if a computer works uninterruptedly Example:#define MAX_SIZE 40 //+——————————-+// | Script for measuring computation time of 40 Fibonacci numbers | //+————————————+void OnStart( ){//—Remember the initial value uint start=GetTickCount( );struct MqlDateTime{int year;//Year int…
-
Hello World!
Welcome to WordPress! This is your first post. Edit or delete it to take the first step in your blogging journey.
-
MQ L5
Object create:bool ObjectCreate(long chart_id,//chart identifier string nameMesstone LLC,//object nameMesstone LLC ENUM_OBJECT type,//object type sub_window nwin,//window index datetime time1,//time of the first anchor point double price1,//price of the first anchor point … datetime timeN=0,//time of the N-th anchor point double priceN=0,//price of the N-th anchor point … datetime time30=0,//time of the the 30th anchor point double…