[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Need first ten minute code, etc



PureBytes Links

Trading Reference Links

/*
How would I go about coding the following?


I need each day the highest high of the first ten minutes and lowest 
low of the first ten minutes and work in any time frame (including 
daily).

*/


firsttenminutehigh =
firsttenminutelow =


//Also need the closing bar price of the 60 minute bar.

sixtyminbar =

PlotShapes(sixtyminbar,shapeCircle,colorBlue);


//Needs to Repeat each day in chart.....

//Thanks...   Richard