NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 618
Search: Posts Made By: Jura
Forum: EasyLanguage Programming September 7th, 2017, 02:15 AM
Replies: 11
Views: 3,370
Posted By Jura
I would mouse clicks for this, actually. :) ...

I would mouse clicks for this, actually. :)

There are a couple of ways to approach this. You can have the strategy detect whether a new manual arrow is placed on the chart. Then it can fetch the...
Forum: MultiCharts September 2nd, 2017, 01:16 AM
Replies: 6
Views: 2,065
Posted By Jura
There's also a book called 'Building Winning...

There's also a book called 'Building Winning Trading Systems with TradeStation' by George Pruitt and John Hill. There's a decent amount of code in it, and I haven't come across a code example that...
Forum: MultiCharts July 24th, 2017, 01:39 AM
Replies: 2
Views: 3,294
Posted By Jura
Information from the Order and Position Tracker...

Information from the Order and Position Tracker is accessible to scripts, but don't know for certain if it's literally everything. You might want to check that with someone else. In MultiCharts...
Forum: MultiCharts July 24th, 2017, 01:11 AM
Replies: 5
Views: 1,122
Posted By Jura
If I understand this topic and your goal...

If I understand this topic and your goal correctly, you can also use the average entry price from the broker side as a good substitute for the `EntryPrice` keyword. See the AvgEntryPrice_at_Broker...
Forum: MultiCharts July 24th, 2017, 01:01 AM
Replies: 5
Views: 4,032
Posted By Jura
You'll need to download the above .pla file and...

You'll need to download the above .pla file and import it into the PowerLanguage Editor.

Here is more information about importing scripts into MultiCharts: importing studies - MultiCharts Wiki...
Forum: MultiCharts July 21st, 2017, 04:10 AM
Replies: 6
Views: 1,609
Posted By Jura
The code you posted is unfortunately for...

The code you posted is unfortunately for TradingView, and so won't work with MultiCharts or any other EasyLangauge-compatible platform. That means each TradingView line needs to be rewritten to the...
Forum: MultiCharts July 14th, 2017, 11:55 AM
Replies: 58
Views: 11,573
Posted By Jura
There's also a free version of MultiCharts .NET,...

There's also a free version of MultiCharts .NET, by the way, which might be an option if someone want to use the MultiCharts platform but not pay for it (yet).

Our own mattz can provide a demo of...
Forum: Platforms and Indicators July 14th, 2017, 11:51 AM
Replies: 2
Views: 1,411
Posted By Jura
That repository is quite old, and redundant now...

That repository is quite old, and redundant now that IB has their own C# API. See here (and the links on the page): https://www.interactivebrokers.com/en/index.php?f=5041
Forum: EasyLanguage Programming September 28th, 2016, 07:19 AM
Replies: 3
Views: 1,335
Posted By Jura
Do you already have some code in your indicator?...

Do you already have some code in your indicator? Then we can take it from there.
Forum: EasyLanguage Programming September 17th, 2016, 02:08 AM
Replies: 5
Views: 2,294
Posted By Jura
You're setting the `price` property of your...

You're setting the `price` property of your `AverageFC` instance to a double value:


double trend = sumclose - sumopen;

m_AverageFC.price = trend;


That `price` property, however, requires...
Forum: EasyLanguage Programming September 17th, 2016, 01:55 AM
Replies: 5
Views: 1,688
Posted By Jura
You can use the FileAppend()...

You can use the FileAppend() (http://www.multicharts.com/trading-software/index.php/FileAppend) keyword to write information to a file.

For instance (totally untested):


if (longSignal) then...
Forum: EasyLanguage Programming September 17th, 2016, 01:49 AM
Replies: 9
Views: 4,491
Posted By Jura
It may be TS code, but none of the statements...

It may be TS code, but none of the statements contain something that isn't possible in MultiCharts.

What are your indicator settings in real time? From your description, I suspect you're using the...
Forum: MultiCharts September 17th, 2016, 01:39 AM
Replies: 9
Views: 6,066
Posted By Jura
I suspect that Futures.io is one of the best...

I suspect that Futures.io is one of the best places to get help, since other MultiCharts and MultiCharts .NET uses frequent here often. Futures.io is also the most broad, since non-AMP customers can...
Forum: MultiCharts September 10th, 2016, 01:58 AM
Replies: 9
Views: 6,066
Posted By Jura
You can create a custom symbol in the...

You can create a custom symbol in the QuoteManager for any data provider (like IQFEED:BEER or IB:TASTYBEER), and then import your custom data in the QuoteManager.

MultiCharts .NET on its end...
Forum: MultiCharts August 5th, 2016, 01:04 AM
Replies: 4
Views: 1,698
Posted By Jura
Can you also post your MultiCharts .NET attempt...

Can you also post your MultiCharts .NET attempt so far? Then we can help with more focused comments and suggestions. That would be more helpful in the end for you.
Forum: MultiCharts August 5th, 2016, 01:01 AM
Replies: 5
Views: 1,752
Posted By Jura
How to code this depends on how you've already...

How to code this depends on how you've already coded the profit target and stop-loss levels. Because it sounds to me what you're saying here is 'update the stop-loss level' with every bar. That can...
Forum: MultiCharts June 13th, 2016, 12:27 PM
Replies: 9
Views: 6,571
Posted By Jura
There's a market profile TPO indicator on the...

There's a market profile TPO indicator on the MultiCharts forum: MultiCharts: Trading Software for Automated Trading and Backtesting ? View topic - TPO...
Forum: EasyLanguage Programming June 11th, 2016, 02:16 AM
Replies: 6
Views: 2,576
Posted By Jura
Yes, `Close` returns the closing price of a bar:...

Yes, `Close` returns the closing price of a bar: `Close` returns the current bar's closing price, `Close[1]` of the previous bar, and `Close[2]` of the bar before that, and so on.

There's one...
Forum: MultiCharts June 2nd, 2016, 01:18 PM
Replies: 14
Views: 6,855
Posted By Jura
I don't think this is possible because combining...

I don't think this is possible because combining several strategies into one file is by default a loss of flexibility. As you already note here, using different functions for the strategy's logic is...
Forum: MultiCharts May 28th, 2016, 02:25 AM
Replies: 17
Views: 6,874
Posted By Jura
The problem with these black & white statements...

The problem with these black & white statements like 'there are no developers' and 'no one uses MultiCharts .NET' is that they can easily be falsified. Even here on Futures.io there are at least two...
Forum: MultiCharts May 27th, 2016, 12:36 PM
Replies: 3
Views: 1,457
Posted By Jura
With the information provided its even hard to...

With the information provided its even hard to provide a wild guess. Did you use the exact same settings with the Playback mode and the strategy? Then I'm thinking about the playback settings, the...
Forum: MultiCharts May 27th, 2016, 12:33 PM
Replies: 14
Views: 6,855
Posted By Jura
It's possible, and when the different signals...

It's possible, and when the different signals (that is, trading strategy scripts) are added to the same chart then it's also easy to do: just add the different signals to the same chart and...
Forum: MultiCharts May 26th, 2016, 12:45 PM
Replies: 17
Views: 6,563
Posted By Jura
It looks like Quandl has this COT data also?...

It looks like Quandl has this COT data also? https://www.quandl.com/search?query=commitment%20of%20traders&type=all

If that's the data you're looking for, you can download it from their website...
Forum: EasyLanguage Programming May 26th, 2016, 12:36 PM
Replies: 2
Views: 1,217
Posted By Jura
I've written several MultiCharts .NET tutorials...

I've written several MultiCharts .NET tutorials here: MultiCharts .NET programming articles (https://www.tradingcode.net/multicharts-net-programming-articles/), including articles that discuss...
Forum: MultiCharts March 7th, 2016, 03:04 PM
Replies: 51
Views: 24,068
Posted By Jura
This is somewhat ironic. :) My post that you...

This is somewhat ironic. :) My post that you quote has a sentence that read: "This indicator can be downloaded here.". Did you click on that link? It takes me to the download file (.pla) with the...
Showing results 1 to 25 of 618

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