v94
Updated:
EntryAlertInfoText(TradeName, EnPrice, SL_P, TGT_P, TQTY, LTP, EntCandle)
to combine couple of basic Entry alert text
Parameters:
TradeName (string)
EnPrice (float)
SL_P (float)
TGT_P (float)
TQTY (float)
LTP (float)
EntCandle (int)
ExitAlertInfoText(TradeName, EnPrice, ExPrice, TPNL, TQTY, LTP, ExCandle)
to combine couple of basic Exit alert text
Parameters:
TradeName (string)
EnPrice (float)
ExPrice (float)
TPNL (float)
TQTY (float)
LTP (float)
ExCandle (int)
G_Pct_Chng(value1, value2, lookback)
Gets the percentage change between 2 float values over a given lookback period
Parameters:
value1 (float)
value2 (float)
lookback (int)
G_Indicator_Val(IndicatorName, Length, SrcVal)
Gets Output of the technical analyis indicator which has length Parameter. RSI, ATR, EMA, SMA, HMA, WMA, VWMA, 'CMO', 'MOM', 'ROC','VWAP', "Highest", "Lowest"
Parameters:
IndicatorName (string)
Length (simple int)
SrcVal (float)
Returns: Value with the given parameters
G_CandleInfo(WhatCandleInfo, FibValueOfCandle, RepaintingVersion, AccountforGaps, MidVal)
function to get Candle Informarion such as both wicksize, top wick size , bottom wick size, full candle size and body size in default points
Parameters:
WhatCandleInfo (simple string)
FibValueOfCandle (simple float)
RepaintingVersion (bool)
AccountforGaps (bool)
MidVal (float)
Returns: Returns Respective values for the candles
Removed:
G_TextValOfNumber(ValueToConvert, RequiredDecimalPlaces, EndChar, BeginingChar)
Function to return the String Value of Number with decimal precision with the prefix and suffix characters provided
G_TradableValue(ValueToConvert, NeedCustomization, RequiredDecimalPlaces)
Function to return the Tradable Value of Number
G_TxtSizeForLables(SizeValue)
Function to Get size Value for text values used in Lables
G_Reg_LineType(LineType)
G_ShapeTypeForLables(ShapeType)
DateFormatterFx(ForWhatTime)
Get_TradeManagementInfo(TradeNoCounter, TradedQty, TradeEntryCandle, TradeExitCandle, TradeEntryPrice, TradeExitPrice, TradeType, BuyOrProfitColor, Nutral, SellOrLossColor, EntryDateStamp, QuieryDates, LastMonthDates, CurrentMonthDates)
G_RespectingLineIndex(LineReference, LookBackPeriod, ErrorRateTicks)
CreateJSON(Secret, BasketID, TradeReferenceScript, Direction, Qty, ExecuteAt, TriggerPrice, OrderType)
DiscordBasicJSON(OnlyJoin, JoinText, MainOption, SubOption, AlternativeSource, AlternativeScriptType)
TriggerAfter(cond, _resetCond)
StrategyFx(Deploy, StrategyShortName, OnScript, TradingQty, LegValues, StrategyFullName)
NLBIntraMKTAlert(TradingAccount, legs, D1, Q1, TS1, D2, Q2, TS2, D3, Q3, TS3, D4, Q4, TS4)
NLBBracketOrder(TradingAccount, Dir, Qty, TSym, SLP, TGTP, LotSize, SymAndExp, WithClose)
LookUpDataInMaster(SupplyInput)
BO_SLTP(IAO, HowDeep, MainSL, MainTGT)
IntraDayOrder(TradingAccount, Dir, Qty, T_Exch, TSym, Tkn, OType, LMT_Plus, LimitPriceByOrSLBO, TRG_Plus, TriggerPriceByOrTGTBO, LotSize, Leverage)
CancelClose(Cancel_Close, TradingAccount, Exch_, SymbolNameAndOrExpiry, CancelType, CloseType)
LegConstructor(ListOfTrade, BotType)
LegScriptContructor(Calculate, IAO, Deep, SDiff, F_CE, src, S_Val, C_Pct, BotType, C_Symbol, tkn, C_Dir, C_Qty, Tg, Instr, TAccount, Exc, MOrder, MPricePlus, LMTPriceBy, TPricePlus, TrgPriceBy, EnOEx, LotSize, Leverage, CalculateSL_TGT)