- Forums
- Help
- Order creation time and order completion time
Order creation time and order completion time
Author:
churchillxy, Created: 2022-04-17 11:49:11, Updated:
Hello, how do I get the time to create an order and the time to complete it after I create an order with the Buy or Sell function?
Since FMZ doesn't have a direct API interface, please ask if there is a solution.
More
- Use SQLite to Construct FMZ Quant Database
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (8)
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (7)
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (6)
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (3)
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (2)
- My inventor's timing is wrong.
- I've been trying to find a way to get my name out there.
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (5)
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (4)
- Martin's shopping strategy for the net
- For those of you who understand my language, please help me understand what this code means: _TR:=MAX ((MAX (((HIGH-LOW),ABS ((REF ((CLOSE,1) -HIGH)),ABS ((REF ((CLOSE,1) -LOW));
- The real-time error reporting question
- Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (1)
- Can you add support for typescript?
- Cryptocurrency Spot Hedge Strategy (2)
- Cryptocurrency Spot Hedge Strategy (1)
- In the Bitget API, there is a problem when the ordered transaction is placed on ADA, AVAX, AXS, BCH, DOT, EOS, ETC, FIL, LINK, LTC, LUNA, MATIC, SOL, XRP.
- Prayers
- Martin's net strategy of buying and selling on the spot
Inventors quantify - small dreamsThis data can be queried in the Info of the order structure, and if the exchange does not provide such data, it can only be compiled at the strategic level.
Inventors quantify - small dreamsIt is necessary to describe the specific details, the order completion time refers to the order completion, or the order is fully completed.
Inventors quantify - small dreams OK
churchillxyOkay, thank you, I'm now using the two functions getorder ((ID)) and getRawJSON (()) together to get more detailed order data.