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
43 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Articles
Everything posted by swisstrader
-
Todays progress - this fractal channels and FTTs give a total other view to the chart than these LL-HL-HH-LH logic sequences. Really interesting. -swisstrader
- 4385 replies
-
Have started to code the method in a full auto system - any thoughts, advices or cooperation offers (offers to PM only)? -swisstrader
- 4385 replies
-
Market Profile Latest Version for Multicharts Tradestation
swisstrader replied to bomberone1's topic in Market Profile
Newest update for MC here: 1st Trading Tools Just special autumn offer for bundle instead of regular 249 €. Look here: http://www.1st-tradingtools.com/marketprofile/offer/ Enjoy, bomberone1! -
The effort to code this in relation to the effect (how often occurs a disconnection to the data provider) stands in no rattio. Buy it, code it for yourself or let it be. BTW, IMHO the Market Profile ® and Volume Profiles give your good enough signals to trade successfully instead of the footprints made by Market Delta. 1st Trading Tools Just special autumn offer for bundle instead of regular 249 €. Look here: http://www.1st-tradingtools.com/marketprofile/offer/ Good luck, bomberone1!
-
1. Lost connection = no data = nothing to save in the dBase 2. ELCollections data base as txt files
-
As far I know the QM saves the really traded volume but not on what side of orderbook the size was traded. My code saves it in teh database.
-
You will never get the same results exclude you have for both platforms teh same data feed of SAME server of data feed. I went to MarketProfile nad VolumeProfilee to have footprints of market based on POC's and VirginPOC's. With Market Distribution I get always the sufficient exact result for s/r levels to trade them.
-
Here is my data base subroutine, I think, every trade is saved into the data base, also trades between the spread of inside bid and inside ask. VolumeCache = MapNN.Get.dBase(Cache,1); LastC_Cache = MapNN.Get.dBase(Cache,2); Index = BaseIndex + (CloseOfData-OpenOfData)/TickSize; if InsideBid < InsideAsk then begin if CloseOfData <= InsideBid then begin CurrBidVol = MapNN.Get.dBase(BidVolume,Index) + TicksOfData - VolumeCache; N = MapNN.Put.dBase(BidVolume,Index,CurrBidVol); end else if CloseOfData >= InsideAsk then begin CurrAskVol = MapNN.Get.dBase(AskVolume,Index) + TicksOfData - VolumeCache; N = MapNN.Put.dBase(AskVolume,Index,CurrAskVol); end else begin if CloseOfData <= LastC_Cache then begin CurrBidVol = MapNN.Get.dBase(BidVolume,Index) + TicksOfData - VolumeCache; N = MapNN.Put.dBase(BidVolume,Index,CurrBidVol); end else begin CurrAskVol = MapNN.Get.dBase(AskVolume,Index) + TicksOfData - VolumeCache; N = MapNN.Put.dBase(AskVolume,Index,CurrAskVol); end; end; BidAskDelta = MapNN.Get.dBase(AskVolume,Index) - MapNN.Get.dBase(BidVolume,Index); N = MapNN.Put.dBase(CacheABD,Index,BidAskDelta); end; VolumeCache = 0; LastC_Cache = CloseOfData; BTW; this code is from 2007, a little bit time ago -swisstrader
-
The indicators here posted is without database, means if you make a reset in your chart all data are deleted. My code is with saving of inside bid and inside ask values on your PC and recall them during a reset. BidAskDelta Best regards, swisstrader
-
Hi Bomber1, here you can find the update: 1st Trading Tools Enjoy! -swisstrader
-
see under 1st Trading Tools
-
TS Tick by Tick PVP Plotted with VWAP and SD Bands
swisstrader replied to dbntina's topic in Trading Indicators
Does someone has adapted the EL Collections dll for multi-threaded platform? thank you for a reply -swisstrader -
Market Profile Toolset for MultiCharts V6 and Higher
swisstrader replied to swisstrader's topic in Market Profile
Good news for our customers: because of so many sells we'll pay back to much paid amount and sell from now for the new price - €149 EUR Per MultiCharts Installation. -swisstrader -
Market Profile Toolset for MultiCharts V6 and Higher
swisstrader replied to swisstrader's topic in Market Profile
FYI our homepage was updated. -
Market Profile Toolset for MultiCharts V6 and Higher
swisstrader replied to swisstrader's topic in Market Profile
My webdesigner has been cancelled this Google ads shit. Thank you again Tams for your advise. -swisstrader -
Market Profile Toolset for MultiCharts V6 and Higher
swisstrader replied to swisstrader's topic in Market Profile
Tams, this has done my webdesigner. I have no clue why, so please tell me is that an disadvantage for me? I code daily 10-14 hours, I have no time to make a homepage. Thnx for a reply and your feedback. -swisstrader -
Market Profile Toolset for MultiCharts V6 and Higher
swisstrader replied to swisstrader's topic in Market Profile
Tams, do you have in your indicator list for MC the MP for daily, weekly, composite and classic version? Do you have the indicator for naked POC's of TPO and VPO? If not, try to start to code it, I've needed for all about 6 months to finish perfectly. For 399€ you have to finish it in about 8 hours. Good luck. I do not force anybody to buy it, I only inform about teh naked POC's solution and about the MP toolset. Have you seen a solution for weekly in any of the well known forums? -
Market Profile Toolset for MultiCharts V6 and Higher
swisstrader replied to swisstrader's topic in Market Profile
As next we will publish on our homepage the 'naked POC's' of TPO and later in this fall the VPO based naked POC's. Both naked POC's at the same price (TPO and VPO based) will give a very strong support or resistance. -swisstrader -
Market Profile Toolset for MultiCharts V6 and Higher
swisstrader replied to swisstrader's topic in Market Profile
Hi electroniclocal, you can use any bar types you want. This toolset is only for TPO's, but if you want Volume profiles I have an alternative (earlier code, not so comfortable and only for daily MP) or I can add you an customer program addon only for you, because clasic MP works only with Time Price Opportunities. If you want the outputs VAH, VAL and POC for a strategy so I have to create for you a special toolset that you can implement my closed functions in your self coded strategy. You can apply the toolset to Globex ES or to @ES.D (regular session). Works all automatically with session change identification. All your extra wishes I'll charge per hour coding time. About that we have to negiotiate separately. Kind regards, swisstrader -
Hello Market Profile traders, if somebody is interested in a Market Profile toolset for daily, weekly, composite and classic MP, search here for more informations: http://www.1st-tradingtools.com . Toolset works ONLY in MultiCharts v6 or higher developed by TS Support http://www.multicharts.com . Feedbacks are welcome. Regards, swisstrader
-
Pace of Tape - Measure Trade Intensity to Detect Reversals
swisstrader replied to cunparis's topic in Trading Indicators
Sorry, TS from flintstone times has MINUTE timestamps for EL code commands. Try to code TL's on tick charts ... what a blame for TS. -swisstrader -
BlowFish, could you explain me please for what do you need millisecond timestamps exactly? If I understood the reason I could try to use my 'very friendly good connections' to ... We are too late with our technique or we rent a server directly in the server farms of the exchange. There are already 'listener servers' placed by the big boyz to be faster than we small fishes. Let's trade automatically in the forex and with a timeframe of our leaque than to try to piss with big dogs and can't move the leg not high enough ... :rofl: Best regards from hot Zurich swisstrader
-
Tams, they all are running in MC, you have to call them ONLY with command 'DefineDLLFunc' and not with command 'external', then the converted code works perfectly in MultiCharts. I like MultiCharts! -swisstrader
-
Here you can buy it (MarketDelta with data base for history): BidAskDelta My newest toolset is a Market Profile toolset: 1. MP in classical presentation with letters 2. MP as histogram with developing VA and POC and projektion of VA and POC to the next session (MP per session) 3. MP as histogram with developing VA and POC and projektion of VA and POC to the next week (weekly MP) 4. coloured session per week to diffent the sessions for a weekly MP MP works with time bars, range bars (change or point bars in MC), 3LB, Kagi, Renko and P'nF bars. Available as closed code for MultiCharts v6 and higher. -swisstrader