Site Administrator Swing Trader Data Scientist & DevOps
Manta, Ecuador
Experience: Advanced
Platform: My own custom solution
Trading: Emini Futures
Posts: 49,790 since Jun 2009
Thanks: 32,314 given,
97,613
received
You might try this. I am not the author but found it on Google.
Name: Ichimoku - Lines
Type: Indicator
Chart style:
Weight PlotName Style
Standard Line thinnest
Turning Line thinnest
Delayed Line thinnest
Chart color:
PlotName Color
Standard Red
Turning Blue
Delayed Magenta
Scaling: Same as symbol.
The second indicator Preceding draw the span lines or clouds. This indicator IS named Ichimoku - Cloud. The indicator Basically Draws Two cyan (bright blue) lines That Represent the cloud. Please note That Before Applying this indicator to a chart, you must set the "space to the right" setting for the chart (in the chart format dialog) Greater Than or Equal to the value of the "standard" input (26 Is The default value).
Here Is The EasyLanguage Used to create the Ichimoku - Cloud indicator. The properties for the indicator Presented are the after the EasyLanguage.
Name: Ichimoku - Cloud
Type: Indicator
Chart style:
Weight PlotName Style
Span1 Line Medium-thinnest
Span2 Line Medium-thinnest
I tried to download the free trial version for multicharts but currently there is only for TS,
I wrote an email to support of the website, and wow I got an answer within 5 minutes.
They said they will upload a trial for multicharts later on today, and that the payed version already supports multicharts.
I tried the free tradestation version - works great!
Has any one ever bought from this web site?
Any information about the quality?
I also found another interesting indicator on the website you recommended - Predictive RSI -
Any one knows how it works?
The following user says Thank You to Allason for this post:
I decided to make my first indicator, very simple a histogram of the Chikou - Close (will soon be equilibrium price). My problem is that I want it to plot on chart 1 in the margins, I have chart set to a 10% margin bottom and indicator 90% top margin.
I tried to download the free trial version for multicharts but currently there is only for TS,
I wrote an email to support of the website, and wow I got an answer within 5 minutes.
They said they will upload a trial for multicharts later on today, and that the payed version already supports multicharts.
I tried the free tradestation version - works great!
Has any one ever bought from this web site?
Any information about the quality?
I also found another interesting indicator on the website you recommended - Predictive RSI -
Any one knows how it works?
I'm an aspiring programmer but not there yet. I contacted ProTradingIndicators to convert several Indicators I use over to MultiCharts when I became a MC user. They know what they are doing and they are very reliable. I've spent a lot of money on custom programmers and typically the turn around is long and as programmers/coders they typically don't TRADE and you have to go through several revisions to get what you actually want. The difference I found with ProTrading is they actually trade so they get what you are trying to accomplish very quickly. I purchased the Ichimoku package from them after watching Big Mikes webinar with Chris Capre from 2nd skies forex. Big Mike Thanks for that one...Chris Capre is a great person that has really helped me out a lot. I purchased Chris's course on Ichimoku and it is great.
I'm actually creating videos for ProTrading and the Ichimoku Indicator video will be up within a few days. As for the Predictive RSI it is really simple...I'll do a video on it this week so you can see how it works live.
Please note: I have no financial affiliation with ProTradingIndicators and do not get compensated in any way for the videos I do for them. (It's just a hobby of mine and I wanted to give back to them for all of the great work they have done for me) I'm a paying customer....
BigMikes forum is incredible for learning how to program for yourself...The people here are so generous...but if you need anything custom coded and your not at a level where you can do it yourself I highly recommend ProTradingIndicators....
PS: don't forget to modify the right margin in format windows (>26 bars)
This code looks great. Thanks
Unfortunately, I keep getting an error when appying the indicator to my chart in Multicharts - "Trying to access future data. Bar reference value : -26"
what did you set as chart shift in the format window? My guess is it's below 26 and therefore the indicator raises the error.
Regards,
ABCTG
nmorrowfx
This code looks great. Thanks
Unfortunately, I keep getting an error when appying the indicator to my chart in Multicharts - "Trying to access future data. Bar reference value : -26"
If anyone can help it would be much appreciated.
Regards
nmorrowfx
The following user says Thank You to ABCTG for this post:
what did you set as chart shift in the format window? My guess is it's below 26 and therefore the indicator raises the error.
Regards,
ABCTG
Hi ABCTG,
This does not seem to work if you add your symbols to a watchlist/pre-scanning window and try to add Ichimoku indicator to the list. I don't seem to find where such a param is available under the scanner, and you keep getting the same error message as described by nmorrowfx.
Cheers
The following user says Thank You to andby for this post:
I suppose the study would need to be modified to accomplish that. A couple of plots are shifted to the right with the Ichimoku and you'd need to decide which value you want to see in the scanner for the current bar i.e. either the value that is shifted to the right or the value the indicator displays at the current bar (basically this is the value from 26 bars ago).
Regards,
ABCTG
andby
Hi ABCTG,
This does not seem to work if you add your symbols to a watchlist/pre-scanning window and try to add Ichimoku indicator to the list. I don't seem to find where such a param is available under the scanner, and you keep getting the same error message as described by nmorrowfx.
Cheers
The following user says Thank You to ABCTG for this post: