PureBytes Links
Trading Reference Links
|
simple but what?
Could y'all provide a brief explanation of what this is and suggestions
as how it might be used?
TIA
wayne
pilpelia wrote:
> powerful.
>
> Does some one have the below version in AFL ?
>
> *************************************************
> WH:=HHV(HIGH,5);
> WL:=LLV(LOW,5);
> WBP:=(HHV(HIGH,5)+LLV(LOW,5)+CLOSE)/3;
>
> RBAND:=VALUEWHEN(1,CROSS(MOV(WBP,25,S),WBP),
> HHV(WH,25));
>
> SBAND:=VALUEWHEN(1,CROSS(WBP,MOV(WBP,25,S)),
> LLV(WL,25));
>
> MSWNG:=(RBAND+SBAND)/2;
> ******************************************************
>
>
|