NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 23 of 23
Search: Posts Made By: Kolnidrei
Forum: Trading Reviews and Vendors August 28th, 2022, 04:35 PM
Replies: 1
Views: 1,118
Posted By Kolnidrei
I don't have any personel experience with Max...

I don't have any personel experience with Max Trading System
but in what concerns the reviews, here you got 10 pages :...
Forum: EasyLanguage Programming June 20th, 2022, 08:17 AM
Replies: 5
Views: 3,057
Posted By Kolnidrei
hi Bob, thank you for your notice, I was...

hi Bob,

thank you for your notice, I was looking for it,
for some reason I didn't find it that's why I used 'Quote',
now I saw it !
Forum: EasyLanguage Programming June 20th, 2022, 07:38 AM
Replies: 5
Views: 3,057
Posted By Kolnidrei
hi, try I don't understand what you want to...

hi, try

I don't understand what you want to achieve.
If it's the previous day's value and you use an intradychart
you risk to get the same value with x[1].
So you would need to introduce a...
Forum: EasyLanguage Programming June 19th, 2022, 08:43 PM
Replies: 5
Views: 3,057
Posted By Kolnidrei
hi

hi
Forum: EasyLanguage Programming December 20th, 2021, 08:46 AM
Replies: 4
Views: 4,222
Posted By Kolnidrei
sure, I added the 2 lines because this line is...

sure, I added the 2 lines because this line is not mandatory ,
it only disables the ennoying vertical lines of connection between the different levels of the horizontal lines
but i forgot to add...
Forum: EasyLanguage Programming December 19th, 2021, 06:07 PM
Replies: 4
Views: 4,222
Posted By Kolnidrei
hi Inputs: Price(Close), ...

hi

Inputs:
Price(Close),
PeriodShort(89),
PeriodLong(200),
width(2);
vars:
w(0),plotvalue(0),color(white);
Forum: EasyLanguage Programming December 5th, 2021, 05:19 PM
Replies: 2
Views: 4,049
Posted By Kolnidrei
hi inputs: RSIPeriod(10), HighRSI(60), ...

hi

inputs:
RSIPeriod(10),
HighRSI(60),
LowRSI(30);
vars:
RSIValue,status(0),Previouslow(0),previoushigh(99999),
lowerPrice(false),higherPrice(false);
Forum: EasyLanguage Programming November 14th, 2021, 03:47 PM
Replies: 3
Views: 4,321
Posted By Kolnidrei
hi, in the following way you can also easily ...

hi,
in the following way you can also easily
construct all the other calculations you might need...


Inputs:
BBPeriod(20),
KPeriod(20),
Mult(2),
FactorATR(1.0);
Forum: EasyLanguage Programming November 14th, 2021, 03:38 PM
Replies: 3
Views: 4,321
Posted By Kolnidrei
hi, in the following way you can also easily ...

hi,
in the following way you can also easily
construct all the other calculations you might need...


Inputs:
BBPeriod(20),
KPeriod(20),
Mult(2),
FactorATR(1.0);
Forum: EasyLanguage Programming October 17th, 2021, 07:46 PM
Replies: 1
Views: 3,437
Posted By Kolnidrei
hi Inputs: Periodlookback( 10, 1 ), ...

hi


Inputs:
Periodlookback( 10, 1 ),
Periodtrade( 10, 1 );

If close > Highest(High, Periodlookback)[1] Then
Buy ("Go Long") next bar at open;
If close < Lowest(Low, Periodlookback)[1] then
Forum: TradeStation September 26th, 2021, 06:50 PM
Replies: 5
NFP
Views: 2,261
Posted By Kolnidrei
hi may be simply : condition1 =...

hi may be simply :

condition1 = DayOfWeek(date) = 5 and Month(date) <> Month(date[5]);
Forum: MultiCharts September 26th, 2021, 06:25 PM
Replies: 2
Views: 3,155
Posted By Kolnidrei
Generally spoken one should avoid curve fitting...

Generally spoken one should avoid curve fitting with over-optimisations.
Also markets tend to change with the time, so one strategy may work well
for a time and not so well for another timeperiod....
Forum: EasyLanguage Programming September 26th, 2021, 05:15 PM
Replies: 2
Views: 8,024
Posted By Kolnidrei
hi Inputs: src(close), //"Source" ...

hi


Inputs:
src(close), //"Source"
length(30, 1),
lookback(30, 0),
len1(1); //"Base Length"
Vars:
highsma(0),lowsma(0),swing(0),mah(0),mal(0),stopp(0),sma1(0),
Forum: EasyLanguage Programming June 14th, 2021, 02:55 PM
Replies: 3
Views: 2,753
Posted By Kolnidrei
Hi, sometimes one needs some patience to get...

Hi, sometimes one needs some patience to get answers... :sarcastic:


Inputs:
price(close),
long(35),
shortt(35),
signal(13),
linebuy(4),
linesell(-4),
Forum: EasyLanguage Programming May 23rd, 2021, 03:10 PM
Replies: 1
Views: 3,761
Posted By Kolnidrei
hi, this can(t work like this ! First you need...

hi, this can(t work like this !
First you need a strategy already...
Then in case your first position reaches it's target
you can't immediately place a trailing stop at this level
as it would...
Forum: EasyLanguage Programming May 23rd, 2021, 02:59 PM
Replies: 3
Views: 3,351
Posted By Kolnidrei
first of all it would be useful to see the code...

first of all it would be useful to see the code completely,
I suppose Price, Length and ConfirmBars are inputs and counter is a variable.
In this case setting ConfirmBars to 0 should never trigger...
Forum: EasyLanguage Programming May 23rd, 2021, 02:42 PM
Replies: 1
Views: 3,456
Posted By Kolnidrei
hi, also you could make the whole a bit more...

hi, also you could make the whole a bit more flexible
by simply replacing the '5' by an input variable of your choice :

Input:
lookback(5, 1);
Vars: cng(0);

cng = ((close / close[lookback] )...
Forum: Psychology and Money Management May 2nd, 2021, 06:08 AM
Replies: 201
Views: 33,115
Posted By Kolnidrei
hi, it's simple, you're not a trader, you're a...

hi, it's simple, you're not a trader, you're a gambler !
You need to accept yourself as the person you are, that's all !
You have to accept yourself as a gambler !
A gambler is a fatalist,...
Forum: EasyLanguage Programming March 14th, 2021, 05:20 PM
Replies: 2
Views: 3,555
Posted By Kolnidrei
You can replace the defined timevalues by inputs...

You can replace the defined timevalues by inputs one can adapt accordingly.

Inputs:
starttime(0930),
endtime(0935),
endsessiontime(1600);

if date <> date[1] then begin
highestHigh = 0;...
Forum: EasyLanguage Programming August 16th, 2020, 05:54 PM
Replies: 2
Views: 3,983
Posted By Kolnidrei
the above code is just for the average, if you...

the above code is just for the average, if you want the ATR you need to replace the 'C' by 'H-L'...
Forum: EasyLanguage Programming August 16th, 2020, 05:49 PM
Replies: 2
Views: 3,983
Posted By Kolnidrei
Input: Period(14); vars: ...

Input:
Period(14);
vars:
greenarraycounter(0),redarraycounter(0);
Arrays:
greenArray[Period](0),
redArray[Period](0);

if C>O then begin
greenarraycounter=greenarraycounter+1;
Forum: EasyLanguage Programming August 16th, 2020, 03:31 PM
Replies: 2
Views: 3,678
Posted By Kolnidrei
I'm afraid you can't achieve this with a simple...

I'm afraid you can't achieve this with a simple keyword
but you will need to apply a code similar to this one :

Inputs:
Longs(1),
Shorts(1);
Vars:...
Forum: EasyLanguage Programming February 20th, 2019, 04:43 PM
Replies: 24
Views: 8,206
Posted By Kolnidrei
If I remember well you have the functions HHV and...

If I remember well you have the functions HHV and LLV in easylanguage.
So the highest high of the last 5 bars would be HHV( H, 5 ), the lowest low LLV( L, 5 ),
the highest open HHV( O, 5 ) etc.
Showing results 1 to 23 of 23

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