NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 79
Search: Posts Made By: ehlaban
Forum: NinjaTrader January 8th, 2017, 05:48 AM
Replies: 2
Views: 1,423
Posted By ehlaban
Ninjatrader 8 plot in future

Hello,

I've been away sometime with Ninjatrader and now that version 8 is out i have a question.

Is it possible in this version to plot an custom indicator past the last bar eg into the future?...
Forum: Sierra Chart July 3rd, 2015, 05:23 AM
Replies: 6
Views: 1,556
Posted By ehlaban
you should post this in the Sierra forum....

you should post this in the Sierra forum. Probably some functions have been changed recently like:

'class s_UseTool' has no member named 'UseRelativeValue'
Forum: NinjaTrader April 17th, 2015, 11:33 AM
Replies: 348
Views: 159,385
Posted By ehlaban
Something different, see this thread about...

Something different, see this thread about plotting in the future

https://nexusfi.com/ninjatrader/16683-future-plot-ninjatrader.html
Forum: NinjaTrader April 17th, 2015, 04:51 AM
Replies: 348
Views: 159,385
Posted By ehlaban
My personal wish is the possibility to plot into...

My personal wish is the possibility to plot into the future with Ninjatrader 8. This would make me very very very very happy :)

With version 7 this is not possible as discussed several times. ( no...
Forum: Sierra Chart March 27th, 2015, 04:13 PM
Replies: 15
Views: 4,909
Posted By ehlaban
Something like this: SCFloatArrayRef...

Something like this:


SCFloatArrayRef XAverage(SCFloatArrayRef In, SCFloatArrayRef Out, int Index, int Length)
{
float SmoothingFactor = 0;

if (Index >= In.GetArraySize())
return Out;
Forum: Sierra Chart March 16th, 2015, 02:43 PM
Replies: 15
Views: 4,909
Posted By ehlaban
Place the function before the Sierra Chart...

Place the function before the Sierra Chart function call: SCSFExport scsf_MyFunction(SCStudyInterfaceRef sc)
just like the example in the link below.


float Renko123function(float data[], int...
Forum: Sierra Chart March 13th, 2015, 05:12 AM
Replies: 15
Views: 4,909
Posted By ehlaban
I'm no easy language expert but think you are...

I'm no easy language expert but think you are wrong. Almost everything is an array in easy language.

Var4 is also an array and i think you can read former value by Var4[3] etc

Regardless if i...
Forum: Sierra Chart February 1st, 2015, 04:15 AM
Replies: 22
Views: 7,954
Posted By ehlaban
Working with Arrays and Looping - Sierra Chart...

Working with Arrays and Looping - Sierra Chart (http://www.sierrachart.com/index.php?page=doc/doc_ACS_ArraysAndLooping.html#arrays)

No

sc.Subgraph[0]
sc.Input[0]
are arrays, so:
...
Forum: Sierra Chart January 31st, 2015, 03:32 AM
Replies: 22
Views: 7,954
Posted By ehlaban
Look at the source code i provided especially at...

Look at the source code i provided especially at calcArray
In Sierra you normally don't have to fill an array with a loop as it's the same as in TS or Easylanguage.

Just define an array....
Forum: Sierra Chart January 30th, 2015, 06:12 AM
Replies: 22
Views: 7,954
Posted By ehlaban
This is exactly the same in Sierra. You can get...

This is exactly the same in Sierra. You can get previous values in an array the same way.

value3 = value2[1];

So you have to use arrays to store the values.
Forum: Sierra Chart January 8th, 2015, 05:29 AM
Replies: 22
Views: 7,954
Posted By ehlaban
In the ACS_Source folder there is a file called...

In the ACS_Source folder there is a file called scstudyfunctions.cpp. In there are code examples to find the lowest and highest. Perhaps you can adapt them to find an input value. Arraysize -...
Forum: Sierra Chart January 7th, 2015, 04:33 AM
Replies: 22
Views: 7,954
Posted By ehlaban
Actually they are quite similar. But easylanguage...

Actually they are quite similar. But easylanguage as the name implies is much easier then real programming languages like C# as used in Ninja and other programs or ACSIL which is like C++. So you...
Forum: Sierra Chart January 3rd, 2015, 06:34 AM
Replies: 22
Views: 7,954
Posted By ehlaban
Don't, just start with porting a simple indicator...

Don't, just start with porting a simple indicator to Sierrachart. That way you can learn step by step by looking in the online Sierra ACSIl documentation. The first step is to make a template you can...
Forum: Sierra Chart January 2nd, 2015, 04:58 AM
Replies: 22
Views: 7,954
Posted By ehlaban
No Sierrachart uses ACSIL and that's like c++....

No Sierrachart uses ACSIL and that's like c++. But if you can code in Easylanguage and vb.net learning how to do it in acsil is easy. I just made the switch myself. Once you've done your first...
Forum: Stocks and ETFs October 28th, 2013, 08:34 PM
Replies: 9
Views: 5,370
Posted By ehlaban
Timing Solution...

Timing Solution (http://www.timingsolution.com/TS/Programs/pr/)

TimingSolution Pattern recognition.
Forum: Trading Journals October 9th, 2013, 06:14 PM
Replies: 529
Views: 99,251
Posted By ehlaban
Isn't it about that you can have a winning system...

Isn't it about that you can have a winning system with random entries but with non random exits.
The exit counts so it shouldn't be random.
Forum: MultiCharts October 4th, 2013, 12:35 PM
Replies: 2
Views: 3,541
Posted By ehlaban
didn't check the code in MC but just a first...

didn't check the code in MC but just a first look,

didn't you forget and end; statement as there are 3 begins and 2 end; ???
Forum: MultiCharts April 5th, 2013, 10:43 AM
Replies: 7
Views: 5,048
Posted By ehlaban
Easylanguage

Easylanguage
Forum: Traders Hideout April 4th, 2013, 06:19 AM
Replies: 5
Views: 4,257
Posted By ehlaban
Hello, Pruitt & Hill - Building Winning...

Hello,

Pruitt & Hill - Building Winning Trading Systems With Tradestation
Stridsman - Trading Systems and Money Management
Stridsman, Thomas - Trading Systems That Work


The Stridsmann books...
Forum: NinjaTrader March 14th, 2013, 04:36 AM
Replies: 8
Views: 5,143
Posted By ehlaban
I'm afraid I haven't done any Ninja coding...

I'm afraid I haven't done any Ninja coding anymore. I hope
version 8 solves these kind of challenges as well.
Forum: MultiCharts March 10th, 2013, 05:23 AM
Replies: 7
Views: 5,048
Posted By ehlaban
Any update on how to call a C# dll from...

Any update on how to call a C# dll from Multicharts ?
Forum: Brokers February 4th, 2013, 11:00 AM
Replies: 149
Views: 46,659
Posted By ehlaban
In general the info i have given is correct. In...

In general the info i have given is correct. In an earlier post i read that Elite had Multicharts remote
but later on i saw he also installed it on the server.

The question remains why does Elite...
Forum: Brokers February 4th, 2013, 10:48 AM
Replies: 149
Views: 46,659
Posted By ehlaban
To get the benefits of your VPS your strategies...

To get the benefits of your VPS your strategies have to run automatically on the server.

If you login on whatever way you loose the benefits, so there is no login properly.
Again remove the "home...
Forum: Brokers February 4th, 2013, 10:24 AM
Replies: 149
Views: 46,659
Posted By ehlaban
No this is not the way to do it! Again you...

No this is not the way to do it!

Again you have to skip the "login from home part". This even will give more delay then trading directly from home!

Let's assume the following as an example:...
Forum: Brokers February 4th, 2013, 10:11 AM
Replies: 149
Views: 46,659
Posted By ehlaban
Not if you are logged in from home on your VPS...

Not if you are logged in from home on your VPS and enter the executions that way ONLY
if the trading is done automatically from the VPS.

Like Bike Mike said, you have to remove the home part...
Showing results 1 to 25 of 79

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