NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 12 of 12
Search: Posts Made By: kidvic
Forum: EasyLanguage Programming May 24th, 2015, 03:00 PM
Replies: 22
Views: 9,723
Posted By kidvic
Jura: This is what I want to...

Jura:
This is what I want to accomplish......http://i.imgur.com/DSgrJpX.png
Forum: EasyLanguage Programming May 22nd, 2015, 02:51 PM
Replies: 22
Views: 9,723
Posted By kidvic
lets say I want to plot a trendline on bar number...

lets say I want to plot a trendline on bar number 10 ago to bar number 11. Now when I say 10 ago I mean last bar on chart (current bar that has not closed yet - 9) total 10, using currentbar in the...
Forum: EasyLanguage Programming May 22nd, 2015, 06:48 AM
Replies: 22
Views: 9,723
Posted By kidvic
Var: TL_ID(-1); if (CurrentBar = 10) then...

Var: TL_ID(-1);
if (CurrentBar = 10)
then begin
TL_ID = TL_New(Date, Time, High, Date, Time, Low);
end;
if (CurrentBar = 11)
then begin
TL_SetEnd(TL_ID, Date, Time, Low);
end;
Forum: EasyLanguage Programming May 22nd, 2015, 12:15 AM
Replies: 22
Views: 9,723
Posted By kidvic
Because as I've introduced the Above code into my...

Because as I've introduced the Above code into my script And it's really really slow. Also removing the trendline to the left does not remove it. Using current bar Plots a trend line on that bar.
Forum: EasyLanguage Programming May 20th, 2015, 02:08 AM
Replies: 22
Views: 9,723
Posted By kidvic
Jura, the HighestALL function was resolved when...

Jura, the HighestALL function was resolved when you suggested the tl_new and extensions to left, and right. The example you saw was so you can see what I mean when I meant a HORIZONTAL line. (the...
Forum: EasyLanguage Programming May 19th, 2015, 04:42 PM
Replies: 22
Views: 9,723
Posted By kidvic
Not following what you mean. The location is...

Not following what you mean.
The location is the high of 3 candles ago, I've referenced it many times so that it knows the candle i'm talking about.
Forum: EasyLanguage Programming May 19th, 2015, 04:28 PM
Replies: 22
Views: 9,723
Posted By kidvic
Still not working as I've updated the code with...

Still not working as I've updated the code with your help:

vars: TLID (High[3]), IntraBarPersist alreadyPlotted(false);

if (alreadyPlotted = false) then begin

TLID = TL_New( Date[3],...
Forum: EasyLanguage Programming May 19th, 2015, 02:06 PM
Replies: 22
Views: 9,723
Posted By kidvic
It's finally only 1 line, :becky: however it is...

It's finally only 1 line, :becky: however it is reading the wrong candle, and not candle 3 ago. :faint:
Forum: EasyLanguage Programming May 19th, 2015, 01:30 PM
Replies: 22
Views: 9,723
Posted By kidvic
I tried it, it helps, but the result isn't giving...

I tried it, it helps, but the result isn't giving me one line. instead it is plotting me the high of every candle instead of the high of 3 candles ago only.

vars: TLID (High[3]);

TLID = TL_New(...
Forum: EasyLanguage Programming May 19th, 2015, 06:55 AM
Replies: 22
Views: 9,723
Posted By kidvic
Can you show me an example of trendline to...

Can you show me an example of trendline to extending from left to right from a high[3]?
Forum: EasyLanguage Programming May 19th, 2015, 06:09 AM
Replies: 22
Views: 9,723
Posted By kidvic
Can you show me an example of trendline to...

Can you show me an example of trendline to extending from left to right from a high[3]?
Forum: EasyLanguage Programming May 18th, 2015, 04:59 PM
Replies: 22
Views: 9,723
Posted By kidvic
need help with a plot in EasyLanguage with knowledge of ThinkScript

Does anyone know how to plot a HORIZONTAL line similar to the HIGHESTALL plot found in ThinkScript, and make it into easyLanguage?
ex.
plot priceLine = highestAll(if isNan(close[-1]) and...
Showing results 1 to 12 of 12

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 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