|
|
|
|
|||||||
| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
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. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| List of Easy Language Reserved Words | trbates | Beginners Forum | 8 | 06-17-2008 12:43 PM |
| 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 | 8 | 12-17-2007 06:40 PM |