NexusFi: Find Your Edge


Home Menu

 





Ichimuko Lines Crossover EL


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,187 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 1 posts
    2. attach_file 0 attachments




 
Search this Thread

Ichimuko Lines Crossover EL

  #1 (permalink)
 
simon14's Avatar
 simon14 
TORONTO
 
Experience: Advanced
Platform: multi charts
Trading: crude cl
Posts: 19 since Sep 2016
Thanks Given: 10
Thanks Received: 6

I've written a basic script that suppose to buy when Turning line crosses over the Standard line and vice versa and then end the position when price crosses over the standard line .. its having trouble compiling if anyone see where i went wrong.


Inputs: Standard(26), Turning(9);
Variables:StdLine(0), TurnLine(0);

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

condition1 = CurrentBar > 1 and turning crosses above standard ;
condition2 = CurrentBar > 1 and turning crosses under standard ;

//orderentry

if condition2 then
sellshort ("ichishort") next bar at market ;

if condition1 then
buytocover ("cover") next bar at market ;

//ordermanagment

condition3 = CurrentBar > 1 and close crosses_above standard;
condition4 = CurrentBar > 1 and close crosses_below standard;

if marketposition = -1 and if condition3 then
buytocover ("Cover") next bar at market ;


if marketposition = 1 and condition4 then
sell ("sell to cover") next bar at open ;

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
 




Last Updated on November 2, 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