Welcome to the Traders Laboratory Forums.
Coding Forum Collaborate, receive help, or discuss coding related issues.

Reply
Old 06-30-2008, 05:49 PM   #1

Join Date: May 2008
Location: amsterdam
Posts: 114
Ignore this user

Thanks: 25
Thanked 39 Times in 30 Posts

Need Assintance with Simple Indikator ( Easy Language )

hello people, having trouble with what you could call a very
simple indicator. it is surpose to ad the "pips"-spread
for each bar ( system = long only ) as a simple line buth it only counts
the last 2 trades profit/loss and doesn't start at the first
bar and keeps adding. hope someone could give me an hand this

its not for tradestation but for TS5 which supports and handles easy language,
i cant find a setting in the MM which keeps doing this for every currency
thats i would like to see the "pips only"

thanks in advance




inputs: Spread ( 0.0002 );

variables: i, j;

i = ( exitprice(1) - entryprice(1) ) - Spread ;

if i <> i[1] then j = i + i[1];

plot1(j,"");

Last edited by flyingdutchmen; 06-30-2008 at 05:58 PM.
flyingdutchmen is offline  
Reply With Quote
Old 06-30-2008, 06:32 PM   #2

Join Date: May 2008
Location: amsterdam
Posts: 114
Ignore this user

Thanks: 25
Thanked 39 Times in 30 Posts

Re: Need Assintance with Simple Indikator ( Easy Language )

offcourse this indicator is built in the strategy's script
flyingdutchmen is offline  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
List of Easy Language Reserved Words trbates Beginners Forum 15 12-11-2009 11:44 AM
What is the best movie of all time, in any language? vhines200 General Discussion 3 02-26-2008 04:48 AM
Easy ADE Problem bigboy Coding Forum 1 02-08-2008 06:59 PM
Accessing Market Indices in Easy Language goldspot Technical Analysis 3 12-26-2007 11:01 PM
Easy Language - Help with Simple System gatrader E-mini Futures Trading Laboratory 8 12-17-2007 06:40 PM

All times are GMT -4. The time now is 09:38 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.