Cascade ordering strategy base on mathematics and statistic

216,973
0
Published 2022-11-04
Link to download the code:
   • How did I program cascade trading wit...  

AI Trading Bot:
   • The Power of AI in Trading: Programmi...  
Quantitative trading strategy:
   • Quantitative trading strategy with ex...  
Link to Grid Strategy Video:
   • Grid Trading Strategy Explained and B...  
Link to Hedging Strategy Video:
   • Hedging Strategy and whole Mathematic...  
Link to Slippage Strategy Video:
   • What is Slippage strategy and how to ...  
Link to Martingale Strategy Video:
   • Back testing martingale strategy with...  

In this video an innovative strategy base on mathematics and statistics is described, programmed and tested.

All Comments (21)
  • @Vikturneer
    I remember having a consultation with a trade analyst last August, and it was incredibly insightful. Can’t stress enough how helpful experts in this field are!
  • This is one of strategies used by one of the most famously successful individual trader in Japan. His nickname is Cis. He calls it "Rectangular Buying". I think he call it rectangular as opposed to pyramid or inverse-pyramid because the same unit number is bought at each step instead of reduced numbers (pyramid) or increased numbers (inverse-pyramid).
  • I am from Sri lanka. Found this Chanel. Wow i felt ideal match for mind set .I felt you are as my twin brother. Many❤ for your mind set and Thank you very much 🙏
  • @jdaniele
    Hi Chia, thanks for this video. By the way, there are many improvements the code needs to work better. The first BIG issue is that the functions to count open orders and to close the orders are not compatible with other EAs running in the same MT4 because you don't check for the magic number of your specific EA. So you are going to count and close orders from any other EA or even manually entered orders. That's very unpolite and it could be very dangerous when you are going to close loosing orders of other EA. You could burn out your account! You should open orders with a unique magic number and manage only those, not other EA's orders. The second problem is you never check the opening and closing MT4 standard function result, to be sure the orders are opened and closed correctly. You never check for errors. The best case is your EA is not able to open orders. The worst case is you EA is not able to close orders when it should. The third problem is in your custom closing function, when the flag to to close all the orders is true, you call 2 times the mt4 standard function on the same ticket, because they are not mutually exclusive, they are not separated by an "else" block.... One month of backtesting is ridiculous, you have to backtest the EA for 10 years at least, otherwise you are just fooling yourself...and us...😂 Regards...
  • Hi Chia. I find your aproach as simple as it is extraordinary. Thank you, thank you very much.
  • @7rang.
    12 percent per month and profit factor 2 is just super. The only negative about this video is that it was only tested for one month. It was necessary to test for a year or more.
  • @cnightwing
    This is very interesting. So basically it's a scale in strategy with a special trailing stop. Great idea!
  • @joeyjoi8r
    I backtested this in the EUR/USD which one of the most volatile market on FX. The Sharpe Ratio was 3.1 which is amazing.
  • Hello. I wrote this strategy in C# for the cTrader platform. Test results showed 1.25 ratio on Pound/Dollar but if bot buying from 30 and selling from 70 RSI level. In second place was the SP500 index with the same conditions. All testing results with breakouts of 70 for buy and 30 for sell gave less than 1 Ratio. Perhaps due to the fact that I used a fixed lot and a stop. Please explain how you calculate the required lot and stop for a position at the same time, managing only the risk in the settings
  • I am really thankful to you for your such detailed videos. However, requesting you to kindly share the codes before line number 50 .
  • @samoyedkiyo
    Thanks for the strategy, very helpful for beginners who are still learning like me in the nfc community.
  • this strategy just looks good for R/R above 4. but statistically is rarely possible that price goes up to high R/R without any correction! because a correction simply hit the stop losses. in other hands this strategy make worse the low R/R and convert a R/R=2 to R/R=1, the possibility of low R/R is much higher than the high R/R, so you should revise your mathematics.
  • Hello Chia, I have such a similar strategy that I have already worked out (theoretically) but, in "manual" trading this is incredibly difficult to do. But, with an EA this is a very simple strategy that is quite easy to build, thanks for the fine videos
  • @d3ath1ygaming55
    You've never heard of anyone adding to winners and trailing their stops? You invented this? Wow man.
  • @Mr11thhour
    Amazing!, please do a video on your custom functions, I'd love to see that.
  • @golathmim
    Hi Chia, thank you for the opportunity for a great training session. I noted you started explaining the code at line 92, is there more to it that is missed and if so could you add it in the description?
  • @teknerds
    Wow, 100 thou strat, most normal people barely have $100 to trade! this means a good solid strategy must be able to make consistent profits with as little drawdown and risk of terminal loss as possible, surely the graphs look beautiful, but who's got that kind of cash? no one who actually has 100 thou would probably wanna throw that in the market this way. With me I don't go above $1000 for any strat, and all my strats actually must be able to handle $10, yep ten bucks, and use that to grow the account. That is a sure fire method to ensure that the strategy is fireproof and places trades as accurately as programatically possible. Just my thoughts on this topic. Thanks for the video