The robot works only on
Fig.1. Example of the robot setting the orders with max_pos=100,Β shift=0.001,Β level_count=3
Inputs description:
- magic_numberΒ – robot ID. If there are several robots, then be sure to assign each next robot this identifier plus 100, for example, if the first robot has magic_number = 100, then the next ones should have magic_number = 200, 300, 400, etc.
- price_type – type of price, relative to which the prices of placed orders are to be calculated. 1 – price from traded symbol’s market depth, 2 – marking contract price, 3 – contract index price.
- max_posΒ – number of contracts in each EA request.
- shiftΒ – shift of the first order relative to the marking price (marked purple). It is set in shares of the absolute price value, for example, if shift = 0.001 and the marking price = 6600, the closest buy and sell requests are shifted up and down from the marking price by 6.6 price points up and down (see Fig. 1)
- level_countΒ – number of quotes levels. Each subsequent request is shifted by ‘shift’ value relative to the previous one.
Fig. 2. Performed deals
Fig. 3. Equity from the strategy tetser, BTCUSD, real tick, 79 ms of delays, profit in BTC
Fig. 4. Statistics from the strategy tetser, BTCUSD, real tick, 79 ms of delays, profit in BTC