Newbee questions

 

Hi there,

I have the following questions and hope that somebody woul help ...

1. Let's say you have 4 buffers with high, low,open and close prices of something (not necessarely a cross) how would you display these data as a candle graph?

2. I noticed that all the build in oscillator like for example

double iMomentum ( string symbol, int timeframe, int period, int applied_price, int shift )

requires a cross name (symbol) as an input parameter ...

Is it possible to pass the name of a buffer variable instead ? If yes, how can it be done?


Thanks!

Marc

 

1. see 'I am a newbie and want to get HA in a new window..'

2. No. Use iMomentumOnArray().

Reason: