⭐ Meow Posted May 2, 2014 Report Posted May 2, 2014 I would like to request CS file as well. Does anyone have the MarketBalance CS file ? Regards, Quote
⭐ fxus Posted May 17, 2014 Report Posted May 17, 2014 Anyone has their videos : http://eminitradingschool.com/order-now/market-profile-daily-seminar/ Thanks, Quote
445NDO Posted May 20, 2014 Report Posted May 20, 2014 This is the full Zip file of the TPO Indicator http://www.sendspace.com/file/0iqay2 what is the password to open the rar .. Quote
LisaAkira Posted May 20, 2014 Report Posted May 20, 2014 what is the password to open the rar .. pw: indo-investasi abduul 1 Quote
abduul Posted May 21, 2014 Report Posted May 21, 2014 Most current versions of TPO and MP: http://www.sendspace.com/file/9zkkij pass=indo-investasi indicator names: " TPO and Volume Profile Chart (v4)" " MarketBalance" Cheers, ps. There is at least few other sellers which only rebranded this original package. (for example: EminiTradingSchoolTPOIndicator) the link is dead can share it plz Quote
Spectral_Analyst Posted May 21, 2014 Author Report Posted May 21, 2014 http://www.sendspace.com/filegroup/2DRgBP7fHAphE45Da7RpVtRUdZDgUlkF%2FEvfyoDi%2B0hYcRHu2nAuwg Credits: Admis k33, traderx4, ruten and 7 others 10 Quote
abduul Posted May 21, 2014 Report Posted May 21, 2014 http://www.sendspace.com/filegroup/2DRgBP7fHAphE45Da7RpVtRUdZDgUlkF%2FEvfyoDi%2B0hYcRHu2nAuwg Credits: Admis thank u so much Spectral Quote
TraderMate Posted August 12, 2014 Report Posted August 12, 2014 Anyone have Market Profile Lines? Is it part of a pack? Quote
Noam Posted October 24, 2014 Report Posted October 24, 2014 anyone else got a "License expired" pop-up? any fix for that? Quote
forexmaniac84 Posted October 26, 2014 Report Posted October 26, 2014 can anyone reupload the latest working version of This TPO indicator? appreciate ur help Quote
⭐ Meow Posted October 26, 2014 Report Posted October 26, 2014 This link is still working: http://www.sendspace.com/filegroup/2DRgBP7fHAphE45Da7RpVtRUdZDgUlkF%2FEvfyoDi%2B0hYcR Hu2nAuwg can anyone reupload the latest working version of This TPO indicator? appreciate ur help Traderbeauty and forexmaniac84 2 Quote
Noam Posted February 6, 2015 Report Posted February 6, 2015 any chance of getting the CS file for the TPO? i'm trying to build a strategy and i need a reliable TPO. appreciate your help. Quote
⭐ JDizzle22 Posted February 7, 2015 Report Posted February 7, 2015 any chance of getting the CS file for the TPO? i'm trying to build a strategy and i need a reliable TPO. appreciate your help. 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 Quote
Fxheaven Posted February 7, 2015 Report Posted February 7, 2015 Would you please share Gomi framework here. Thanks. 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 Quote
Noam Posted February 7, 2015 Report Posted February 7, 2015 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. Quote
rondonelli Posted February 7, 2015 Report Posted February 7, 2015 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. is this what you looking for?Let me know https://www.sendspace.com/file/yrtzl2 Traderbeauty and pikachu 2 Quote
admis Posted February 7, 2015 Report Posted February 7, 2015 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... pikachu 1 Quote
Noam Posted February 7, 2015 Report Posted February 7, 2015 (edited) 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 February 7, 2015 by Noam Quote
⭐ JDizzle22 Posted February 7, 2015 Report Posted February 7, 2015 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. Noam 1 Quote
admis Posted February 8, 2015 Report Posted February 8, 2015 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 ⭐ JDizzle22, dennyyusuf, RICHI and 3 others 6 Quote
Noam Posted February 8, 2015 Report Posted February 8, 2015 (edited) 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 February 8, 2015 by Noam mastertrader7, nawlins51, ciardim and 3 others 6 Quote
admis Posted February 8, 2015 Report Posted February 8, 2015 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? Noam 1 Quote
Noam Posted February 8, 2015 Report Posted February 8, 2015 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. Quote
iceice Posted February 8, 2015 Report Posted February 8, 2015 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.