FMZ Quantfmzquant.hashnode.dev·Jul 15, 2024Add an alarm clock to the trading strategyTraders who design trading strategies often ask me how to design timing functions for strategies so that strategies can handle certain tasks at specified times. For example, some intraday strategies need to close positions before the first section en...Discusstrading,
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jun 30, 2024Calculating Moving Averages in Python: A Comprehensive GuideMoving averages are essential tools in data analysis and financial markets, used to smooth out short-term fluctuations and highlight longer-term trends. In this blog, we'll explore how to calculate different types of moving averages in Python, using ...Discuss·30 likes·523 readsPythonPython
FMZ Quantfmzquant.hashnode.dev·Jun 24, 2024Introducing the adaptive moving average KAMAAs the name implies, the Moving Average (KAMA) belongs to the Moving Average category, but unlike the traditional moving average, it is way “smarter” than normal MA. We know that the MA has many shortcomings. For example, the short-term moving averag...Discussmoving average
FMZ Quantfmzquant.hashnode.dev·Jun 17, 2024Add an alarm clock to the trading strategyTraders who design trading strategies often ask me how to design timing functions for strategies so that strategies can handle certain tasks at specified times. For example, some intraday strategies need to close positions before the first section en...Discusstrading,
FMZ Quantfmzquant.hashnode.dev·Jun 14, 2024RSI2 Mean Reversion Strategy using in futuresFrom Many friends asked me to write a grid and market maker strategy,But I generally decline directly. Regarding these strategies, first of all, you must have a strong mathematical knowledge, at least a doctor of mathematics. In addition, high-freque...DiscussFutures
FMZ Quantfmzquant.hashnode.dev·Jun 4, 2024Three potential models in quantitative tradingThe triple realm of trading: induction - deduction - gaming Period potential model MA1:MA(O,18); //Find the average opening price of 18 periods TMP:=(REF(C,1)-REF(C,10))/REF(C,1); // The difference between the closing price one period ago minus the c...Discusstrading,
Forex newsalertforexnewsalert.hashnode.dev·Feb 2, 2024Algorithmic Trading Strategies in PythonPython is a popular programming language for developing algorithmic trading strategies due to its simplicity, extensive libraries, and strong community support. Here are a few common algorithmic trading strategies implemented in Python: Moving Avera...DiscussBacktesting
AirQo EngineeringforAirQo Engineeringairqoengineering.hashnode.dev·Aug 16, 2022AirQloud Scoping: A case study of Kawempe AirQloudFigure 1: PM2.5 Air Quality Index Written by Usman Abdul-Ganiy We define an AirQloud as a designated urban area equipped with infrastructure and allows for engagements. This can be any geopolitical administration level of a country or a country itse...DiscussData ScienceAirQlouds
AirQo EngineeringforAirQo Engineeringairqoengineering.hashnode.dev·Jul 31, 2022Air quality data smoothing using Moving AveragesWritten by Usman Abdul-Ganiy At AirQo, we collect large amounts of air quality data from different monitoring sites. This data is characterized by high frequencies which is the number of observations before a seasonal trend repeats. The high-frequenc...Discuss·48 readsData Sciencedata smoothing