Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.
-
Content Count
466 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Articles
Everything posted by aaa
-
Hi About standart Deviation and VA http://www.traderslaboratory.com/forums/f56/market-volume-profile-indicator-tradestation-6353.html#post93042 regards
-
Hi MP uses 70 % for the VA 1 standart Dev is 68.268 Standard deviation - Wikipedia, the free encyclopedia I hope that it helps Regards ************************************** PS : The second VA on the graph below is 2 standart Dev (95.449 )
-
********************************* 3Monkeys showed me the right way I've found this info on an other forum Important notice: Due to limitation size of the current 16 bits TradeStation 4 version, this optional change will be made as soon as TradeStation 5 will be released. This version (16 bits) will not run on TradeStation 32 bits. That's what I thought... it's not compatible So I need 2 find the 32 bits dll ThanX 2 all 4 your quick help ************************* PS How 2 see (with an hexa editor) if a dll is 16 or 32 bits ? Windows Version 3.0 (PMODE ONLY!) =16 bits ? WIN87EM =16 bits ? [left]Windows 3.1 Executable File Format[/left] [left]Old Header[/left] New Header Entry Table Segment Table Resources Resident Name Table Imported Name Table Non-Resident Name Table Old EXE Header Info(Main Menu) File Signature 0x5A4D Bytes on last page 0x0050 Pages in file 0x0002 Relocation items 0x0000 Paragraphs in header 0x0004 Extra paragraphs needed 0x000F Extra paragraphs desired 0xFFFF Initial SP Value 0x00B8 Checksum 0x0000 Initial IP Value 0x0000 Code displacement 0x0000 Relocation table offset 0x0040 Overlay Number 0x0000 New EXE Offset 0x00000090 New EXE Header Info(Main Menu) Library *** Description ***.DLL Data SHARED Windows Version 3.0 (PMODE ONLY!) Signature 0x454E Linker Version 0x0005 Linker Revision 0x000A Entry Table Offset 0x009A Entry Table Length 0x0010 Checksum 0x00000000 Module Flags 0x8009 DGROUP seg 0x0002 Heap Size 0x0800 Stack Size 0x0000 Initial CS:IP seg 0x0001 offset 0x0000 Initial SS:SP seg 0x0000 offset 0x0000 Entries in Segment Table 0x0002 Entries in Module Table 0x0005 Non-Resident Name Table Size 0x0016 Segment Table Offset 0x0040 Resource Table Offset 0x0050 Resident Name Table Offset 0x0050 Module Table Offset 0x0061 Imported Name Table Offset 0x006B Non-Resident Name Table Offset 0x0000013A Moveable entries 0x0002 Alignment Shift Count 0x0009 Resource Segments 0x0000 Executable Type 0x0002 Additional Flags 0x0000 Fast Load Offset 0x0000 Fast Load Length 0x0000 Entry Table(Main Menu) Ordinal Segment# Offset Stack Words Flags --------------------------------------------------------------- 1 0x0001 0x00BC 0x0000 MOVEABLE EXPORTED SHARED_DATA 2 0x0001 0x044F 0x0000 MOVEABLE EXPORTED SHARED_DATA Segment Table(Main Menu) Type Sector(<<align) Length Memory Flags --------------------------------------------------------------- CODE 0x00000200 0x306F 0x306F PRELOAD (moveable) (discardable) DATA 0x00003C00 0x067A 0x067A PRELOAD Resources(Main Menu) Shift Count: 0 [TYPE] Offset Length Flags Name ---------------------------------------------------------------------------- Resident Name Table(Main Menu) Ordinal Name ------------------------------ 0x0001 WEP Imported Name Table(Main Menu) Name ------------------------- TS_KIT KERNEL USER WIN87EM or_lib Non-Resident Name Table(Main Menu) Ordinal Name --------------------------------- 0x0002
-
It was the first location I've tried...
-
Hello I have an *.ela file + a *.dll It was written in 1998 with TS 4 Importing + compiling in TS 8.6 = OK I've put the dll in TS/Program dir But I have this message Any idea Where 2 put the dll Library ? May Be it's not compatible with 8.6 ? ********************** I've tried with MC Importing + Compiling = OK I've put the dll in the MC Dir Also in C:\Documents and Settings\All Users\Application Data\TS Support\MultiCharts\StudyServer\Studies\Dlls Functions + Indic + Strategie No more success...
-
Hi Xavi7 This indicator is written for an Easy Language platform I guess that it is possible to make a translation for any other platform. rgds
-
Hi Daedelus Hope it helps you Best regards aaa
-
Hi Jo U can look at this result of a search on charthub http://www.charthub.com/chart/search/profile They are thousands of screen snapshot of MP ( also volume Profile) This one looks like your code concept ? ----------------------------------------------- PS My yellow lines was definitky wrong. ************************** try 2 remove this line value7=TL_SetExtRight(value8, true); or have a look of this modification Replace this ; If time=2200{sess1EndTime} and date<> currentdate then begin value8=TL_New(Date, 1300, POCValue, Date, 1315, POCValue); value7=TL_SetExtRight(value8, true); value7=TL_SetColor(value8, ColorPOC); If ( date=JulianToDate(DateToJulian(currentdate)-1)) or ((dayofweek(currentdate)=Monday and date=JulianToDate(DateToJulian(currentdate)-3)) ) then TL_SetStyle(value8, 1) else value7=TL_SetStyle(value8, InputStyle); end; with that ; //---------------------------------------------------- Input: //---------------------------------------------------- BeginOfDayTrade( 0800 ), EndOfDayTrade( 2200 ), Plot.POC( 1 ), Size.POC( 0 ), Style.POC( 3 ), Color.POC( White ); If Plot.POC <> 0 and time= EndOfDayTrade and date <> currentdate then begin value8=TL_New(Date, BeginOfDayTrade, POCValue,Date, EndOfDayTrade, POCValue); TL_SetSize(value8, Size.POC ); TL_SetColor(value8, Color.POC ); TL_SetStyle(value8, Style.POC ); end; -----------------------------------------------
-
Only For beginners POC = Point Of Control TPO = Time Price Opportunities Here is a brief PDF Market Profile Basics Explanation From the Technical Analysis of STOCKS & COMMODITIES magazine http://www.traders.com regards aaa Market Profile Basics.pdf
-
******************* bid-ask.eld
-
Hi Jojo Does it looks like that ? I'mnot sure with the code I need 2 read more about MP 2 understand better rgds aaa
-
Dear Blowfish As a beginner I have no opinion I've learned from TAMS that any kind of methods is good if U get money with it I try here 2 understand + learn + share with respect w/o judging anybody I gave to mmustoe the result of a serious Google research --First I've translated the 2 first lines from French from a topic from this forum (I guess that everybody doesn't understand French) Boursosmile :: Voir le sujet - Market Profile --Then videos of an introduction of MP July 19 Emini Profile Day Trading | Free Educational & How-To Videos - Watch Educational & How-To Videos Online | Veoh I don't expect thanks from anybody But I'm surprised how quick the bullets flyed Please don't be offensed kind regards aaa PS ... I read that my interventions are not at a good level even tho I try 2 do my best 2 B helpfull It turned me sad So I will be more discret from now on this forum But I will still read you very carefully Take good care of you Much Love from Katarina ********************** FULL TRANSLATED FROM FRENCH 2 ENGLISH Market Profile I search for people practicing the analysis according to the Market Profile of Steidlmayer. Thank you to contact me in promenade for exchanges on the method. @ + and good trades. _________________ "He/it learned some stars that only the interior light permits to shine" Paulo Coelho Manual of the Light Warrior Winnie Bizuth 27 07 2004 to 13: 38 To come back in top Market Profile had its hour of glory toward the end of the years 80, beginning of the years 90. Then, everybody dropped because no one ever succeeded in winning money with. Steidlmayer himself wrote a second modifying book the first, adding new profiles, and explaining that the markets had changed since the publication of the method. Personally, I continue to use Market Profile, but not of the way conceived by his/her/its creators. I use it to represent the market intraday. It is a very good graphic, more talking representation than the classic charts. She/it permits to identify the extreme intraday (spikes and thrusts) more easily notably. I use his/her/its philosophy as general model of the activity intraday of them worked. It is mainly about considering the markets like a system of bids, with a price that moves in the sense of the facilitation of a maximum of transactions. Cf. the analogy with a market to the beastly, that another author uses on the market profiles (I forgot the names of the author and the book). edict: I recovered the book: http://www.amazon.com/exec/obidos/tg/detail/-/0934380538/qid= 1090928674/sr=1-3/ref=sr_1_3/102-2256916-2114533?v=glance&s=books It is impossible to illustrate live on a forum. It is a method intraday. It is necessary to understand the concepts then to follow the formation of profiles it in real time. For the follow-up in real time, one can have an idea of that that it gives on the mini-dow of the cbot: http://www.cbot.com/cbot/pub/cont_detail/1 ,3206,1063+16814,00 .html The site of the cbot also has a whole set of free articles and a list of books on market profiles: http://www.cbot.com/cbot/pub/page/0 ,3181,1186,00 .html To understand the concepts, it is necessary to read the book that I have above stated. It is the best on the topic. Market Profile is a way to observe, to represent and to interpret the movements of the market. But best in the beginning, it is not to consider profiles it that like a new shape of graphic representation, for the same reason as the barroom charts or the candlesticks. The interpretative aspect - Auction Market Theory - is interesting. He/it presents common points with the works of Crabel (opening arranges breakout), of Wyckofves (spikes and thrusts) and some simple interpretations of the candlesticks. However, to consider profiles it like a method prédictive is dangerous because profiles it describes the present. The survey of the present permits to place some trades, but doesn't have a value prédictive. The investment of the trades comes from an analysis of the present market, that Market Profile facilitates. Not of any value prédictive of this last. It is not a magic method. I believe that the disappointment of the users passed of Market Profile comes from it. They waited for another holy grail that was going to give them some easy trades. It is not the case. If they had confined themselves to consider it as a new very useful tool for the observation and the reflection, they would have been less disappointed. http://market-inside.forumpro.fr/index.htm
-
ThanX Ochie Market Profile had its hour of glory toward the end of the years 80, beginning of the years 90. Then, everybody dropped because no one ever succeeded in winning money with. Steidlmayer himself wrote a second modifying book the first, adding new profiles, and explaining that the markets had changed since the publication of the method. ********************************************* A video here of an introduction of MP Emini Profile Day Trading July 19 Emini Profile Day Trading | Free Educational & How-To Videos - Watch Educational & How-To Videos Online | Veoh **************************************************************** That value puts the indicator at a specified time of the day value8=Text_New(date, CalcTime(0800{Sess1StartTime} ?? If time=2200{sess1EndTime} ????? value8=TL_New(Date, 1300, POCValue, Date, 1315, POCValue); Also This indic has no volume element
-
************************* Here is the TTM scalper plotted on bars http://www.traderslaboratory.com/forums/f56/storing-pivot-level-eld-6437.html *************************************************************** Scalper Buys and Sells 7/18/2007 Written by Luis Gomez inspired by John Carters "Mastering the Trade" ********************************************************************* This plots swing highs/lows with a strength of 2 bars on each side, on the condition that there is a close above/below the high/low the bar after the said swing bar...... ****************************************************************
-
Hi jojojo What does MP means ? Isn'it Market Delta ? Why arbitrary Time & dates ? CalcTime(1200 value8=TL_New(Date, 1300, POCValue, Date, 1315, POCValue); Regards
-
Here is the Multicharts release of TTM Trend Anchor TTM TREND ANCHOR TIME.pla TTM TREND ANCHOR TICKS.pla KT- Anchors SetupTicksWSP.wsp KT- Anchors SetupWSP.wsp AnchorsMC.zip
-
ThanX Sevensa I try right now
-
Nice , but even with the instruction the installation is difficult. ThanX Vegas Very Good instructions in Kurtosis How-to install them
-
It was only an empiric observation 2, eventually, open a new constructive field of reflexion.
-
you can easily recognize this variable id_txt is an ID name. Hi Tams What's ID means ?
-
Searching TTM Scalper Indicator Script for QuoteTracker
aaa replied to ray112's topic in Coding Forum
tet indicator paints in the rear so it looks interesting but in real time its not. I agree it's definitly 2 late -
***************************
-
Hi Help will B appreciated It's my first step with Java **************************** I try 2 import datas in AB I've almost arrived except that I have no idea how 2 format the date Here is a txt data example in attachement 4356.txt DATE OPEN HIGH LOW CLOSE VOLUME 04/01/2010 38.080 38.890 38.020 38.890 6117 05/01/2010 38.810 38.900 38.200 38.650 6570 06/01/2010 38.460 38.600 37.240 38.190 13264 07/01/2010 38.060 38.060 37.470 37.800 9621 08/01/2010 38.040 38.170 37.560 37.830 7808 11/01/2010 38.080 38.110 37.560 37.580 13947 12/01/2010 37.250 37.250 36.610 36.760 11846 13/01/2010 36.610 36.970 36.600 36.920 7922 14/01/2010 37.200 37.530 37.010 37.290 8228 15/01/2010 37.475 38.015 36.840 37.040 9589 and my script ImportMsASCII( "4356.txt" ); function ImportMsASCII( filename ) { var fso, f, r; var ForReading = 1; var AmiBroker; var date; var quote; var fields; var stock; AmiBroker = new ActiveXObject( "Broker.Application" ); fso = new ActiveXObject( "Scripting.FileSystemObject" ); ticker = fso.GetBaseName( filename ).toUpperCase(); stock = AmiBroker.Stocks.Add( ticker ); f = fso.OpenTextFile( filename, ForReading); f.SkipLine(); while ( !f.AtEndOfStream ) { r = f.ReadLine(); fields = r.split("\t"); date = new Date( fields[ 0 ] ); /* Problem here ?*/ quote = stock.Quotations.Add( date.getVarDate() ); /* Problem here ? */ quote.Open = parseFloat( fields[ 1 ] ); quote.High = parseFloat( fields[ 2 ] ); quote.Low = parseFloat( fields[ 3 ] ); quote.Close = quote.Open = parseFloat( fields[ 4 ] ); quote.Volume = parseInt( fields[ 5 ] ); } AmiBroker.RefreshAll(); WScript.Echo( "Finished" ); } There is also a mix of OHLC datas 4356.txt
-
Hi Head2K On Virgins and The Tooth Fairy is an interesting enigmatic philososophical view "The money under the pillow is not evidence of the existence of the tooth fairy, and spring will arrive regardless of whether the virgin is tossed into the volcano or not." B sure that On this site I take good care of all views from pro traders like DbPhoenix or you *************************************************************** As a beginner, learning the basics, step by step, as a 2 yo baby, I observe, think and try 2 find as much as possible "reasonnable" good reasons 2 enter a trade ************************************************************************ - The white line is a potential pull back to a broken support - It's also the 4th wave and we expect the 5th one ending down - It's 50 % of Fibo retracement - The trend was down - etc - etc - and of course much more reasons that we don't know (yet) All of them are not coincidences because we saw their patterns with, let say 75 % of success Why Tams' MA Ribbon on my example, if we see this "coincidence" with 75 % of success, could not B an other good reason to enter a trade? ********************************************************************************** So with x good reasons with 75 % of succes, we could decide 2 enter short over 32.38 on monday morning Where should have gone the price during the day ? a) Go down and making the 76 th % good reason of success ? B) May B a good news should have explosed all these good reasons making a crazy long rally sliding down the 75% of good reasons to 49 % ? ********************************* Best regards aaa PS What's important is the stair-step based ... specially after a drink party if the light switch off ... Hips ! :cheers: