• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 7:22am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 7:22am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

EA based on indicator which changes based on numbers of bars 0 replies

Cycle/Time Based Theories/Systems 2 replies

Creating an EA based on cycle identifier indicator 12 replies

Fractal based trendline indicator, horizontal fractal S/R indicator 6 replies

Price-based Vs. Pip-based 5 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 16
Attachments: Trade based on Market Cycle Indicator
Exit Attachments
Tags: Trade based on Market Cycle Indicator
Cancel

Trade based on Market Cycle Indicator

  • Last Post
  •  
  • 1 2Page 3 4
  • 1 2Page 3 4
  •  
  • Post #41
  • Quote
  • Aug 13, 2016 1:47pm Aug 13, 2016 1:47pm
  •  Samer1970
  • | Membership Revoked | Joined Nov 2012 | 3,392 Posts
For the yello line, it is now considered above zero or under zero
so even if it is colored by yellow , it is still valid for the signal


ok

let's begin writing the code manully, i use my own blocks but i do not have any ea builder so it will take some tie

good night
GUYS BE AWARE FROM HUNTING YOUR STOP LOSSES BY YOUR BROKER & BY "GHOSTS"
 
 
  • Post #42
  • Quote
  • Aug 13, 2016 2:14pm Aug 13, 2016 2:14pm
  •  MathTrader7
  • Joined Aug 2014 | Status: Trading | 2,157 Posts
Quoting Samer1970
Disliked
For the yellow line, it is now considered above zero or under zero so even if it is colored by yellow , it is still valid for the signal ok let's begin writing the code manually, i use my own blocks but i do not have any ea builder so it will take some tie good night
Ignored
Here is a piece of code that shows how you can read the values (of bar = 1) of my indicator,

Inserted Code
input int InpPeriod = 10;
 
#define MARKET_CYCLE_FLAT 0
#define MARKET_CYCLE_DOWN 1
#define MARKET_CYCLE_UP 2
 
double mc_up_1 = iCustom(Symbol(), 0, "MT7_MarketCycle_IN", InpPeriod, MARKET_CYCLE_UP,1);
double mc_down_1 = iCustom(Symbol(), 0, "MT7_MarketCycle_IN", InpPeriod, MARKET_CYCLE_DOWN,1);
double mc_flat_1 = iCustom(Symbol(), 0, "MT7_MarketCycle_IN", InpPeriod, MARKET_CYCLE_FLAT,1);
Trading is the hardest way to make easy money...
 
 
  • Post #43
  • Quote
  • Aug 13, 2016 2:23pm Aug 13, 2016 2:23pm
  •  Samer1970
  • | Membership Revoked | Joined Nov 2012 | 3,392 Posts
Quoting MathTrader7
Disliked
{quote} Here is a piece of code that shows how you can read the values (of bar = 1) of my indicator, input int InpPeriod = 10; #define MARKET_CYCLE_FLAT 0 #define MARKET_CYCLE_DOWN 1 #define MARKET_CYCLE_UP 2 double mc_up_1 = iCustom(Symbol(), 0, "MT7_MarketCycle_IN", InpPeriod, MARKET_CYCLE_UP,1); double mc_down_1 = iCustom(Symbol(), 0, "MT7_MarketCycle_IN", InpPeriod, MARKET_CYCLE_DOWN,1); double mc_flat_1 = iCustom(Symbol(), 0, "MT7_MarketCycle_IN", InpPeriod, MARKET_CYCLE_FLAT,1);
Ignored
GUYS BE AWARE FROM HUNTING YOUR STOP LOSSES BY YOUR BROKER & BY "GHOSTS"
 
 
  • Post #44
  • Quote
  • Aug 13, 2016 5:10pm Aug 13, 2016 5:10pm
  •  domba
  • Joined Dec 2015 | Status: AMAZING!!! | 574 Posts
If you like my post throw me a Doge: D9eyP5TFYGDaN1JpjyU4jaU9ypg2wUk8Zp
 
 
  • Post #45
  • Quote
  • Aug 15, 2016 11:25pm Aug 15, 2016 11:25pm
  •  cfudge
  • Joined Apr 2013 | Status: Member | 1,158 Posts
Mathtrader, how come the olive bars are always on top, Please explain.

Attached Image (click to enlarge)
Click to Enlarge

Name: eurusd 30min.jpg
Size: 130 KB
 
 
  • Post #46
  • Quote
  • Edited 11:59am Aug 17, 2016 11:42am | Edited 11:59am
  •  MathTrader7
  • Joined Aug 2014 | Status: Trading | 2,157 Posts
Here are some of my entries (I will upload the indicator MT7_Breakout_IN to Post 1). Olive bars mean that the market is about to move, a pattern (such as a pin-bar) or a breakout in the market over turning areas of the Alligator indicator are profitable entries.
Attached Image (click to enlarge)
Click to Enlarge

Name: EURUSDM30_001.png
Size: 49 KB
Trading is the hardest way to make easy money...
 
 
  • Post #47
  • Quote
  • Aug 18, 2016 5:56am Aug 18, 2016 5:56am
  •  hooshoo
  • | Joined Dec 2013 | Status: Member | 34 Posts
thanks mt7 ..great work ... using the breakout tool in direction of the trend is excellent but i guess would be great if we adde an alert for the indicator and should have an option if we need alert only for buys only or sells only or both .... thanks keep it up
 
 
  • Post #48
  • Quote
  • Aug 23, 2016 2:00pm Aug 23, 2016 2:00pm
  •  Bartleby
  • Joined Mar 2013 | Status: Member | 181 Posts
Hi MathTrader7,

for me MT7_Breakout_IN does not refresh. Issue on my side?
TWEE, revoke my membership.
 
 
  • Post #49
  • Quote
  • Aug 23, 2016 5:05pm Aug 23, 2016 5:05pm
  •  cfudge
  • Joined Apr 2013 | Status: Member | 1,158 Posts
Yes same here does not refresh
 
 
  • Post #50
  • Quote
  • Sep 1, 2016 1:25pm Sep 1, 2016 1:25pm
  •  Joakim
  • | Joined Feb 2016 | Status: Member | 28 Posts
The same problem, doesn't refresh and also, please help me, why Market Cycle doesn't appear in my MT4? Last built
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_1.png
Size: 21 KB
 
 
  • Post #51
  • Quote
  • Jul 14, 2017 9:26pm Jul 14, 2017 9:26pm
  •  thomasberg
  • | Joined Dec 2016 | Status: Member | 10 Posts
Quoting MathTrader7
Disliked
This trading strategy is based on the reversal pattern, known as Pin-Bar with regards to the Market Cycle indicator. The Market Cycle indicator tries to predict the future movement of the market based on statistical analysis. Time frame: M30,. The Market Cycle indicator works on any time frame, though. Buy signal conditions: Market Cycle indicator is above zero (with default settings it is a blue histogram bar) A bullish pin-bar is formed. A bullish pin-bar has a long lower wick and a small upper wick, and its body size is a few times smaller than...
Ignored
Hi Mathtrader,
Thank you for creating this nice thread. As the indicator is given in compiled form (ex4), it is difficult to see the logic behind it. I just guess that it is also somehow based on ZigZag indicator, but i can be wrong though. May i know, what is the main difference between this indicator and the Cycle Indicator / Symphonie Extreme indicator ? Does this indicator repaint ?
Sorry for asking too much, i am a newbie ...
 
 
  • Post #52
  • Quote
  • Sep 30, 2017 1:34pm Sep 30, 2017 1:34pm
  •  liquidice
  • | Joined Aug 2014 | Status: Member | 597 Posts
Quoting MathTrader7
Disliked
This trading strategy is based on the reversal pattern, known as Pin-Bar with regards to the Market Cycle indicator. The Market Cycle indicator tries to predict the future movement of the market based on statistical analysis. Time frame: M30,. The Market Cycle indicator works on any time frame, though. Buy signal conditions: Market Cycle indicator is above zero (with default settings it is a blue histogram bar) A bullish pin-bar is formed. A bullish pin-bar has a long lower wick and a small upper wick, and its body size is a few times smaller than...
Ignored
Hi MathTrader7, thank you for these indicators ... going to try it when the market open, unfortunately I bump into the same problem when putting both the indicators into strategy tester, they just won't run.

Hopefully its working fine on live trade. Cheers!
 
 
  • Post #53
  • Quote
  • Edited 9:49pm Oct 1, 2017 8:55pm | Edited 9:49pm
  •  liquidice
  • | Joined Aug 2014 | Status: Member | 597 Posts
Quoting MathTrader7
Disliked
{quote} Hi Pipologist, The arrows and crosses are not generated by the current version of the indicator. This is one of my trading strategies that I wanted to share with the community here. In the next versions I will implement arrow-and-cross signs with alerts and notifications. The pin-bars will be detected on Bar[1]. This is because while the current bar is not closed, the bar might end up as a bin-bar or not. So our decision should be based on Bar[1]. Best, Math
Ignored
I was about to ask for notification and alert, it could come in handy. Is the latest version is released already?

Edit : On live trade I notice it repaints, I've switched between tf's and I notice that its either both indicators not updating or they both repaints, the breakout suddenly appear on the previous candle and the market cycle shows around 3-4 bars repaint.
 
 
  • Post #54
  • Quote
  • Apr 30, 2018 10:41am Apr 30, 2018 10:41am
  •  MathTrader7
  • Joined Aug 2014 | Status: Trading | 2,157 Posts
Version 1.04 of the indicator released (I updated Post 1).
Trading is the hardest way to make easy money...
 
2
  • Post #55
  • Quote
  • May 10, 2018 2:38pm May 10, 2018 2:38pm
  •  kristjantelve
  • | Joined Oct 2006 | Status: Member | 263 Posts
Quoting MathTrader7
Disliked
Version 1.04 of the indicator released (I updated Post 1).
Ignored
Hello

For some reason, it will not appear on the chart

regards

Kristjan
 
 
  • Post #56
  • Quote
  • May 10, 2018 3:11pm May 10, 2018 3:11pm
  •  MathTrader7
  • Joined Aug 2014 | Status: Trading | 2,157 Posts
Quoting kristjantelve
Disliked
{quote} Hello For some reason, it will not appear on the chart regards Kristjan
Ignored
It may not work on M1 charts. Try it on, for example, a EURUSD, M30 chart.
Trading is the hardest way to make easy money...
 
 
  • Post #57
  • Quote
  • Jan 19, 2019 2:29pm Jan 19, 2019 2:29pm
  •  salimc
  • | Joined Jan 2012 | Status: Trader | 1,322 Posts
Quoting MathTrader7
Disliked
Version 1.02 of the indicator released. In this version the hypothesis for the market cycle change is displayed with Olive colored bars. I updated Post 1. {image}
Ignored
Thank you for uploading the nice Indicator.
At present are you trading with the same system?
 
 
  • Post #58
  • Quote
  • May 9, 2019 3:22pm May 9, 2019 3:22pm
  •  salimc
  • | Joined Jan 2012 | Status: Trader | 1,322 Posts
Quoting MathTrader7
Disliked
Here are some of my entries (I will upload the indicator MT7_Breakout_IN to Post 1). Olive bars mean that the market is about to move, a pattern (such as a pin-bar) or a breakout in the market over turning areas of the Alligator indicator are profitable entries. {image}
Ignored
hi,
is there any new version of the indicator?
thanks.
 
 
  • Post #59
  • Quote
  • Sep 2, 2019 8:27am Sep 2, 2019 8:27am
  •  forex1086
  • | Joined Jul 2016 | Status: Member | 5 Posts
Hi Math Trader,
This version of MT7_MarketCycle_IN 1.04 Freezes some time it does not Auto refresh and paint its Histogram could you please fix it.
 
 
  • Post #60
  • Quote
  • Mar 4, 2020 8:09am Mar 4, 2020 8:09am
  •  MathTrader7
  • Joined Aug 2014 | Status: Trading | 2,157 Posts
Version 1.05 of the indicator released (I updated Post 1). In this version I fixed some bugs in the code.
Trading is the hardest way to make easy money...
 
 
  • Trading Systems
  • /
  • Trade based on Market Cycle Indicator
  • Reply to Thread
    • 1 2Page 3 4
    • 1 2Page 3 4
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023