Cascade ordering strategy base on mathematics and statistic

Поделиться
HTML-код
  • Опубликовано: 23 сен 2024
  • Link to download the code:
    • How did I program casc...
    Market crash prediction by AI:
    • How to predict the cra...
    AI Trading Bot:
    • The Power of AI in Tra...
    Quantitative trading strategy:
    • Quantitative trading s...
    Link to Grid Strategy Video:
    • Grid Trading Strategy ...
    Link to Hedging Strategy Video:
    • Hedging Strategy and w...
    Link to Slippage Strategy Video:
    • What is Slippage strat...
    Link to Martingale Strategy Video:
    • Back testing martingal...
    In this video an innovative strategy base on mathematics and statistics is described, programmed and tested.

Комментарии • 285

  • @JustStartingOut-nt8ve
    @JustStartingOut-nt8ve 10 месяцев назад +22

    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).

  • @judegehanindran1038
    @judegehanindran1038 9 месяцев назад +4

    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 🙏

  • @geertvanoosterwyck
    @geertvanoosterwyck Год назад +23

    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

    • @zameershah8417
      @zameershah8417 10 месяцев назад +1

      hi
      can u share your email

    • @ToneTraveller.adspower
      @ToneTraveller.adspower 9 месяцев назад +1

      are u sure?

    • @skybiz4520
      @skybiz4520 8 месяцев назад +1

      Wishful thinking not based on reality.. Even in first instance if your TP is 20 and SL is 10 (Pips) that means you going to hit SL 2x times vs hitting your TP, not to mention that you want to multiply this scenario by 3x..? How often and when did you see price moving in 1 direction without any retracement..? Maybe at some NFP news or similar, but not on regular occasion.. This system is dead on arrival.. IMHO..

  • @cnightwing
    @cnightwing Год назад +8

    This is very interesting. So basically it's a scale in strategy with a special trailing stop. Great idea!

    • @pky013
      @pky013 Год назад +2

      I compared this ea with trailing stop ea. Better result with this strategy.

    • @UnemployableFakeGuru
      @UnemployableFakeGuru 5 месяцев назад

      @@pky013 Got some room to breath at times.

  • @BehradPourreza
    @BehradPourreza Год назад +12

    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.

    • @pky013
      @pky013 Год назад

      I compared this strategy with trailing stop. Better result with this strategy.

  • @7rang.
    @7rang. 4 месяца назад +6

    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.

    • @ecoengineering7535
      @ecoengineering7535  3 месяца назад +3

      Hi, please notice that this is not a trading strategy, but exiting technique. you should combine it with a trading strategy to maximize profit.

    • @7rang.
      @7rang. 2 месяца назад +1

      @@ecoengineering7535 Hi, give us the code please

  • @ramkumarshrivastava7341
    @ramkumarshrivastava7341 Год назад +8

    I am really thankful to you for your such detailed videos. However, requesting you to kindly share the codes before line number 50 .

  • @OscarCarlosSchult
    @OscarCarlosSchult 10 месяцев назад +1

    Hi Chia. I find your aproach as simple as it is extraordinary. Thank you, thank you very much.

  • @jdaniele
    @jdaniele 6 месяцев назад +3

    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...

    • @TheMorhaGroup
      @TheMorhaGroup День назад

      Would you be willing to help me code my EA, I have all the mathematics sorted already and expressed as equations, I just need someone who knows how to program to code the bot to run on those equations. I can assure you the bot 100% will make money, the system is what I use as a full time trader, I want a but because I can increase the complexity of my equations exponentially, so if you are willing to help me, not only can you keep a version for yourself, but I will keep you up to date with the new iterations of my equations

  • @vyacheslavfiodorov5738
    @vyacheslavfiodorov5738 Год назад +12

    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

    • @TheMorhaGroup
      @TheMorhaGroup День назад

      Would you be willing to help me code my EA, I have all the mathematics sorted already and expressed as equations, I just need someone who knows how to program to code the bot to run on those equations. I can assure you the bot 100% will make money, the system is what I use as a full time trader, I want a but because I can increase the complexity of my equations exponentially, so if you are willing to help me, not only can you keep a version for yourself, but I will keep you up to date with the new iterations of my equations

  • @dutchy5752
    @dutchy5752 9 месяцев назад +2

    so what is the slippage per trade? Because the market may move so fast that your order will not be able to execute at the desired price

  • @Seeker_of_sense
    @Seeker_of_sense Год назад +4

    Please combine this strategy with your hedging strategy and make another video. This combination should reduce losses.

  • @joeyjoi8r
    @joeyjoi8r 8 месяцев назад +8

    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.

    • @bardaprasad2031
      @bardaprasad2031 8 месяцев назад

      Hi , Can you share more insights on the backtest?

    • @grrrrrr1288
      @grrrrrr1288 8 месяцев назад

      How long was the backrest?

  • @hu5116
    @hu5116 8 месяцев назад +1

    Thanks for the great video! As we can, all surmise, it is very hard to come up with a new algorithmic trading scheme. Maybe yours is original, as I have not had a chance to look at it in detail. This looks an awful lot like a technique called zone recovery. Note that I think it also goes by a couple of other names as well, probably helps to obscure it from significant attention. Some have likened it to a martingale, strategy, and in some respects it is. However, the difference is that in zone recovery you define a number of levels at which you will simply take your lumps and take the loss. This prevents the potentially exponential explosion of loss as in a real martingale strategy. If anyone has examined it enough to tell for sure whether it is or is not zone recovery, I would love to hear a comment on that. Otherwise, I will be planning to dive into it when I have a chance. Thanks for a great video nonetheless!

  • @d3ath1ygaming55
    @d3ath1ygaming55 5 месяцев назад +2

    You've never heard of anyone adding to winners and trailing their stops? You invented this? Wow man.

  • @byronmcmullen5599
    @byronmcmullen5599 8 месяцев назад +1

    for every new order youd have to pay the spread. why wouldnt you just use an auto trailing stop OR edit the order to move your SL and TP up effectively keeping the market boxed in?

  • @algoa456
    @algoa456 10 месяцев назад

    I remember seeing a very nice cartoon strip on mathematics and trading. There were four panels. All feature a guy sitting in front of a computer.
    Panels
    1. Guy says, "I'm an engineer. I'm good with numbers".
    2. "The stock market is all about numbers".
    3. " i should be able to do well trading the market using math".
    4. "Whoops, where did all my money go"?
    Of course, quants use mathematics and statistics for trading, but like just about everything around the market, some do well, most don’t.

  • @nurilyc1utc983
    @nurilyc1utc983 3 месяца назад +1

    I compiled the source code and get the message "0 errors, 3 warnings, 9395 msec elapsed, cpu='X64 Regular'",
    1. declaration of 'EntryPoint' hides global variable
    2. declaration of 'RiskPercent' hides global variable
    3. possible loss of data due to type conversion from 'long' to 'int'
    The EA give the result with flat line at the graph tab as big as balance value, no trade happened.
    Would you advice with this matter please? Thanks in advance.

  • @pinoypinoynoy
    @pinoypinoynoy Год назад +4

    this is very good sir, I hope you have EA ready for us :)

  • @golathmim
    @golathmim 9 месяцев назад +2

    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?

  • @Stisse12
    @Stisse12 9 месяцев назад +1

    Very interesting, need to investigate in this more, will try your code..
    What about increase the lotsize also? does that destroy the compounding ?

  • @teknerds
    @teknerds 7 месяцев назад

    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

  • @rbanks721
    @rbanks721 Год назад +6

    Nice presentation! Where can I download this code?

  • @samoyedkiyo
    @samoyedkiyo 8 месяцев назад

    Thanks for the strategy, very helpful for beginners who are still learning like me in the nfc community.

  • @rbrown2948
    @rbrown2948 7 месяцев назад

    Really nice in-trade management/optimisation strategy. Quick Question: If your starting trade had a Reward/risk ratio of 5:1 say, instead of 2:1, does that affect the Reward/risk ratio of subsequent trades? in other words, if you had a stop loss of 10 pips and target profit for the first trade of 50pips, would your second trade have a stop loss of 2 pips? or 5pips?
    Either way, thank you!

  • @tonya3375
    @tonya3375 9 месяцев назад +1

    This is renko strategy , if you look deep enough , and set brick size accordingly

  • @javierbaisburd8062
    @javierbaisburd8062 Год назад +2

    There are so many undefined and and undeclared functions. I will be helpul to have the link of the code and check your results. Thank you.

    • @ecoengineering7535
      @ecoengineering7535  Год назад

      Hi, All of them are discussed in this course, please find the link to MQL tutorial below:
      ruclips.net/video/4Cv2G0tVm4Q/видео.html

    • @javierbaisburd8062
      @javierbaisburd8062 Год назад +1

      @@ecoengineering7535 Could you show what is written from line 0 to 50, please?

    • @TheMorhaGroup
      @TheMorhaGroup День назад

      Would you be willing to help me code my EA, I have all the mathematics sorted already and expressed as equations, I just need someone who knows how to program to code the bot to run on those equations. I can assure you the bot 100% will make money, the system is what I use as a full time trader, I want a but because I can increase the complexity of my equations exponentially, so if you are willing to help me, not only can you keep a version for yourself, but I will keep you up to date with the new iterations of my equations

  • @sibusisomosweu4424
    @sibusisomosweu4424 Месяц назад

    Great video, only problem is if prices keeps going in direction your f***ked & the quality bar is low.

  • @rudymostert7135
    @rudymostert7135 9 месяцев назад +2

    Hi Chia, like others in the comments, I would also like to see the code before line number 50. Would it be possible to please get a video of all the code, or if you are able to share the the files that would be great.

  • @eeeeeek
    @eeeeeek Год назад +2

    this should be adjusted for the atr to reduce unnecessary stop

  • @mohammedhashim2419
    @mohammedhashim2419 10 месяцев назад +1

    I am at a loss to understand. How is this technique different than using trailing stop loss? Unless, we are using the previous gains to increase the size. If we do that only then I can see that we will gain the compounding factor

    • @mikelang4853
      @mikelang4853 10 месяцев назад +2

      Trailing stop just moves the single existing positions stop as you go..
      A strategy implementing cascading orders adds to the total lots in play. Potentially compounding overall gains. (Only in trending market..)
      Kinda like implementing martingale techniques

  • @E.E.
    @E.E. Год назад +1

    Have you tested addig on the pullbacks.... Not easy to program. Thank you for sharing a great concept

  • @sumitdubey5290
    @sumitdubey5290 3 месяца назад

    Videa seems interesting, but as per statistics, it 'll have big drawdown. Lets check with bionamial probability, if all trader win probability is 50% = probability of 4 continues win is only 6.5%. which is less then 10%. But you know probability of 3 and 4 trader will be less then 50%. So in long run , it might not work.

  • @_bobbejaan
    @_bobbejaan 10 месяцев назад +61

    i backtested this strategy over years of historic data. It does not work. If you buy every x pips you need to sell every x pips too. otherwise your results depend on if in the end the price rises. if you buy and sell at the same spot. if price rises 5 pips your short is stopped out and you still have no profit. then you are still dependant on chance. price goes down 10 pips you are also stopped out of your long positioin. will you go back in at your original point? price can go up and down 10 pips many times and stop you out 10 times at the same price. One option is to don't close trades at all till you reached 100 pips profit. and then open a long and a short at this point. but then if price keeps going in one direction (lets say 500 pips up) you are stuck with 5 shorts that you can only close if price goes down by chance. This strategy is garbage.

    • @ademolaalimi8863
      @ademolaalimi8863 10 месяцев назад +14

      Not sure you quite understand the technique. You may need to watch the video again. From my understanding of this technique, you won't have long and short open trades at the same time. I advise you watch again.

    • @filippofederighi9809
      @filippofederighi9809 6 месяцев назад

      No. It depends how you calculate each leg

    • @IDONTPARTYMUCH
      @IDONTPARTYMUCH 5 месяцев назад +1

      😂😂😂😂

    • @IDONTPARTYMUCH
      @IDONTPARTYMUCH 5 месяцев назад +1

      Saved me 22mim thank you

    • @7rang.
      @7rang. 4 месяца назад

      ​@@ademolaalimi8863 Yes, he did not understand this strategy at all. Apparently he is new to trading.

  • @Mr11thhour
    @Mr11thhour 8 месяцев назад

    Amazing!, please do a video on your custom functions, I'd love to see that.

  • @StefanReich
    @StefanReich Год назад +2

    Interesting. So it's basically an alternative to trailing stops

  • @khalidhakimi93
    @khalidhakimi93 Год назад

    the first example of trading if applied to USDTRY will have made you a millionaire from the past 10yrs, the pair is just going up

  • @ibrahimalhasani9167
    @ibrahimalhasani9167 10 месяцев назад +1

    think I would be massive loses bcz the market moves in small waves in small and big time frames not vertically as you mentioned in the video and the correction most likely will happen , so It will hit the sl then go to the target especially in currency pairs but maybe works better in doejones and Nasaq or even gold

    • @ecoengineering7535
      @ecoengineering7535  10 месяцев назад

      Thank you for your comment...please try to write the code and back test it... You will see there are some times that it can happen...for example 2 days ago in EURUSD you could catch a huge profit with this strategy.... It is one of my main strategies for several years and I like it.

  • @davidhuber563
    @davidhuber563 Год назад +1

    Hey thanks for the video ! I did watch your other video about similar subject ! Where does this idea come from? Do you have a book or something where you have inspired yourself ?

    • @ecoengineering7535
      @ecoengineering7535  Год назад +1

      Hi, I just start to use this technique by myself, I have no book to mention.

  • @dontradesgold
    @dontradesgold Год назад +1

    What was SL size in pips you kept? 5 pips in a 1Hr TF would most likely end up being stopped in wiggle room…?

  • @giovannisantostasi9615
    @giovannisantostasi9615 Год назад +1

    Why do you need a strategy with this approach, could not this be used in a grid bot?

  • @blanemurillo6375
    @blanemurillo6375 8 месяцев назад

    What is the difference between this and a trailing stop loss 5 points behind once your up 20 points? Thanks

  • @shahbazkamyab
    @shahbazkamyab 10 месяцев назад +3

    Hi Chia, great lesson! can you please explain more in depth about your three user defined options as that looked really interesting.

  • @kevinjohnson3521
    @kevinjohnson3521 Год назад +4

    Mathematical models are only as good as the data used in them!

  • @GordonMiltons
    @GordonMiltons 2 месяца назад

    You've updated the EA, but I cant' find any instructions on the settings. Please help. TIA

  • @daymaker_trading
    @daymaker_trading 8 месяцев назад +1

    Great video, thank you so much!

    • @ecoengineering7535
      @ecoengineering7535  8 месяцев назад

      I'm glad you enjoyed the video! Thank you for watching!

  • @rialestari6oo
    @rialestari6oo 9 месяцев назад

    Wow cool, thanks for sharing, but I usually use the unfilled order strategy in the nfc community.

  • @navketan1965
    @navketan1965 Год назад +2

    Dear Sir,
    I am impressed with your wisdom & your hard work.I request you to backtest this strategy. It is nearly impossible to guess where market would next go but it is much easier to tell where market is less likely to go--and that is where there is mathematical edge & would be easier to code.
    You could test the strategy on instruments which have high liquidity & trade around the clock--let us say forex & high volume US indices to start with.All orders are Limit order & orders are entered end of each day based on closing prices(EOD).For Forex pairs end of NY session is END OF DAY
    On A given instrument(say Eur/Usd) limit order is placed to buy(or sell) at A distance " D" which is (70% of average daily ATR) away from the closing price EOD.Take profit (TP) & stop loss (SL) distance is 50% of that distance (D)--every order is all complete order on the same ticket.Only one order/day on the instrument.Win or lose--no trader intervention,market decides when take profit or stop loss gets hit.On that instrument orders are entered on both sides, Long & short at the same time.
    All open orders get cancelled at the end of that day & new orders are entered based again on end of day new prices.Orders are placed on multiple different currencies to diversify risk(both dollar pairs & cross currencies as well).Risk capital on any instrument is 1% of account equity only.
    Rationale--Markets are random but fractal in nature.Distance travelled in a given time span is based on square root of time.TRADING EDGE comes from the fact that from End of day INITIAL price the TP is closer compared to SL & chances of hitting TP are higher than hitting SL--and when TP is hit,then stop loss order gets cancelled right away..If one month option is priced $1--then 4 month option should cost $2.Distance travelled in 4 months is square root of 4.Option premium formulas are not ALLperfect but billions of $$ trade based on that formula & market makers make $$,no matter where the market goes/or does not go.At the money Call & put cost the same--take your pick.
    And Thank you

    • @powerball200
      @powerball200 10 месяцев назад

      hey what is all this? im getting confuse

    • @navketan1965
      @navketan1965 10 месяцев назад

      Sir, You are A bright man wth wisdom.Markets are random & we do not know her next move.Direction is 50/50 over thousands of episodes with jerky trends at times. AND 5/10 point stop loss(SL) would get triggered many many times with random motions.May be do this video strategy(Yours wisdom) with 20 points SL & 40 points take profit (TP) to start with & when first TP is reached, new order may have SL of 15 points--on and on & on.Please back test this idea.Thank you.@@powerball200

    • @Rob_Mitchell
      @Rob_Mitchell 5 месяцев назад

      Whoa Nelly. I see 3 maybe 4 problems with this.
      1) This assumes that the price is more likely to hit the TP before the SL because the TP is closer. However, this does not consider market direction, momentum, or any kind of news events that could easily move the price to SL.
      2 ) Relying solely on ATR for entry, TP, and SL (settings) ignores other important things like trend direction, support and resistance levels, and macro indicators.
      3 ) The approach of cancelling all open orders and setting new ones daily may lead to missed opportunities or escaping profitable positions too early. Don't you want to make money - and more of it?

    • @Rob_Mitchell
      @Rob_Mitchell 5 месяцев назад

      On Rationale -- You hinted at leveraging the fractal nature of markets and the square root law of market movement - like the concept used in option pricing models (ie. Black-Scholes) - however, the simplistic application of these complex theories into a mechanical trading rule greatly oversimplifies market dynamics in my opinion.

  • @dbncase
    @dbncase 8 месяцев назад

    I really want to use this strategy but I don't know the whole code. How can I get it?

  • @nguyenhoangnam942
    @nguyenhoangnam942 Год назад +3

    Can you please show the codes before line 50?

  • @jasonacyeo
    @jasonacyeo Год назад

    Thank you for sharing the method of optimizing profit. This is very helpful. I wander if you can share any profitable entry techniques? I have tested many so called "high return" methods on RUclips, most if not all, failed miserably. Thank you.

  • @louischretien5469
    @louischretien5469 8 месяцев назад

    I can see it working well with CPI news where the price continues far in one direction....

  • @MrRamses667
    @MrRamses667 8 месяцев назад

    Where to get whole code of this strategy from (cant see line 1-50)? I copied it to mt4 editor and cant make it to run. There is lots of errors. I cant include the inputs file to expert. Pls help. Thanks

  • @wayneelliott4630
    @wayneelliott4630 9 месяцев назад

    Hi Chia. Is the code in for this EA available or available for purchase. I would like to use it and run my own testing. Regards. Wayne

  • @serim1986
    @serim1986 Месяц назад

    I wonder how it works using 1r multiples of tp instead of 2r

  • @nabilmagar2658
    @nabilmagar2658 Год назад +1

    HI Chia, I have done extensive testing for different hedging strategies and would like to test this Cascade ordering strategy , how can i get a copy of the EA to test it please or if it is for sale how much is it for.
    Kind Regards.
    Nabil Magar.

  • @diciamolo
    @diciamolo 9 месяцев назад

    second question, what if you did not rich the first TP in order to move the TP and open the second position? do you simply hit the stop loss and that;s it or do you open other position hoping for the price to close at least at breakeven?

    • @ecoengineering7535
      @ecoengineering7535  9 месяцев назад

      No, This is not hedging strategy and when we hit the stop loss we simply accept it

  • @JuicedMoose
    @JuicedMoose 9 месяцев назад

    Imagine how well you would hav3 done on jpy shorts this fast few weeks

  • @luismaldonado2892
    @luismaldonado2892 9 месяцев назад

    The market moves in ranges and may takes many stops until found a profitable trade

  • @kjlee1982
    @kjlee1982 3 месяца назад

    This seems like the perfect way to blow an account if you were to factor in slippage, fees, and consistently hitting your sl.

    • @ecoengineering7535
      @ecoengineering7535  3 месяца назад

      No, this is not hedging or Martingale and if you implement it correctly with algorithm, there is no way to blow your account.

  • @TheSogmeister
    @TheSogmeister 9 месяцев назад

    Hello Chia, do you perhaps have this in MT5 or could do a video about it in MT5? I am trying to work on a bot but its not seeming to behave as expected in my MT5 😞

  • @Mikelockey
    @Mikelockey 10 месяцев назад

    For what markets can you use this ? I dont think itwill work for synthetics because the market is computer controlled and can continually hit your buy and sells until you run out of equity and lose . I have seen someone lose 2.5 thousand dollars trying to use the same strategy

  • @ThabisoChasiwe
    @ThabisoChasiwe 2 месяца назад

    So what happens if the market doesnt go activate the second order, I mean if it keeps going down?

  • @usa989998
    @usa989998 Год назад +5

    Hi Chia, Thank you very much for the great informational video. I am still learning these scripts. Can you kindly help to share how did you get all those variables in the EA to take inputs for RSI etc... I dont know how to declare all those input variables. I expect those variables have been declared in your Cascade RSI First Wave.mq4 file on top. Can you kindly share how do you do that ? of if you have Github to share the code with community users, that would be great as well. Thanks, Nitin

    • @mikelang4853
      @mikelang4853 10 месяцев назад

      Input (variable type) (variable name) = (default value);
      Example
      input int rsiLevel = 70;

  • @drsamialrumaih
    @drsamialrumaih Год назад

    Very good idea, I like it so much

  • @RenePatrique
    @RenePatrique 8 месяцев назад

    Thanx for this! - 🙏 - I coded and tested it, and it is testing pretty fast in MT4 Strategy Tester, which I like very much! - The Entry here is of course a "generic" one but do not miss the point here folks: Cascading orders ("scaling in" into positions) is pretty powerful. Combine this technique with the best entry signal you have, the one which delivers the highest MFE / MAE stats and trades frequently (not only once a month or so), then test it and see for yourself. - Happy Coding! Happy Trading! - 😃 - Thanx once again! - 🙏

    • @ecoengineering7535
      @ecoengineering7535  8 месяцев назад +2

      Thank you very much for your comment.
      You are obsoletely right. This is not a strategy to enter a trade. It is a strategy to close it. Unfortunately some viewer mistakenly think this is a signal to enter a trade.

  • @FabioGai
    @FabioGai 9 месяцев назад

    Hi intresting Strategy, where i find mt4 expert advisor about this strategy?

  • @grgr1831
    @grgr1831 Год назад +5

    Can u share the mql4 file?

  • @kickbannedlaz4304
    @kickbannedlaz4304 Месяц назад

    @channelowner. Can you please tell us how to backtest on mt5? The EA settings are different from your video, in addition when I tested, none of the trades are triggered. Thanks.

    • @ecoengineering7535
      @ecoengineering7535  Месяц назад

      please search in channel's play list, we have a full tutorial for MT5 and MQL5.

    • @kickbannedlaz4304
      @kickbannedlaz4304 Месяц назад

      @@ecoengineering7535 Thanks. I'll do that and get back to you.

  • @sandyburke4743
    @sandyburke4743 11 месяцев назад

    Awsome work thanks so much 🙏 i will manually trade this on small account over next month on BCOUSD and see how it goes . Like you said have even 1 trade that reaches full 4x profit and youd have to loose 10 in a row to back to break even . Math will always prevail in a numbers game .

  • @shutengloke5907
    @shutengloke5907 3 месяца назад

    I think Tom Houguard uses this trading strategy all the time.

  • @ngassakamto8879
    @ngassakamto8879 Год назад +2

    thanks for the video. please link for the codes

  • @sspagro
    @sspagro 2 месяца назад

    Its working for me on tradetron using it for Nifty

  • @UnemployableFakeGuru
    @UnemployableFakeGuru 5 месяцев назад

    This is indeed an interesting concept. Would you help me to merge this with something else? (And make it 200% more profitable?)

  • @syaluuuuu2
    @syaluuuuu2 9 месяцев назад

    wow cool, if I use the unfilled order strategy taught in the nfc community.

  • @dougfebruary6098
    @dougfebruary6098 8 месяцев назад

    Hi. Excellent channel. Do you mind sharing the xide in txt file or source code. Battling to get it to work as I'm not a coder

  • @gipadang9815
    @gipadang9815 9 месяцев назад

    Hello could you made video about newton (yes the famous newton with apple) trading strategy base on mathematic

  • @ukbumpmaster
    @ukbumpmaster Год назад +1

    All very good but where is the link to the code you said in the video was provided ?😊

    • @ecoengineering7535
      @ecoengineering7535  Год назад +1

      I am making an MQL account and put them there

    • @johnianrutherfurd99
      @johnianrutherfurd99 10 месяцев назад

      Where is the link?
      I want to try to test it too.
      Many thanks.
      Nice videos

  • @ravireddy5432
    @ravireddy5432 Год назад

    Hi Chia, I am not a coder, but do you have it in Python? I am using custom built Algo...

  • @qhozenTrade
    @qhozenTrade 2 месяца назад

    hello.. can i test this in tradingview. do you have pinescript available?

  • @intjbro
    @intjbro 8 месяцев назад

    Thanks for this. Is there any way I could get the code?

  • @luispablopartearroyovallej5411
    @luispablopartearroyovallej5411 2 месяца назад

    Sr great video can you share the MT4 code?

  • @Pariya555
    @Pariya555 9 месяцев назад

    How would I calculate 1 point for XAUUSD (GOLD)?

  • @oliverknakowski6593
    @oliverknakowski6593 8 месяцев назад

    Hallo, very interesting strategy, trank you!
    Could you give me the Code, since I am Not a programmer?

  • @richitkohrichitko4355
    @richitkohrichitko4355 9 месяцев назад +2

    Do it on 1000 trades minimum, 30 trades has no statistic value.

  • @abdulnassirali
    @abdulnassirali 6 месяцев назад

    great thank you, but I cannot find the code??

  • @malcolmring6229
    @malcolmring6229 Год назад +1

    Hi Chia
    That is a brilliant system and as simple as it gets. Can you share the EA or help build an ea for this strategy.
    I understand that an order is placed independent of the cascade EA and this will manage the stop loss and take profit once the initial take profit is reached?
    Thanks for sharing this idea🙏

  • @victormike1075
    @victormike1075 Год назад

    dear sir ..nice videos.. can you please make a video on supply and demand zones..marking each zones with rectangles

  • @lawrencejackson6319
    @lawrencejackson6319 8 месяцев назад

    Are you able to share the source code? Or collab on a EA I made, I wish to implement this cascade to an EA, which i feel would really add value to the logic in mine mql4 EA.

  • @JojitoSFLTD
    @JojitoSFLTD 8 месяцев назад

    Hi is there anywhere to access the code? I am trying to piece together my own idea but my knowledge of MQL4 is a little rough

    • @ecoengineering7535
      @ecoengineering7535  8 месяцев назад

      I am making a video for the code and share it there

  • @henryadagbor9466
    @henryadagbor9466 Год назад

    I like this. Can I a get detail info on please?

  • @LynaCarats
    @LynaCarats 8 месяцев назад

    Any news on this bot strategie ? Looks great

  • @worryphree
    @worryphree 9 месяцев назад

    Hi, do you have the mql4 code that can simply be copy/pasted?

  • @galomenjifather7420
    @galomenjifather7420 8 месяцев назад +1

    Thank you for the video. I learnt a lot from you. Can you share with me your most common includes .
    Thank you

  • @richardenderle715
    @richardenderle715 9 месяцев назад

    Hi
    This is exactly the way I trade many months but manually. Is it possible to get this EA from you or the code in a file? Best regards, Richard

    • @digibree
      @digibree 7 месяцев назад

      How do you account in the spread

  • @77Nof
    @77Nof 7 дней назад

    Do you have this code in MQL5 ?

  • @willyw9732
    @willyw9732 15 дней назад

    Hi, If there is an EA already available, can you share it please?

    • @ecoengineering7535
      @ecoengineering7535  4 часа назад

      you can have access to the code through the following video:
      ruclips.net/video/3dAs980enns/видео.html

  • @dbncase
    @dbncase 9 месяцев назад

    This looks amazing and straightforward. You said this is a technique, my question is what one of your strategies could be paired well with this and combined in one ea besides the RSI overbought/ oversold? Thanks

  • @RomanSkrypinGPT
    @RomanSkrypinGPT 8 месяцев назад

    Trailing stop + DCA

  • @maneeshdilhan8806
    @maneeshdilhan8806 Год назад

    Your superb. Keep it up ❤