Jump to content
Tom Next - Daytrading Community

Market Profils


oldschuren

Recommended Posts

Hi Leute,

hat schon jemand ein gutes Script für Market Profile gefunden?

Sowas in der Richtung:

http://investox.de/Investox/MarktPlus/Hist...medynamisch.htm

 

Hab die Bsp. von amibroker.com ausprobiert. Gabs nur zwei. Das eine geht nicht das andere sieht nicht ansatzweie wie ein MP aus...

 

Vielleicht hab ich für uns das nächste Projekt gefunden.... :ph34r:

Gruß

OS

Link to comment
Share on other sites

Hi Leute,

hat schon jemand ein gutes Script für Market Profile gefunden?

...

Hab die Bsp. von amibroker.com ausprobiert. Gabs nur zwei. Das eine geht nicht das andere sieht nicht ansatzweie wie ein MP aus...

/quote]

Hi,

ohne Beispiel weiß ich nicht welches Du schon kennst :ph34r: meinst Du das:

_SECTION_BEGIN("VAP");
segments = IIf( Interval() < inDaily, Day(), Month() );
segments = segments != Ref( segments , -1 );

PlotVAPOverlayA( segments , Param("Lines", 300, 100, 1000, 1 ), Param("Width", 80, 1, 100, 1 ), ParamColor("Color", colorGold ), ParamToggle("Side", "Left|Right" ) | 2 * ParamToggle("Style", "Fill|Lines", 0) | 4*ParamToggle("Z-order", "On top|Behind", 1 ) );
Plot(segments, "", colorLightGrey, styleHistogram | styleOwnScale );
_SECTION_END();

 

Sieht dann so aus:

 

VAP.jpg

Gruß Duncan

Link to comment
Share on other sites

Wunderschön wie ich find:

http://www.inditraders.com/showpost.php?p=...p;postcount=150

 

Man, die überschlagen sich ja förmlich in diesem MarketProfil-Thread. Leider bekomme ich nich die AFLs zum laufen...

 

Hat jemand mal einen Tip. Evt. ist es ja was ganz einfaches:

 

AFL:

http://www.inditraders.com/attachment.php?...mp;d=1252062545

 

Amibroker: 5.20

 

Fehler:

http://img196.imageshack.us/img196/3591/fehlerd.png

Link to comment
Share on other sites

Hat jemand mal einen Tip. Evt. ist es ja was ganz einfaches:

Hi,

beachte doch einfach das:

// Formula Name: Market Profile

//

// Use with 5/15min chart

// Originial - From AFL library

// Edited by - Milind / KAKA

:door:

+ das

SetChartBkColor(16 );

sieht es dann so aus:

 

snap.jpg

 

oder Augen freundlicher so etwas ...

 

snap2.jpg

 

SetChartBkGradientFill( ParamColor("BgTop", colorTeal),ParamColor("BgBottom", colorLightGrey));
PlotOHLC(O,H,L,C,"Price",colorBlack,styleCandle);

 

Der Code wurde immer für die Zeitebene angepasst ...

 

Gruß Duncan :sad:

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.

Loading...
×
×
  • Create New...