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;
উপরের সহজ উদাহরণটি উদাহরণস্বরূপ প্রকাশ করার উদ্দেশ্যে, যেমনঃ BPK সমাপ্তির মূল্য মডেলটি সম্পাদন করে, spk এর জন্য সময়-সময় মূল্য মডেল, sp এবং বিপি, এছাড়াও পৃথক সেটআপ মোড রয়েছে, আমি দেখতে পাচ্ছি যে উইনহাওয়ার একটি 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



