NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 21 of 21
Search: Posts Made By: fjgaspar
Forum: Platforms and Indicators March 27th, 2021, 09:56 AM
Replies: 278
Views: 137,952
Posted By fjgaspar
I have a question about Bookmap and Ninjatrader. ...

I have a question about Bookmap and Ninjatrader.

I use Ninja trader 8, and want to trade from Bookmap. I have two demo accounts created in Ninja, and my real account and data with CQG. I create a...
Forum: EasyLanguage Programming February 24th, 2017, 04:34 AM
Replies: 5
Views: 3,901
Posted By fjgaspar
Yes, the code is the same

Yes, is the same code. The problem is that, as long as I am user of Multicharts.Net SE, I can't write in that forum, so I cannot ask.

I will try in AMP. Thank you very much.
Forum: EasyLanguage Programming February 24th, 2017, 04:18 AM
Replies: 5
Views: 3,901
Posted By fjgaspar
Thanks

Thanks for the answer. That is the TPO Indicator that Multicharts.Net includes from, at least, 9.1 version.

Thats the one that I use.
Forum: EasyLanguage Programming February 24th, 2017, 03:57 AM
Replies: 5
Views: 3,901
Posted By fjgaspar
Market Profile (TPO) in Multicharts.Net

Hi,

I use Multicharts.Net SE and the now built-in TPO indicator. First, ask if anybody knows a better TPO for Multicharts, one that allows split profiles (for Globex and Pit session), composed...
Forum: MultiCharts January 25th, 2017, 01:29 PM
Replies: 5
Views: 2,400
Posted By fjgaspar
Native

When I say native, I mean that you can reference an indicator from an strategy without write the code of the indicator on the strategy and without have to modify the code of the indicator.

For...
Forum: MultiCharts January 25th, 2017, 07:04 AM
Replies: 5
Views: 2,400
Posted By fjgaspar
Thanks

Thanks for the answer. It was supossed that version 9 of Multicharts would have a 'native' way to do that. The post you link, talks about complicated aproaches before this is 'natively' supported. As...
Forum: MultiCharts January 25th, 2017, 04:36 AM
Replies: 5
Views: 2,400
Posted By fjgaspar
Access to indicator from strategy in Multicharts.Net

Hi,

I am trying to code an strategy in Multicharts.Net which needs information of the value of an indicator, and send orders based on that value. I have read that Multicharts.Net 9,1 allow access...
Forum: EasyLanguage Programming November 5th, 2016, 09:46 AM
Replies: 2
Views: 1,590
Posted By fjgaspar
How get the time of a past bar in powerlanguage?

Hi,

I'm developing an indicator for Multucharts.NET with Powrlanguage. I have a 5 minutes chart, and I need to do the following in calcbar() method.

Lets say it is 9:00 AM. The time of current...
Forum: Emini and Emicro Index October 18th, 2016, 06:00 AM
Replies: 7
Views: 2,423
Posted By fjgaspar
Thanks

Thank you all.

I think as citikot. As all setups are related to RTH, I think is best have in mind only high and low of Globex session, and make the Market profile only for RTH.

I will look a...
Forum: Emini and Emicro Index October 17th, 2016, 11:11 AM
Replies: 7
Views: 2,423
Posted By fjgaspar
Thanks

Thank you for the note. But again, I use Market Profile in Futures MiniSP500 and it begin to write letters at the opening overnight, not at day open at 9:30 AM. So the question is how to deal with...
Forum: Emini and Emicro Index October 17th, 2016, 05:15 AM
Replies: 7
Views: 2,423
Posted By fjgaspar
Market profile questions

Hi,

I am studying Market Profile analisys, and I am blocked in one concept that I can't solve by myself.

The theory stablishes that the first hour after opening, creates a initial balance zone,...
Forum: EasyLanguage Programming October 9th, 2016, 09:13 AM
Replies: 16
Views: 5,532
Posted By fjgaspar
Question

Hello,

I am trying to get access to those collections too. I have tried the code published:

int bn = Bars.FullSymbolData.Current-1;
var vp = VolumeProfile.ItemForBar(bn);
if (vp != null)
{ ...
Forum: MultiCharts October 7th, 2016, 07:08 AM
Replies: 1
Views: 1,522
Posted By fjgaspar
Cumultaive delta Multicharts.Net SE

Hi,

I have an strange issue with cumulative delta charts in multicharts.Net 9.1 SE. I use CQG as data feed, and insert an Futures MiniSP 500 Delta Chart in a workspace.

Then I have the option...
Forum: EasyLanguage Programming October 4th, 2016, 07:31 AM
Replies: 8
Views: 3,707
Posted By fjgaspar
OK

Ok, thank you very much. I will try to figure out and work in a code to do what I told.
Forum: EasyLanguage Programming October 4th, 2016, 07:19 AM
Replies: 8
Views: 3,707
Posted By fjgaspar
Thanks again..

That is in Multicharts Built in indicators?
Forum: EasyLanguage Programming October 4th, 2016, 05:45 AM
Replies: 8
Views: 3,707
Posted By fjgaspar
Thanks for the answer

Could you then put me in the way to do it? The documentation of Powerlanguage is quite insuficient, specially with the GDI part.

Not need the whole code, just some guidance.
Forum: EasyLanguage Programming October 3rd, 2016, 06:11 AM
Replies: 8
Views: 3,707
Posted By fjgaspar
Multicharts.Net and Footprint charts

Hi,

I am using Multicharts.NET SE and I would like to know if is possible to improve the footprint (Volume Delta) charts, via indicator programing in PowerLanguage.

The way of showing data in...
Forum: MultiCharts August 5th, 2016, 04:03 AM
Replies: 5
Views: 1,754
Posted By fjgaspar
Thanks again. I use Sync mode. I have tried...

Thanks again.

I use Sync mode. I have tried with StrategyInfo.AvgEntryPrice but it returns 0. Maybe if I wait till next bar, it will give me the real value, but when I send an order type market,...
Forum: MultiCharts August 5th, 2016, 03:14 AM
Replies: 5
Views: 1,754
Posted By fjgaspar
Thank you for your answer. Finally, I have...

Thank you for your answer.

Finally, I have solved all the problems.

I define 6 kinds of orders: One stop buy. One stop shellshort. These two are for entries (long or short). One limit sell...
Forum: MultiCharts July 31st, 2016, 06:42 AM
Replies: 5
Views: 1,754
Posted By fjgaspar
Powerlanguage Multicharts.NEt coding questions

Hi,

I'm trying to code an strategy for automatic trading in multicharts.net platform, which uses powerlanguage coding language.

I have been able to code the conditions for strategy, but I need...
Forum: EasyLanguage Programming May 17th, 2016, 07:55 AM
Replies: 2
Views: 1,217
Posted By fjgaspar
New with Multicharts

Hi,

I am new to Multicharts. I am Visual Basic and .Net programer, but I am not familiarized with Multicharts programming. I have read manuals and examples but I am not being able to figure out...
Showing results 1 to 21 of 21

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