adicahyanto
adicahyanto
Friends 1
adicahyanto
Added topic 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 );   
adicahyanto
Added topic 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
adicahyanto
Added topic 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 )     
adicahyanto
Added topic 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
adicahyanto
Registered at MQL5.community