0
Follow
0
Followers
FMZ (माइक्रोफोन लैंग्वेज) का उपयोग करके एकल सिग्नल की समीक्षा कैसे करें
Created 2019-09-07 18:37:22 Updated 2019-09-09 11:19:58
1
1830
AA:=CROSSUP(C,MA(C,5));
BB:=CROSSDOWN(C,MA(C,20));
AA,BPK(5);
BB,SPK(5);
C>=BKPRICE1.01 || C<=BKPRICE1.01,SP;
C<=SKPRICE1.01 || C>=SKPRICE1.01,BP;
उपरोक्त सरल उदाहरण, उदाहरण के रूप में व्यक्त करने के लिए है, जैसेः बीपीके समापन मूल्य मॉडल का निष्पादन, एसपीके के लिए समय-समय पर मूल्य मॉडल, एसपी और बीपी का निष्पादन, एक अलग सेटअप मोड भी है, मुझे लगता है कि वेंचर में एक CHECKSIG फ़ंक्शन है जो कर सकता है, वर्तमान में एफएमजेड इस फ़ंक्शन का समर्थन नहीं करता है, कौन सा महादेव एक विचार प्रदान करने में मदद कर सकता है, और यह विचार कर सकता है कि क्या यह फ़ंक्शन प्लेटफ़ॉर्म के लिए संगत है, यह फ़ंक्शन बहुत उपयोगी है,
Related Recommendations
Elementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization5.4 Why do we need an off-sample test
Comment
All comments (1)
7 years ago
- 1



