I found a free EA using CNN in your Github repo

I found a free EA using CNN in your Github repo.
I don’t know how to use it.
Can you publish manuals somewhere?

Please check this simple manual:

A detailed manual will be coming soon.

Thank you.

So, testcnn.cpp is an EA to train the neural network model and runtestcnn.cpp is an EA to generate signals based on the model that is trained by testcnn.cpp ?

Correct.

Please refer to the samples to know how to code an EA based on CNN(Convolutional Neural Network).