Added: Draw_Session_Switch_candle(colorSess, route_cond, newDaySession, newsessionPerc, separateDays, Day_Bg, route_color2, retxt_color, low_route, high_route, dailyLow, dailyHigh) Draw_Session_Switch_candle is designed to draw session switch indicators on a chart. Parameters: colorSess (bool) route_cond (bool) newDaySession (bool) newsessionPerc (float) separateDays (bool) Day_Bg (color) route_color2 (color) retxt_color (string) low_route (float) high_route (float) dailyLow (float) dailyHigh (float)
發布通知
v18
Updated: quick_tp_check(goLong, goShort, entry, tp1, tp2, tp3, tp4, tp5, tp6, sl) Track TakeProfits and StopLoss achievement for one or many of your buy/sell conditions. CHECK the commented section: "Function managetrade" (lines: 14 - 64) for Description Parameters: goLong (bool) goShort (bool) entry (float) tp1 (float) tp2 (float) tp3 (float) tp4 (float) tp5 (float) tp6 (float) sl (float) Returns: TP_achievment status for 6 tps: [trade_started, tp1_touched, tp2_touched, tp3_touched, tp4_touched, tp5_touched, tp6_touched, sl_touched, entry_hit, tp1_hit, tp2_hit, tp3_hit, tp4_hit, tp5_hit, tp6_hit]
發布通知
v19
發布通知
v20
發布通知
v21
Removed: quick_tp_check(goLong, goShort, entry, tp1, tp2, tp3, tp4, tp5, tp6, sl) Track TakeProfits and StopLoss achievement for one or many of your buy/sell conditions. CHECK the commented section: "Function managetrade" (lines: 14 - 64) for Description
發布通知
v22
發布通知
v23
發布通知
v24
Added: quick_tp_check(goLong, goShort, entry, tp1, tp2, tp3, tp4, tp5, tp6, sl) Track TakeProfits and StopLoss achievement for one or many of your buy/sell conditions. CHECK the commented section: "Function managetrade" (lines: 14 - 64) for Description Parameters: goLong (bool) goShort (bool) entry (float) tp1 (float) tp2 (float) tp3 (float) tp4 (float) tp5 (float) tp6 (float) sl (float) Returns: TP_achievment status for 6 tps: [trade_started, tp1_touched, tp2_touched, tp3_touched, tp4_touched, tp5_touched, tp6_touched, sl_touched, entry_hit, tp1_hit, tp2_hit, tp3_hit, tp4_hit, tp5_hit, tp6_hit]