Home | Trading Alchemy Manual | Alchemy Functions IndexAlchemyHeikinAshiBpW (Function)AlchemyHeikinAshiBpW is a multiple-output function that returns the price values of our Alchemy HeikinAshi indicator within its multiple output variables. The function returns 1 when the Alchemy HeikinAshi indicator is in an up trend and the function returns -1 when the Alchemy HeikinAshi indicator is in a down trend.
AlchemyHeikinAshiBpW(Length,WickPercent,TailPercent,oOpen,oHigh,oLow,oClose) |
| Input Name | Input Type | Input Description |
| Length | numericsimple | Specifies the look back length for using an average of the past number of bars, whereas a setting of -1 uses the standard and conventional method of calculating the Heikin-Ashi candle. |
| WickPercent | numeric | Specifies the wick percent length, whereas a setting of 100 displays the full wick and a setting of 0 does not display a wick. |
| TailPercent | numeric | Specifies the tail percent length, whereas a setting of 100 displays the full tail and a setting of 0 does not display a tail. |
| oOpen | numericref | Variable that receives the Heikin-Ashi bar open price. |
| oHigh | numericref | Variable that receives the Heikin-Ashi bar high price. |
| oLow | numericref | Variable that receives the Heikin-Ashi bar low price. |
| oClose | numericref | Variable that receives the Heikin-Ashi bar close price. |
|
|