IIndicatorsiAwesome Method
Returns calculated values for Awesome indicator
Namespace: SharpTraderBotAssembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
List<double?> iAwesome(
int sessionIndex,
string symbol,
TimeFrame timeframe,
PriceUsed price,
int fastPeriods,
int slowPeriods
)
Function iAwesome (
sessionIndex As Integer,
symbol As String,
timeframe As TimeFrame,
price As PriceUsed,
fastPeriods As Integer,
slowPeriods As Integer
) As List(Of Double?)
List<Nullable<double>>^ iAwesome(
int sessionIndex,
String^ symbol,
TimeFrame timeframe,
PriceUsed price,
int fastPeriods,
int slowPeriods
)
abstract iAwesome :
sessionIndex : int *
symbol : string *
timeframe : TimeFrame *
price : PriceUsed *
fastPeriods : int *
slowPeriods : int -> List<Nullable<float>>
- sessionIndex Int32
- Index of session in used session list
- symbol String
- Common symbol name
- timeframe TimeFrame
- Chart timeframe
- price PriceUsed
- Price used in calculations
- fastPeriods Int32
- Number of periods for the faster moving average
- slowPeriods Int32
- Number of periods for the slower moving average
ListNullableDoubleList of values