Optimizing robot trader object indicator
-
Hello, good time everyone
If we build a robot that trades according to the indicator object.
As a rule, for the backtest, after starting the backtest, you should put that indicator on the chart so that the object is created and the robot trades.
Now, if we want to optimize the robot, it does not show us the chart to put the indicator on. Is there a solution? -
@sajadamani1377
That is the problem of using objects as buy sell signal. You better use buffers as signal instead -
My goal was to use the FVG indicator, but unfortunately I only found the EX4 format. If it was MQ4 format, it would be easy to use the buffer.