Search results

  1. G

    Trading system based on short-term and medium-term fluctuations.

    It is better to use your indicator on the daily chart.
  2. G

    Trading system based on short-term and medium-term fluctuations.

    I think any indicators or signals are ok. "high" is a zone. We can long or short, I think there is no mechanical logic.
  3. G

    Looking for Position Trading Breakout/Trend Following Strategy – Willing to Buy

    I asked AI. You can have a try. ------------- The following is a trading strategy design that meets your requirements: I. Strategy Overview This strategy aims to achieve at least a 40% win rate and have the average winning trade be at least twice the size of the average losing trade (or more)...
  4. G

    Wyckoff Method

    ok, I found "The Richard D. Wyckoff Method of Trading and Investing in Stocks". It is hard to find a Kindle version. Wyckoff wave is great. I don't think EW is a great idea. The analysis of waves is a process of dynamic analysis. also, volume is very important. EW never considers volume.
  5. G

    Wyckoff Method

    Thank you. I will ignore that book. It is hard to implement using code. I think what I read years ago is "The Richard D. Wyckoff Method of Trading and Investing in Stocks: A Course of Instruction in Stock Market Science and Technique". However I can not find the Kindle version of this book. I...
  6. G

    Wyckoff Method

    I am re-reading Wyckoff's book. <The Richard D. Wyckoff Method of Trading and Investing in Stocks>. I got some information from the link below: https://chartschool.stockcharts.com/table-of-contents/market-analysis/wyckoff-analysis-articles/wyckoff-market-analysis “ Before looking at the...
  7. G

    Trading system based on short-term and medium-term fluctuations.

    I am sure this method is profitable, but we may not have enough patience to wait. I will use a chart to explain entry and stop loss. 1,2,3,4 all all mid-term high, the trend is not important and hard to use, break out mid-term high and stay above, then long, otherwise stop, or short Last point...
  8. G

    Trading system based on short-term and medium-term fluctuations.

    I agree with you. The mid-term trend is a great idea, but it is not enough to build a system.
  9. G

    Trend or Range: How to Know in Advance

    I think the existing concepts of trend or oscillation complicate things. After a massive breakout, there is often oscillation. After oscillation lasts for some time, there is a trend. We don't need to know in advance. We only need subsequent verification to trade. If the current candlestick is...
  10. G

    EasyLanguage Script for Position Sizing

    inputs: BreakOutTicksRqd( 5 ), NumBarsToSetRng( 3 ), DollarTgtPerUnit( 0.5 ), DollarStopPerUnit( 0.5 ), MaxEntriesPerDay( 1 ), RiskAmount (100), DrawTrendLines( true ); variables: TradeQuanity (0), // OpeningRngHigh( 0 ), OpeningRngLow( 0 ), OpeningBarNum( 0 ), OneTick( 0 ), TL_ID_High( 0 )...
  11. G

    How to analyze options Time & Sales in thinkorswim

    Anybody knows how to analyze these information about vix options. I want to know if somebody buy a huge call spread of vix or just a call but it's not easy to find that. I don't know "spead" means what ? Is it just call spread or put spread? or "spread" include "buy call and buy put" ?
  12. G

    How to monitor huge call spread in tradestation ?

    I can monitor call and put orders in thinkorswim. (thinkorswim will show big call spread) but I don't know how to monitor call and put orders in tradestation. If I have data, I can write some code for warning. thank you.
  13. G

    double top or double bottem for tradestation?

    @mokwit thank you. very valuable information. thanks again.
  14. G

    double top or double bottem for tradestation?

    yes, It works. but I need add more code into it.
  15. G

    double top or double bottem for tradestation?

    I found a post here . https://futures.io/multicharts/14339-double-top-double-bottom-indicator-multicharts-tradestation-one-available.html It maybe a good start for me. I need to read more code. I want to add more code to this example code, considering if the bar is strong or not , I don't know...
  16. G

    double top or double bottem for tradestation?

    I want to write some code for picking up "double tops / double bottoms" in tradestation? anybody can share some "double tops / double bottoms" code for me, thanks:-)
  17. G

    Tradestation Easy Language Question

    this link is not availalbe. @Bob111 @VisionTrader can you share this code here?
Back
Top