Search result found: 32


 
Kururu

Unveiling Warren Buffett Investment Wisdom - Why ROE Above 20% Matters

Warren Buffett, often referred to as the "Oracle of Omaha," has long been revered for his unparalleled investment acumen. One of the key metrics he emphasizes when evaluating potential investments ...

 
tony lam

A Simlpe Moving Average Strategy migrating from MT4/MT5 EA

This article provides the full source code of an example presented in a webinar on 2021.07.10. In the webinar, it discussed how to convert a Simple Moving Average Strategy from MT4 EA to ALGOGENE. < ...

 
Davis

Understanding the Kelly Criterion in Algo-Trading

Welcome to my first post! Today, we’re diving into an essential concept for traders: the Kelly Criterion . This mathematical formula helps determine the optimal size of a series of bets or in ...

 
tony lam

A simple ATR strategy

In this article, we will implement a simple trading strategy using the ATR indicator. Trading Idea: From the discussion in the previous post , ATR itself does not provide indication about price trend. Instead, it is used to measure market volati ...

 
Gary Fung

Introduction to Chaikin Money Flow Indicator

The Chaikin Money Flow (CMF) indicator is a powerful technical analysis tool used by traders and investors to measure buying and selling pressure in the market. Also known as the Chaikin Accumulati ...

 
Bumblebee

The Opportunities of a Grid Trading System

What is Grid Trading? Grid trading is a rule-based strategy commonly used in crypto and forex market. It involves setting multiple predetermined price levels above and below a reference price, creating a grid of orders ...

 
Happy

Abnormal Price Behaviour

The price of TSLA dropped from 815.91 to 250.084 in 2020 which could be due to stock split which caused inaccurate ev ...

 
Matthew Lam

洗盤策略大揭秘 投資者必須了解的三種方式

在投資界,"洗盤" 是一種常見的市場現象。許多投資者可能會害怕這一過程,卻忽略了其實洗盤是一種主力為了推升股價而精心設計的策略。本文將探討幾種典型的洗盤方式,幫助您更好地理解市場走勢,並為投資決策提供指引。 ...

 
tony lam

A simple RSI strategy

Following the discussion from the previous post [Technical Indicator - Relative Strength Index (RSI)] , we will implement a simple trading strate ...

 
admin

Stock Forecast - Autoregressive Model

This article discuss the implementation of Auto-Regressive (AR) Model as a forecasting trading strategy, then backtest the preformance in ALGOGENE Research Lab. Library to use: ...

 
Bumblebee

Implement Grid Trading Strategy in Python

Hello everyone! This post is all about implementing a Grid Trading strategy on ALGOGENE. If you are interested to learn how this strategy works or if you are a new joiner of the platform, this post ...

 
Dakarai

I want gold trading strategy EA

I am a manual trader for 5 years. I am looking for automated EA for gold trading. Is there readily made EA I can buy? Please share the backtest performance. ...

 
Bumblebee

投資必學:均線系統的八大買賣信號解析

在現今的股票和外匯交易中,均線系統是一個不可或缺的工具。均線(Moving Average,簡稱MA)不僅能幫助投資者判斷市場走向,還能提供清晰的買賣信號。本文將介紹如何運用均線系統來決定交易時機,並總結八種重要的買賣信號,助您在市場中掌握先機。 ...

 
Tommy

What is the winning rate of a trading strategy?

Hi community, I have a question about "Wining Rate". I read a lot from different articles and find it confused with its definition. some ppl mentioned it i ...

 
TingTing

Martingale Trading Strategy - Guide and Example

Background Martingale strategy is a betting system that originated in 18th century France and was popularized in the 19th century. The system was named after a casino owner in London named John Henry Martinda ...

 
小可爱

Struggling with my crypto trading algorithm: Any Tips?

Hey everyone! I’ve been working on a crypto trading algorithm, but the performance hasn’t been great. ...

 
tony lam

A trend following strategy based on volatility approach

In this article, we will introduce a simple trend following strategy using a volatility approach. Volatility Decomposition: Upside vs Downside Volatility is used to reflect the magnitude of market fluctuation, and it is usually used to observe market sentiment or predict market trends. In financial market, due to the behavior of "Market t ...

 
Duval LC

10 Best Seasonal Trading Strategies You Must Know

Investors are constantly seeking new methods to maximize returns and minimize risks. One such approach that has gained traction over time is seasonal trading. This strategy involves anticipating pr ...

 
Duval LC

How I Turned $500 into $90,000 Using 9 Simple Chart Patterns 📈💰

Are you a retail investor looking to make significant profits in the trading world? Many believe that you need vast capital or insider knowledge to succeed, but I've turned just $500 into an astoun ...

 
Wang

交易策略有哪些分类?

弱弱问一下, 交易策略一般分哪几类? ...

 
Nic C

Mastering Timing in Trading: Why Most Traders Enter at the Wrong Time and How to Fix It

Every trader has experienced that sinking feeling: you buy, and the price drops; you sell, and it shoots up. It often seems like the market is conspiring against you. But the truth is, the real cul Why Timing Always Feels Wrong ...

 
Back Pain

고주파 거래 전략: 효과적인 주문서 모델링 방법은?

안녕하세요, 여러분! 고주파 거래 전략을 개발하고 싶습니다. 주문서 모델링에 대한 아이디어가 있으신가요? 시장에서 일반적으로 사용되는 다른 고주파 거래 전략에는 어떤 것들이 있는지 궁금합니다. ...

 
Happy

Time Zone of Stock Data

Hi Tommy, thanks for the clarification, I'm using minute level data. ...

 
Hui San CHIAM

May I know why are my trade orders being rejected due to insufficient capital?

With initial net deposit unchanged, may I know why the opening order is rejected, and it was claimed that the capital is insufficient? Thanks. ...

 
Sam

How long does it take to build a trading program from scratch?

Hi all, I am totally new to algo-trading. I have my trading ideas and want to automate it via algo-trading. How long does it take to start from scratch to automate for real trading eventuall ...