Forum

ONNX invalid parameter size. how to solve this?

i'm trying to use an ONNX file in my expert. my onnx file has 49 inputs at input index 0, has 3 outputs at output index 0, and 1 output at output index 1. when i try to run session vector v_input = vector ::Ones( 49 ); vector v_output( 3 ); vector x_output( 1 ); if (! OnnxRun (onnx_handle

how to read external parameter from csv than update it ontester

i want to read an external parameter from csv, use it on tester, and then after each test pass update those parameter and write it back to csv. i try to put the imported parameter as global variable, so does with file name string. i use slow complete algorithm and optimization target was input count

create matrix from csv (help)

int OnInit () { //--- //start write the file filehandle= FileOpen ( "ABC_Test.csv" , FILE_WRITE | FILE_CSV ); //check if any error if (filehandle!= INVALID_HANDLE ) { Print ( "File opened correctly" ); } else Print ( "Error in opening file," , GetLastError ()); //write

critical runtime error 565 in OnInit function

hi guys, in this last few days, (i'm not quite sure when the exact date is), after updating mt5 i stuck with this "critical runtime error 565 in Oninit function" during optimization. the problem is just pop up suddenly out of nowhere, on the EA project i am currently working, and it doesn't shown