Jump to content

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.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

aaa

Market Profile 1.71

Recommended Posts

//Market Profile

//version 1.71

// Author Unknown

//

//December 17, 2007

//

//Market Profile based on volume distribution

//Program plots volume at price for various time frames as specified by parameters.

//Program also displays the instantaneous volume and cumulative volume for the chosen time frame at bottom of screen.

//

//

//Known Issues: version 1.71

//Program has been tested with QP data for EOD and eSignal and iqfeed for real time.

//Code works well for EOD data.

//Real time has 2 issues:

// 1. Occasionally display has to be shrunk or expanded to display properly.

// the problem arises from computing the first visible bar and Quick AFL changing the number of bars available

// when time frames are changed or dissplay is shrunk or expanded.

// 2. Real time display is organized in two groups. Display for one full day and display shorter time periods.

// The shorted time periods do not work properly and the opions is inhibited in the parameter settings.

//

//The code is heavy on CPU usage and it is useful to run it once at the end of each bar for real time.

//Compiling code may be useful in speeding up execution.

//

//

//SetBarsRequired(10000,0);

// Functions - Real time data: Compute_RT_Intraday_1, Compute_RT_Daily, Compute_EOD_Weekly,

// Functions - EOD Data: Compute_EOD_Monthly, Compute_EOD_Quarterly

// Functions - FindFirstBar, DataCollect, DataReconstruct, PlotChart, PlotVolumeStats, Plot_POC_UVA_LVA.

// Functions - Verify Volume - Generate error message if volume is not available

// Functions - UpdateDynamicVars - Create names for dynamic variables

// Functions - ComputeDataBlockParms - Compute values for each block. Use start and end markers for blocks

//

//globals. VMP prefix used for all globals so they are unique to this module.

 

 

attachment.php?attachmentid=20474&stc=1&d=1270197368

 

attachment.php?attachmentid=20475&stc=1&d=1270197368

 

attachment.php?attachmentid=20476&stc=1&d=1270197368

 

attachment.php?attachmentid=20477&stc=1&d=1270197368

Quarter.jpg.3104ade682284ab46f6441d670b7901b.jpg

month.jpg.55478debc03b4c794c7e9d9f8c5df391.jpg

5aa70ff404d8c_30mn.jpg.a35e6d33f63e52c237a16002b96b7bcd.jpg

5aa70ff40b03b_01mn.jpg.c78d8bc3edfde8f1dd3cca06ee271b62.jpg

Market Profile 1.71.zip

Share this post


Link to post
Share on other sites

!!! IMPORTANT !!!

 

Set your market time in the code

 

Before

 

//Preferences set to mark time at "06:30" and "13:10"

//Time stamp must be for start of bar

VMP_StartTime = 63000;

VMP_EndTime = 131000;

Minutes_perday = 405;

 

After

My FUTURE market Time

 

//Preferences set to mark time at "08:00" and "22:00"

//Time stamp must be for start of bar

VMP_StartTime = 80000;

VMP_EndTime = 220000;

Minutes_perday = 840;

Share this post


Link to post
Share on other sites
Is it available in ELD ?

 

If not can you post the code.

thanks

 

To see the code, you can open Amibroker code (.afl) with any text editor. Notepad for example will work.

Share this post


Link to post
Share on other sites

Hi

 

Found these strategies on the Web

 

regards

 

 

(Category 1)

Trading Methods For Market Profile

 

 

Only trade in the direction of the trend (Trend is determined by a rising or falling Point Of Control/POC)

 

 

Trade setup #1a:

In a down trending market, when the current session opens below the previous day’s Value Area/VA enter a short trade at the previous day’s lower VA and again at the previous day’s POC/HVL placing a protective stop for both trades 1.5 points above the previous day’s upper VA.

Trade setup #1b:

In an up trending market, when the current session opens above the previous day’s VA enter a long trade at the previous day’s upper VA and again at the previous day’s POC/HVL placing a protective stop for both trades 1.5 points below the previous day’s lower VA

 

Trade setup #2a:

In a down trending market, when the current session opens within the previous VA enter a short trade at the upper VA placing a stop 1.5 points above the Day Before Yesterday’s/DBY POC or High Volume Level/HVL (the open price must be at least 2 points below the previous days upper VA)

Trade setup #2b:

In an up trending market, when the current session opens within the previous days VA enter a long trade at the lower VA placing a stop 1.5 points below the DBY’s POC/HVL (the open price must be at least 2 points above the previous days lower VA)

 

Trade setup #3a:

In a down trending market, when the current session opens above the previous days upper VA and below the DBY’s lower VA enter a short trade at the DBY’s lower VA and again at the DBY’s HVL placing a stop for both trades 1.5 points above the DBY’s upper VA (if stopped out on this setup and price remains above the stop level, change directional bias for all category 2 trade setups for the remainder of the day)

Trade setup #3b:

In an up trending market, when the current session opens below the previous days lower VA and above the DBY’s upper VA enter a long trade at the DBY’s upper VA and again at the DBY’s HVL placing a stop for both trades 1.5 points below the DBY’s lower VA (if stopped out on this setup and price remains below the stop level, change directional bias for all category 2 trade setups for the

remainder of the day)

 

Trade setup #4a:

In a down trending market, when the current session opens above the DBY’s lower VA and below the DBY’s POC enter a short trade at the DBY’s POC and again at the DBY’s upper VA placing a stop 1.5 points abve the DBY’s High Of the Day/HOD (if stopped out on this setup and price remains above the stop level, change directional bias for all category 2 trade setups for the remainder of the day)

Trade setup #4b:

In an up trending market, when the current session opens below the DBY’s upper VA and above the DBY’s POC enter a long trade at the DBY’s POC and again at the DBY’s lower VA placing a stop 1.5 points below the DBY’s Low Of the Day/LOD (if stopped out on this setup and price remains below the stop level, change directional bias for all category 2 trade setups for the remainder of the day)

 

Profit targets for all trades should be in consideration of the risk of each respective trade and should be placed in consideration of the previous days POC, VA or HVL

 

******************************

 

 

...More in the pdf attachment below

 

********************************************

Trading Methods.pdf

Share this post


Link to post
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.
Note: Your post will require moderator approval before it will be visible.

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...

Important Information

By using this site, you agree to our Terms of Use.