Jump to content

Market Balance & TPO Charts by Fin-Alg


Spectral_Analyst

Recommended Posts

  • 3 weeks later...
  • Replies 323
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 months later...
  • 3 weeks later...
  • 1 month later...
  • 3 months later...
The gomi framework is much easier to reference if you need to reference MP levels: https://www.bigmiketrading.com/elite-circle/24449-gom-profiling-toolkit-strategies-market-volume-profile.html#post398372

 

Thanks, but the gomMP isnt even close to how accurate this TPO is, and I compared maybe 10 different MP's ... simply the best out there.

I honestly willing to pay to someone who can get the FinAlg TPO in CS.

Link to comment
Share on other sites

Thanks, but the gomMP isnt even close to how accurate this TPO is, and I compared maybe 10 different MP's ... simply the best out there.

I honestly willing to pay to someone who can get the FinAlg TPO in CS.

 

It gets interesting ...

FinAlg certainly belongs to the top of software houses on the market. A few other companies utilize their products after rebranding.

 

I'm not sure what are your programming skills, but believe me not a trivial task ahead of you. Let's better try to define a range of your interests in the sense of variables exposed to strategy...

Link to comment
Share on other sites

It gets interesting ...

FinAlg certainly belongs to the top of software houses on the market. A few other companies utilize their products after rebranding.

 

I'm not sure what are your programming skills, but believe me not a trivial task ahead of you. Let's better try to define a range of your interests in the sense of variables exposed to strategy...

 

Thanks for your reply admis,

Awff.. Tell me about it...My engineer was struggling with this indicator for days, trying to get the variables in any possible way with no success.

And this guy is top-notch engineer, we call him "Superman" for the things he gets done. so definitely not an easy task.

Anyways, we are trying to get the current session levels as well as the naked levels.

Hopefully someone here could help..

Edited by Noam
Link to comment
Share on other sites

Thanks for your reply admis,

Awff.. Tell me about it...My engineer was struggling with this indicator for days, trying to get the variables in any possible way with no success.

And this guy is top-notch engineer, we call him "Superman" for the things he gets done. so definitely not an easy task.

Anyways, we are trying to get the current session levels as well as the naked levels.

Hopefully someone here could help..

 

If you haven't already done this, you can try (you will have to add this to the existing code):

1) When you are using daily levels, on the first bar of session (Bars.FirstBarOfSession) and first tick of bar (FirstTickOfBar), before the indicator updates all the levels (place it as the first function in OnBarUpdate), add each prior day level to a list: VAHList.Add(VariableThatHoldsOrComputesVAH);. Then you can reference any number of days back: double xdayVAH = VAHList[VAHList.Count - countBack];.

2) If using RTH and ETH to split your profile, find the beginning of the new session and add a variable to run step #1 once, but WITH first tick of bar and WITHOUT first bar of session.

Link to comment
Share on other sites

Thanks for your reply admis,

Awff.. Tell me about it...My engineer was struggling with this indicator for days, trying to get the variables in any possible way with no success.

And this guy is top-notch engineer, we call him "Superman" for the things he gets done. so definitely not an easy task.

Anyways, we are trying to get the current session levels as well as the naked levels.

Hopefully someone here could help..

 

With all the respect, but as a "top-notch engineer" (in the sense of IT and programming) he could easily generate and clean the sources by himself...Seems to me, his skills should be verified again... :-$ if his work is it not a charity....

BTW: Believe me, you are not talking to the self-taught programmers. We are not a silly children from the 3rd world.;)

 

Is it enough for your strategy purposes to utilize the Market Profile Lines? You'd like to use our work (not only), but at the same time, you're not willing to share the details of your strategy.

http://s28.postimg.org/nknhl7ukt/MPLines_Data_Box.png

Link to comment
Share on other sites

With all the respect, but as a "top-notch engineer" (in the sense of IT and programming) he could easily generate and clean the sources by himself...Seems to me, his skills should be verified again... :-$ if his work is it not a charity....

BTW: Believe me, you are not talking to the self-taught programmers. We are not a silly children from the 3rd world.;)

 

Is it enough for your strategy purposes to utilize the Market Profile Lines? You'd like to use our work (not only), but at the same time, you're not willing to share the details of your strategy.

http://s28.postimg.org/nknhl7ukt/MPLines_Data_Box.png

 

admis, my friend, i never said im not willing to share my thoughts of this strategy, im a member of this forum for about 3 years, of which i have helped anyone who asked a question i could answer and i will continue to share my knowledge with anyone, same as you guys here are helping me with alot of things, which i appreciate so much.

As for the engineer, he is really a top-notch engineer, but sometimes even if you are very good, you might find trouble doing something that for others seems not so hard. he is only having troubles because its a dll file, if we had the cs file, things would have been much easier.

As for you guys, i know you are not silly children, come on, i wouldnt be in this forum if i thought you were silly, this forum has great minds in it, you included.

Anyways, this strategy im trying to build is suppose to do order flow calculations near the TPO levels, which at this point im trying to get reported with no success.

So how about a little help here my friend? :) believe me, if i get this one to work, this forum will be the very first place i will share how its done. i promise you that.

Thank you. with much respect and appreciation.

Edited by Noam
Link to comment
Share on other sites

admis, my friend...

So how about a little help here my friend? :) believe me, if i get this one to work, this forum will be the very first place i will share how its done. i promise you that.

Thank you. with much respect and appreciation.

 

Never mind, it's ok. Let's better don't go into details...

 

You didn't answer if the MP Lines would suit to your needs?

Link to comment
Share on other sites

Never mind, it's ok. Let's better don't go into details...

 

You didn't answer if the MP Lines would suit to your needs?

 

Thanks admis,

 

Yes, the MarketProfile Lines i see in the picture you attached is super, i see that the lines are reported to the data box which is more than enough for my needs.

Link to comment
Share on other sites

Hi admis:

 

Could you please share the code for some of the beginners like me, where you showed displaying profile lines in the data window. I appreciate your help very much.

 

Thanks

 

 

With all the respect, but as a "top-notch engineer" (in the sense of IT and programming) he could easily generate and clean the sources by himself...Seems to me, his skills should be verified again... :-$ if his work is it not a charity....

BTW: Believe me, you are not talking to the self-taught programmers. We are not a silly children from the 3rd world.;)

 

Is it enough for your strategy purposes to utilize the Market Profile Lines? You'd like to use our work (not only), but at the same time, you're not willing to share the details of your strategy.

http://s28.postimg.org/nknhl7ukt/MPLines_Data_Box.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...