Hello, I have already trained both models.

I will try wtih support but wanted to use the forum so probably more people can get the idea and may be useful for future questions.

I don´t want to train two models again. What I´m trying is to "ensemble" or use both models at the same time for Test/Trade. No more training is needed. If I test/trade each single strategy with its model, works fine. The problem is to have two different Long signals to enter/not enter the trade.

I´m not sure if I´m explaining well what I´m looking for.

Quote
vLong = adviseLong(NEURAL+BALANCED,0,
change(1),change(2),change(3),change(4),
range(1),range(2),range(3),range(4));

Retuns a "var" value.

Quote

vLong1= adviseLong(NEURAL+BALANCED,0,
change(1),change(2),change(3),change(4),
range(1),range(2),range(3),range(4));

Retunrs the same "var" value if I use the same model (.ml file) but if I use a different model (different .ml file) is a different value

So I want to use those different values (vLong and Vlong1) to enter or not a trade.

¿Have I explain well what I´m trying to do?


Thank you for your help.


Last edited by tomaslolo; 03/23/22 08:30.