[amibroker] Re: Anyone Been able to do this yet?

 

Cool!


Then you can go one step further an automate the number of Bins and Rectangle Height:

//bins = Param("Bins", 100, 3, 100, 1); REPLACED BY:
Tick = 0.25; // Tick-size for ES e-mini future.
VisNumBars = LVB - FVB;
HighestHigh = HHV( High, VisNumBars );
LowestLow = LLV( Low, VisNumBars );
bins = SelectedValue( 1 + ( HighestHigh - LowestLow ) / Tick );

and

//pRecHeight = Param("Rectangle Height", 0.90, 0.10, 1, 0.05); REPLACED BY:
pRecHeight = SelectedValue( ( HighestHigh - LowestLow ) / ( bins - 1 ) );

Regards,

Jorgen

__._,_.___

Posted by: jorgen.wallgren@gmail.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)

Check out the automatic photo album with 1 photo(s) from this topic.
VAP.png

Upgrade your account with the latest Yahoo Mail app
Get organized with the fast and easy-to-use Yahoo Mail app. Upgrade today!

**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/


.

__,_._,___


EmoticonEmoticon