v1.02
ADD: Tooltips addec to the settings screen. (Tooltip constants added)
ADD: Falling and rising operators added to combinations. USAGE:(1st Indicator---Falling---IS(1st Indicator,VALUE)----int VALUE)
Calculates: ta.falling(1st indicator, VALUE)... VALUE Should be integer (1,2...n)
Desc: if the 1st indicator is falling since the previous # of bars (VALUE).
ADD: use Simple Log addded for testing purpose but not available for usage (to be corrected)
UPD: Strategy part improved. Long close and short close know worksas expected (without opposite close)
UPD: Constants Updated: CONDITION INDICATOR SOURCE CONSTANTS, CONDITION OPERATOR CONSTANTS
UPD: functions updated: fn_get_source() , fn_plotFunction(), fn_get_indicator(), fn_get_Condition_Indicator(), fn_get_Condition_Result()