2
Follow
3
Followers
আমি একটা হিসাব করেছি: data.lastprice হল দরপত্রের শেষ মূল্য, changeprice_sell হল পরিবর্তিত মূল্য, data.avgprice হল গড় মূল্য।
এই অপারেশনের উদ্দেশ্য হল লেনদেনের মূল্য + পরিবর্তিত মান এবং গড় মূল্য + পরিবর্তিত মানের মধ্যে সর্বাধিক মান খুঁজে বের করা।
কোডটি নিম্নরূপঃ
nextsell = _N(Math.max(data.lastprice + changeprice_sell, data.avgprice + changeprice_sell),2);
nextsell একটি ফাংশনের মধ্যে স্থানীয় পরিবর্তনশীল, dataobject এবং 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

