NexusFi: Find Your Edge


Home Menu

 





Ichimoku easylanguage code


Discussion in Platforms and Indicators

Updated
      Top Posters
    1. looks_one ABCTG with 1 posts (0 thanks)
    2. looks_two perland with 1 posts (0 thanks)
    3. looks_3 WCwings with 1 posts (0 thanks)
    4. looks_4 Shaban with 1 posts (0 thanks)
    1. trending_up 7,057 views
    2. thumb_up 0 thanks given
    3. group 4 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

Ichimoku easylanguage code

  #1 (permalink)
 perland 
Glendale
 
Experience: Intermediate
Platform: tradestaion, Ninja trader
Trading: futures, currencies
Posts: 1 since Mar 2021
Thanks Given: 1
Thanks Received: 0

Hi everybody
This is my first post, please bear with me
Where I can find easylanguage code for Ichimoku
Thank you


Sent using the NexusFi mobile app

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Increase in trading performance by 75%
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
Better Renko Gaps
The Elite Circle
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
27 thanks
Tao te Trade: way of the WLD
24 thanks
Diary of a simple price action trader
20 thanks
My NQ Trading Journal
14 thanks
HumbleTraders next chapter
9 thanks
  #2 (permalink)
 WCwings 
Orlando, Florida United States
 
Experience: Intermediate
Platform: MultiCharts
Trading: ES
Posts: 19 since Nov 2010
Thanks Given: 15
Thanks Received: 12

{ Ichimoku - Lines }

Inputs: Standard(26), Turning(9), DelayColor(Yellow), ShowDelayLine(False);
Variables:StdLine(0), TurnLine(0), DelayLine(0);

StdLine = (Highest(High, Standard) + Lowest(Low, Standard)) / 2;
TurnLine = (Highest(High, Turning) + Lowest(Low, Turning)) / 2;
DelayLine = Close[Standard];

Plot1(StdLine, "Standard");
Plot2(TurnLine, "Turning");
If Close > DelayLine Then
SetPlotcolor(2, Blue)
Else
SetPlotColor(2, DelayColor);

If ShowDelayLine Then
Plot3[Standard](Close, "Delayed");

Reply With Quote
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,433 since Apr 2013
Thanks Given: 481
Thanks Received: 1,627


Hi perland,

Tradestation has the built-in Ichimoku Cloud indicator that comes with open code.

Regards,

ABCTG


perland View Post
Hi everybody
This is my first post, please bear with me
Where I can find easylanguage code for Ichimoku
Thank you


Sent using the NexusFi mobile app


Follow me on Twitter Reply With Quote
  #4 (permalink)
Shaban
Turin + Italy
 
Posts: 194 since Feb 2020
Thanks Given: 24
Thanks Received: 129

(indicator): Ichimoku – Cloud:


Inputs:
Standard(26),
Turning(9),
Delayed(52);
Variables:
StdLine(0),
TurnLine(0),
Span1(0),
SPan2(0);

StdLine = (Highest(High, Standard) +
Lowest(Low, Standard)) / 2;
TurnLine = (Highest(High, Turning) +
Lowest(Low, Turning)) / 2;
Span1 = (StdLine + TurnLine) / 2;
Span2 = (Highest(High, Delayed) + Lowest(Low, Delayed)) / 2;

Plot1[-Standard](Span1, "Span1");
Plot2[-Standard](Span2, "Span2");

---------------------------------------------------------------

Here you can find detailed explanations about the formulas:

https://traders.com/Documentation/FEEDbk_docs/2000/10/TradersTips/TradersTips.html

Reply With Quote




Last Updated on August 16, 2021


© 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