Community. StockSharp. Page 11

Atom

<< < 9 10 11 12 13  > >>

0
Votes
0
Answers
400
Views
NO.1
On Wall Street, quantitative trading has become the leading role of market trading. Many of the world's top investment banks have banned manual directional speculative trading. The develo...
Avatar
4/17/2024
To last

0
Votes
0
Answers
396
Views
When developing strategies on FMZ using the JavaScript language, since the strategy architecture is polled. If there is a concurrent design scenario, the ```exchange.Go``` function is used to make con...
Avatar
4/17/2024
To last

0
Votes
0
Answers
301
Views
I saw some Tycoons in the group saying that OKX was holding a World Pi Day Mystery Event, with the theme of "Exploration, Never Ending".

As a veteran programmer, when I saw the news, I smiled and o...
Avatar
4/16/2024
To last

0
Votes
0
Answers
332
Views
I wrote an article in 2020 introducing high-frequency strategies, https://www.fmz.com/bbs-topic/9750. Although it received quite a bit of attention, it was not very in-depth. More than two years have ...
Avatar
4/16/2024
To last

0
Votes
0
Answers
361
Views
For quantitative trading and programmatic trading beginners, what are the biggest difficulties in learning? Generally speaking, there are several reasons:

- Basic knowledge deficiency: including ba...
Avatar
4/16/2024
To last

0
Votes
0
Answers
352
Views
### Execute Read method calldata

For the execution of the ```calldata``` of the Read method, we use the previously learned RPC method: ```eth_call``` to execute it. We explained the ```eth_call``` ...
Avatar
4/16/2024
To last

0
Votes
0
Answers
414
Views
## Unit conversions

Many of the calculations related to Ethereum have values that exceed the maximum safe integer of the ```JavaScript``` language. Therefore, some methods are needed on the FMZ Qua...
Avatar
4/16/2024
To last

0
Votes
0
Answers
342
Views
## Retrieving Events

In this section, we will learn to read events released by smart contracts using the FMZ Quant Trading Platform. The events released by smart contracts are stored in the logs of...
Avatar
4/16/2024
To last

0
Votes
0
Answers
327
Views
Token Exchange Using Uniswap

When there are enough tokens in the wallet to be paid (i.e.: tokenIn), and the ```Uniswap``` router contract is authorized for a sufficient number of operations,...
Avatar
4/16/2024
To last

0
Votes
0
Answers
293
Views
Query ```Uniswap V3``` Router Contract Authorization

The ```allowance``` function is used in the ```ERC20``` contract to query the number of tokens authorized to other addresses. It queries ...
Avatar
4/15/2024
To last

<< < 9 10 11 12 13  > >>