Connect The Cross Trading Strategy

 
Here is an interesting strategy. Connect the Cross and use it as pivots in the price channel. I am working on the code of it. Want to help?

Needs: mathematically calculate the doji candle(cross), find candles and connect lines creating price channel, buy at bottom, sell at top, and vise versa.

Question, How to know when it will move above or below the price channel? Maybe buy and sell candle to candle, but when to move to new time chart with new target, is the question.
Any ideas?

By: Ken McCormick Forex Trading Strategist

Forex Trading Strategy by Ken McCormick, Follow The Cross.

 
PinBar
PinBar
  • votes: 20
  • 2013.07.31
  • Andrey Shpilev
  • www.mql5.com
An indicator of pin bars, to be used as a built-in indicator in Expert Advisors. Shows levels specified by the pattern for the open price and stop-loss.
 

this is the easiest part ; drawing 2 line from the 4 point we have them. ( assume that's done )


and now what is the point from your strategy ?

 

Forum

Connect The Cross Trading Strategy

TIMisthebest, 2013.09.20 22:57

this is the easiest part ; drawing 2 line from the 4 point we have them. ( assume that's done )


and now what is the point from your strategy ?

Your price channel is different, you connected them based on trend line, I used a range, support and resistant style. The trade is to  buy and sell at top and bottom. Be careful for the breakout though. I like the smileys though, pretty cool. I read the pin bar, which is similar and somewhat dependable. If the RSI or other oscillator is used also, it adds to more accurate decisions.
 
KenMcCormick:
Your price channel is different, you connected them based on trend line, I used a range, support and resistant style. The trade is to  buy and sell at top and bottom. Be careful for the breakout though. I like the smileys though, pretty cool. I read the pin bar, which is similar and somewhat dependable. If the RSI or other oscillator is used also, it adds to more accurate decisions.

for determination support and resistance , do you use any indicator in mql5 , which of them ?

 

some "Support and Resistance" indicators :

support_and_resistance.mq5  in   https://www.mql5.com/en/code/401      ------>    **    ?

pivot.mq5 in  https://www.mql5.com/en/code/95                                                                     

adaptiverenko.mq5  in https://www.mql5.com/en/code/1177                                                     

nrtr_rosh_v2.mq5 in https://www.mql5.com/en/code/428                         ------>    ***  ?      

nrtr.mq5 in https://www.mql5.com/en/code/145                                      ------>    ***  ?     

supersr6.mq5 in https://www.mql5.com/en/code/1406                                                                  

ma_rounding_channel.mq5 in https://www.mql5.com/en/code/1212          ------>     **   ?   

fp.mq5 in https://www.mql5.com/en/code/781

Support and Resistance
Support and Resistance
  • votes: 10
  • 2011.08.03
  • Nikolay Kositsin
  • www.mql5.com
The "Support and Resistance" indicator shows the support and resistance levels using the Fractals indicator by Bill Williams.
 

nrtr_rosh_v2.mq5 :

Real author:

Rosh

Description:

This indicator marks its values depending on the current trend.

In case of a downward trend, the indicator is colored red and magenta. In case of an upward trend, it is colored lime and aqua. When prices are rising, the level where crosses are set is a support line. When prices are falling they represent a resistance line. Similarly, aqua points show resistance levels when prices go up, while magenta ones show support levels during a downward trend.


                                      

nrtr.mq5  :

                             

 

can you please share your analysis about this

or any other idea can check it ?

 
TIMisthebest:

can you please share your analysis about this

or any other idea can check it ?

I visualize now, working to code it for auto trading and/or signal. A detailed observation of where the market stops at each of the support and resistant levels on the above charts (or any chart for that matter) should reveal the pattern being created. The more careful the observational study, the better accuracy of the perception, which should result in more profitable trades, and the design of better performing Experts.

Example: Each set of candles creates a picture, the 1M, all the way to the monthly charts, are creating a picture, so the idea is to connect the small pieces of the puzzle together with the whole. Then it is easier to determine what the big picture looks like. Knowing what the finished puzzle looks like, reveals the placement of the next piece, or (the next trade),. It will vary somewhat according to events effecting the dynamics of the market and resulting price action, but overall, it will be very similar to what the creation is.  I am working on the expert for this analysis. It is unlike anything you have ever heard of probably, and would take much time to fully describe here. I expect the resulting product, to be the best performing Expert in the world. Amazing the entire world financial market. I am optimistic. Similar to the story of the Japanese rice trader who created the candlestick chart, and placed 100 profitable trades in a row, without a single loss, and became the most wealthy man of his time. According to the legend anyway. He was also known as a devout religious man, so full of optimism, I'm sure.

In my observation of the above, the price is trading in a range, and somewhat sideways pattern, and so there is not an established trend yet. Just looking at it, is what it looks like to me. The two lower crosses tells me it could be a double bottom, and the entire picture looks like something entirely different.. Could trade the support and resistance levels using any oscillator, but watch for the breakout. To code would need to calculate the candles and coordinate the oscillator and include trading models ect in the expert.

Documentation on MQL5: Standard Constants, Enumerations and Structures / Environment State / Symbol Properties
Documentation on MQL5: Standard Constants, Enumerations and Structures / Environment State / Symbol Properties
  • www.mql5.com
Standard Constants, Enumerations and Structures / Environment State / Symbol Properties - Documentation on MQL5
 
KenMcCormick:
I visualize now, working to code it for auto trading and/or signal. A detailed observation of where the market stops at each of the support and resistant levels on the above charts (or any chart for that matter) should reveal the pattern being created. The more careful the observational study, the better accuracy of the perception, which should result in more profitable trades, and the design of better performing Experts.

Example: Each set of candles creates a picture, the 1M, all the way to the monthly charts, are creating a picture, so the idea is to connect the small pieces of the puzzle together with the whole. Then it is easier to determine what the big picture looks like. Knowing what the finished puzzle looks like, reveals the placement of the next piece, or (the next trade),. It will vary somewhat according to events effecting the dynamics of the market and resulting price action, but overall, it will be very similar to what the creation is.  I am working on the expert for this analysis. It is unlike anything you have ever heard of probably, and would take much time to fully describe here. I expect the resulting product, to be the best performing Expert in the world. Amazing the entire world financial market. I am optimistic. Similar to the story of the Japanese rice trader who created the candlestick chart, and placed 100 profitable trades in a row, without a single loss, and became the most wealthy man of his time. According to the legend anyway. He was also known as a devout religious man, so full of optimism, I'm sure.

In my observation of the above, the price is trading in a range, and somewhat sideways pattern, and so there is not an established trend yet. Just looking at it, is what it looks like to me. The two lower crosses tells me it could be a double bottom, and the entire picture looks like something entirely different.. Could trade the support and resistance levels using any oscillator, but watch for the breakout. To code would need to calculate the candles and coordinate the oscillator and include trading models ect in the expert.

ok,

!?

Good luck.

 
TIMisthebest:

ok,

!?

Good luck.

Thanks, I appreciate your optimistic support, and encouragement. Here is a piece of gold for you. I will place a chart in my profile with a trading strategy. Take a look.

Reason: