অর্ধ-স্বয়ংক্রিয় পরিমাণগত ট্রেডিং সরঞ্জাম দ্রুত বাস্তবায়ন করুন
কমোডিটি ফিউচার ট্রেডিংয়ে, ইন্টারটেম্পোরারি আরবিট্রেজ একটি সাধারণ ট্রেডিং পদ্ধতি। এই ধরনের আরবিট্রেজ ঝুঁকিমুক্ত নয়। যখন স্প্রেডের একতরফা দিকটি প্রসারিত হতে থাকে, তখন আরবিট্রেজ পজিশনটি ভাসমান ক্ষতির অবস্থায় থাকবে। তবে, যতক্ষণ পর্যন্ত আরবিট্রেজ পজিশনটি সঠিকভাবে নিয়ন্ত্রিত থাকে, ততক্ষণ এটি এখনও খুব কার্যকর এবং কার্যকর।
এই নিবন্ধে, আমরা অন্য ট্রেডিং কৌশল স্যুইচ করার চেষ্টা, পরিবর্তে একটি সম্পূর্ণ স্বয়ংক্রিয় ট্রেডিং কৌশল নির্মাণ, আমরা একটি ইন্টারেক্টিভ অর্ধ স্বয়ংক্রিয় পরিমাণগত ট্রেডিং টুল উপলব্ধি পণ্যের ফিউচার ট্রেডিং মধ্যে intertemporary সালিশ সহজ করতে.
উন্নয়ন প্ল্যাটফর্ম আমরা এফএমজেড কোয়ান্ট প্ল্যাটফর্ম ব্যবহার করব। এই নিবন্ধের ফোকাস হল ইন্টারেক্টিভ ফাংশনগুলির সাথে আধা-স্বয়ংক্রিয় কৌশলগুলি কীভাবে তৈরি করা যায়।
ইন্টারটেম্পোরাল আর্বিট্রেজ একটি খুব সহজ ধারণা।
# Strategy Design
The strategy framework is as follows:
ফাংশন প্রধান ((() {
যদিও (সত্য)
If(exchange.IO(
If the CTP protocol is connected properly, then we need to set up the trading contract and then get the market quote. After obtaining the quotes, we can use the FMZ Quant platform build-in "line drawing" library to draw the difference.
ফাংশন প্রধান ((() {
যদিও (সত্য)
If(exchange.IO(
LogStatus ((_D(),
Get the market data, calculate the difference, and draw the graph to record. let it simply reflects the recent fluctuations in the price difference.
Use the function of "line drawing" library ```$.PlotLine```
![Quickly implement a semi-automatic quantitative trading tool](/upload/asset/6e286fea238b8266dd13.png)
# Interactive part
On the strategy editing page, you can add interactive controls directly to the strategy:
![Quickly implement a semi-automatic quantitative trading tool](/upload/asset/6e9b91112616d444b964.png)
Use the function ```GetCommand``` in the strategy code to capture the command that was sent to the robot after the above strategy control was triggered.
After the command is captured, different commands can be processed differently.
The trading part of the code can be packaged using the "Commodity Futures Trading Class Library" function. First, use ```var q = $.NewTaskQueue()``` to generate the transaction control object ```q``` (declared as a global variable).
var cmd = GetCommand (()
if (cmd) {
if (cmd ==