Strategy settings

Does the BuyModifier parameter in MoonHook affect the width and depth of the corridor in which the Buy orders move?

Yes, the BuyModifier parameter in the MoonHook strategy, unlike other strategies, affects the width and depth of the corridor in this strategy. How it works: The deltas are fixed at the time of detection. Then, if the delta starts growing, the difference between the current delta and the one fixed at the moment of detection,

Does the BuyModifier parameter in MoonHook affect the width and depth of the corridor in which the Buy orders move? Read More »

What is the meaning of the symbols that can be seen on the chart when the “Spread” strategy is operating?

When the Spread strategy works, you can observe the detection parameters on the chart (to do this, the Extended Debug Mode checkbox must be enabled on the Settings-Special-System tab): TD: trade densityd P: price fluctuation on the entire interval TimeInterval Vol: volume Spread: actual spread, percent N: number of slices showing the spread (the last

What is the meaning of the symbols that can be seen on the chart when the “Spread” strategy is operating? Read More »

Can you give me an example of how to set up a Spread with decoding?

Example of setting the Spread strategy with decoding: TimeInterval=5 sec. TradesDensity=100 PriceIntervals=5 PriceSpread=0.3 IntervalsForBuySpread=2 BuyPriceInSpread=5 SellPriceInSpread=100 BuyOrderReduce=100 From these settings, it follows that there was a 0.3% (PriceSpread=0.3) or higher price movement every second for the last 5 seconds (TimeInterval=5). To calculate the Buy and Sell orders, we take the last 2 intervals (IntervalsForBuySpread=2), set

Can you give me an example of how to set up a Spread with decoding? Read More »

How can I check in the log the operation of the “reduce order size” function when the Spread strategy is running?

The work of the order reduction function can be seen in the log by the following record of the form: BTC: [1] (40) Buy order reduced: $1000.00 => $23.32 (Vol: $23.32)In this log the OrderSize of the strategy was $ 1000, but the average trading volume was only $ 23 per 100 ms, so the

How can I check in the log the operation of the “reduce order size” function when the Spread strategy is running? Read More »