2
Follow
3
Followers
मैं एक गणना कर रहा हूँ: data.lastprice है कि ऊपर के लेन-देन की कीमत, changeprice_sell है कि परिवर्तन मूल्य, data.avgprice है कि औसत मूल्य.
इस परिचालन का उद्देश्य औसत मूल्य + परिवर्तन मूल्य के साथ लेनदेन मूल्य + परिवर्तन मूल्य का अधिकतम मूल्य प्राप्त करना है।
कोड इस प्रकार है
nextsell = _N(Math.max(data.lastprice + changeprice_sell, data.avgprice + changeprice_sell),2);
nextsell फ़ंक्शन के भीतर एक स्थानीय चर है, डेटा ऑब्जेक्ट और changeprice_sell वैश्विक चर है, जिसमें changeprice_sell को इंटरैक्टिव टेम्पलेट के माध्यम से वास्तविक समय में संशोधित किया जा सकता है

अब समस्या यह है कि सिमुलेशन चल रहा है, नेक्स्टसेल सही है

रीयल-डिस्क लॉग रिकॉर्डिंग गलत है

Related Recommendations
Get 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 test5.3 How to read the strategy backtest performance report

