bot bot speed-test.js problem

Hello,
I changed the speed-test.js in this mode:
Bot.init(token, {
shouldRestartOnError: true,
symbol: 'R_100',
contract_category: "digits",
contract_type: "DIGITOVER",
candleInterval: 60,
contractTypes: ['CALL', 'PUT'],
});

and

Bot.start({
amount: 1,
currency: 'USD',
duration: 5,
duration_unit: 't',
});

and I get this message: "INFO: Bought: Win payout if Volatility 100 Index after 5 ticks is strictly higher than entry spot."

What is the parrameter for "entry spot"?
How do I make the robot always place digic over 3 not over entry spot?

Thanks

Comments

Sign In or Register to comment.