NexusFi: Find Your Edge


Home Menu

 





Ichimoku for Multicharts


Discussion in MultiCharts

Updated
      Top Posters
    1. looks_one rani with 2 posts (0 thanks)
    2. looks_two gonzofist with 2 posts (0 thanks)
    3. looks_3 ABCTG with 2 posts (2 thanks)
    4. looks_4 Big Mike with 1 posts (2 thanks)
      Best Posters
    1. looks_one Ykarius with 15 thanks per post
    2. looks_two diverdan with 2 thanks per post
    3. looks_3 Big Mike with 2 thanks per post
    4. looks_4 MultiCharts with 2 thanks per post
    1. trending_up 16,222 views
    2. thumb_up 27 thanks given
    3. group 12 followers
    1. forum 16 posts
    2. attach_file 4 attachments




 
Search this Thread

Ichimoku for Multicharts

  #11 (permalink)
 
ChrisMoody's Avatar
 ChrisMoody 
Chapel Hill, NC
 
Experience: Advanced
Platform: Trade Navigator, MultiCharts, TOS
Broker: Stage 5, FXCM, IQ Feed
Trading: Futures, Forex, Options
Posts: 12 since Aug 2011
Thanks Given: 22
Thanks Received: 3


Allason View Post
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....

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Are there any eval firms that allow you to sink to your …
Traders Hideout
ZombieSqueeze
Platforms and Indicators
NexusFi Journal Challenge - April 2024
Feedback and Announcements
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
Online prop firm The Funded Trader (TFT) going under?
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
60 thanks
Funded Trader platforms
43 thanks
NexusFi site changelog and issues/problem reporting
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
The Program
19 thanks
  #12 (permalink)
 nmorrowfx 
Australia
 
Experience: Intermediate
Platform: Multicharts
Trading: Forex
Posts: 1 since Apr 2011
Thanks Given: 2
Thanks Received: 0


Ykarius View Post
Here my version.
You need to modify the SAC and SBC style in the format study (bar high and bar low)
I attached a screenshot.

 
Code
Input:Tenkan(9),Kijun(26) ,Chikou(26),SenkouA(26),SenkouB(52);
Var:TS(0),KS(0),CS(0),SA( 0),SB(0);

Value1 = Highest(H,Tenkan);
Value2 = Lowest(L,Tenkan);

TS = ( Value1 + Value2 ) /2;

Value3 = Highest ( H, Kijun);
Value4 = Lowest (L, Kijun);

KS = ( Value3 + Value4 ) / 2;

SA = ( TS + KS ) / 2;

Value5 = Highest( H , SenkouB);
Value6 = Lowest ( L , SenkouB);

SB = (Value5 + Value6) / 2;


Plot1(TS,"TS",red);
Plot2(KS,"KS",blue);
Plot3[Chikou](C,"CS",cyan);
Plot4[-SenkouA](SA,"SA");
Plot5[-SenkouB/2](SB,"SB");
Plot6[-SenkouA](SA,"SAC");
Plot7[-SenkouB/2](SB,"SBC");

if SA > SB then
begin
SetPlotColor[-SenkouA]( 6, darkgreen ) ;
SetPlotColor[-SenkouB/2]( 7, darkgreen ) ;
SetPlotColor[-SenkouA]( 4, darkgreen ) ;
SetPlotColor[-SenkouB/2]( 5, darkgreen ) ;
end
else
begin
SetPlotColor[-SenkouA]( 6, darkmagenta ) ;
SetPlotColor[-SenkouB/2]( 7, darkmagenta ) ;
SetPlotColor[-SenkouA]( 4, darkmagenta ) ;
SetPlotColor[-SenkouB/2]( 5, darkmagenta ) ;

end ;
Hope it helps.

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"

If anyone can help it would be much appreciated.

Regards
nmorrowfx

Reply With Quote
  #13 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,431 since Apr 2013
Thanks Given: 481
Thanks Received: 1,623


nmorrowfx,

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 View Post
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


Follow me on Twitter Reply With Quote
Thanked by:
  #14 (permalink)
 
andby's Avatar
 andby 
Norwich, UK
 
Experience: Intermediate
Platform: Multiple:research&executi
Broker: Started with Stage5/OEC ... multiple
Trading: Anything found profitable goes ...
Posts: 167 since Jul 2012
Thanks Given: 88
Thanks Received: 88


ABCTG View Post
nmorrowfx,

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

Reply With Quote
Thanked by:
  #15 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,431 since Apr 2013
Thanks Given: 481
Thanks Received: 1,623

andby,

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 View Post
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


Follow me on Twitter Reply With Quote
Thanked by:
  #16 (permalink)
 olobay 
Montreal
 
Experience: Intermediate
Platform: MultiCharts
Broker: DeepDiscountTrading.com
Trading: CL
Posts: 364 since Jul 2011

Here's the Ichimoku .eld from Manesh Patel's website:

https://www.ichimokutrade.com/videos/ICHIMOKUTRADE.ELD

https://www.ichimokutrade.com/c/tradestation-information/

Reply With Quote
  #17 (permalink)
 yiman 
London
 
Experience: Intermediate
Platform: ninjatrader, multicharts, MT4
Broker: IB, PFG Best
Trading: 6E, EMD, TF
Posts: 265 since Jul 2009
Thanks Given: 111
Thanks Received: 158

does anyone know where this scanner can be obtained

Reply With Quote




Last Updated on April 28, 2016


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts