BE-Indicator Aggregator toolkit

32 068
Overview:
BE-Indicator Aggregator toolkit is a toolkit which is built for those we rely on taking multi-confirmation from different indicators available with the traders. This Toolkit aid's traders in understanding their custom logic for their trade setups and provides the summarized results on how it performed over the past.

How It Works:
  1. Load the external indicator plots in the indicator input setting
  2. Provide your custom logic for the trade setup
  3. Set your expected SL & TP values


Legends, Definitions & Logic Building Rules:
Building the logic for your trade setup plays a pivotal role in the toolkit, it shall be broken into parts and toolkit aims to understand each of the logical parts of your setup and interpret the outcome as trade accuracy.

Toolkit broadly aims to understand 4 types of inputs in "Condition Builder"
สแนปชอต

  1. Comments : Line which starts with single quotation ( ' ) shall be ignored by toolkit while understanding the logic.
    Note: Blank line space or less than 3 characters are treated equally to comments.
  2. Long Condition: Line which starts with " L- " shall be considered for identifying Long setups.
  3. Short Condition: Line which starts with " S- " shall be considered for identifying Short setups.
  4. Variables: Line which starts with " VAR- " shall be considered as variables. Variables can be one such criteria for Long or short condition.


Building Rules: Define all variables first then specify the condition. The usual declare and assign concept of programming. :p)

Criteria Rules: Criteria are individual logic for your one parent condition. multiple criteria can be present in one condition. Each parameter should be delimited with ' | ' key and each criteria should be delimited with ' , ' (Comma with a space - IMPORTANT!!!)

Sample Codes for Conditional Builder:

For Trading Long when Open = Low
For Trading Short when Open = High with a Red candle
Pine Script®


Understanding of Operator Legends:

Pine Script®


Understanding of Condition Legends:

  1. AND: -> All criteria's to be satisfied for the condition to be True.
  2. NAND: -> Output of AND condition shall be Inversed for the condition to be True.
  3. OR: -> One of criteria to be satisfied for the condition to be True.
  4. NOR: -> Output of OR condition shall be Inversed for the condition to be True.
  5. ATLEAST:X: -> At-least X no of criteria to be satisfied for the condition to be True.
    Note: "X" can be any number
  6. NATLEAST:X: -> Output of ATLEAST condition shall be Inversed for the condition to be True
  7. WASTRUE:X: -> Single criteria WAS TRUE within X bar in past for the condition to be True.
    Note: "X" can be any number.
  8. ISTRUE:X: -> Single criteria is TRUE since X bar in past for the condition to be True.
    Note: "X" can be any number.


Understanding of Variable Legends:
While Condition Supports 8 Types, Variable supports only 6 Types listed below
  1. AND: -> All criteria's to be satisfied for the Variable to be True.
  2. NAND: -> Output of AND condition shall be Inversed for the Variable to be True.
  3. OR: -> One of criteria to be satisfied for the Variable to be True.
  4. NOR: -> Output of OR condition shall be Inversed for the Variable to be True.
  5. ATLEAST:X: -> At-least X no of criteria to be satisfied for the Variable to be True.
    Note: "X" can be any number
  6. NATLEAST:X: -> Output of ATLEAST condition shall be Inversed for the Variable to be True


Sample Outputs with Logics:

1. RSI Indicator + Technical Indicator: StopLoss: 2.25 against Reward ratio of 1.75 (3.94 value)
Plots Used in Indicator Settings:
  • Source 1:- RSI
  • Source 2:- RSI Based MA
  • Source 3:- Strong Buy
  • Source 4:- Strong Sell


Logic Used:
For Long Setup : RSI Should be above RSI Based MA, RSI has been Rising when compared to 3 candles ago, Technical Indicator signaled for a Strong Buy on the current candle, however in last 6 candles Technical indicator signaled for Strong Sell.
Similarly Inverse for Short Setup.
Pine Script®


Output:
สแนปชอต

2. Volumatic Support / Resistance Levels [BigBeluga]:
Plots Used in Indicator Settings:
  • Source 1:- Resistance
  • Source 2:- Support


Logic Used:
For Long Setup : Long Trade on Liquidity Support.
For Short Setup : Short Trade on Liquidity Resistance.

Pine Script®


Output 1: Day Trading Version
สแนปชอต

Output 2: Scalper Version
สแนปชอต

Output 3: Position Version
สแนปชอต

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมใน ข้อกำหนดการใช้งาน