|
Quote: |
|
 |
|
|
Are you using the standard Money Flow, or your own custom RB version? Same with the ADX. Is that RB ADX band available to test - no need to spoonfeed here, just point me in the right direction ....thxs |
|
|
|
|
I have modified the standard TS Easylanguage - mostly to generate alerts differently - I apply my own voice for custom Sound Alerts and changed the logic to :
ADX
if ADXValue CROSSES OVER 20 then
Alert( "ADX greater than 20" )
else if ADXValue CROSSES UNDER 20 then
Alert( "ADX less than 20" ) ;
MONEYFLOW
{ Alert criteria }
if MoneyFlowVal > OverBought then
Alert( "MoneyFlow RED !!!" )
else if MoneyFlowVal < OverSold then
Alert( "MoneyFlowW BLUE !!!" ) ;
The logic is standard but the settings I adjust ... Moneyflow 25 and 80
See chart attached
Robert