OPEN-SOURCE SCRIPT
업데이트됨 XT Up/Down Bar Indicator

The XT Up/Down Bar Indicator is designed to show how alert messages are created using a simple indicator that Buys when the bar closes Up and Sells when the bar closes Down.
The alert message is already preloaded with a basic buy and sell command that also uses 'flatten_first' to close any existing position before opening a new one.
Example Alert Message:
```
key=Your CrossTrade Secret Key;
command=PLACE;
account=sim101;
instrument=ES 12-24;
action=BUY (or SELL);
qty=1;
order_type=MARKET;
tif=DAY;
flatten_first=true;
```
You'll need to add your secret key to the message between = and ;
Correct: key=123456789123456789;
Incorrect: key=Your CrossTrade Secret Key123456789123456789;
You'll also need to add your webhook URL to the Notifications tab on the alert.
Visual Signals: The indicator displays green "BUY" labels below bars when the price closes higher than the previous bar and red "SELL" labels above bars when the price closes lower. This provides traders with an immediate visual cue for potential entry and exit points.
If you need help: Here is a LINK to our TradingView alerts Help Doc.
Disclaimer: This indicator is designed and offered purely as an educational resource to showcase how to structure your alert messages. We do not suggest, advise, or recommend using this indicator in production with live capital.
The alert message is already preloaded with a basic buy and sell command that also uses 'flatten_first' to close any existing position before opening a new one.
Example Alert Message:
```
key=Your CrossTrade Secret Key;
command=PLACE;
account=sim101;
instrument=ES 12-24;
action=BUY (or SELL);
qty=1;
order_type=MARKET;
tif=DAY;
flatten_first=true;
```
You'll need to add your secret key to the message between = and ;
Correct: key=123456789123456789;
Incorrect: key=Your CrossTrade Secret Key123456789123456789;
You'll also need to add your webhook URL to the Notifications tab on the alert.
Visual Signals: The indicator displays green "BUY" labels below bars when the price closes higher than the previous bar and red "SELL" labels above bars when the price closes lower. This provides traders with an immediate visual cue for potential entry and exit points.
If you need help: Here is a LINK to our TradingView alerts Help Doc.
Disclaimer: This indicator is designed and offered purely as an educational resource to showcase how to structure your alert messages. We do not suggest, advise, or recommend using this indicator in production with live capital.
릴리즈 노트
Fixed a bug with the alerts not firing properly릴리즈 노트
Updated the placeholder to the front month ES contract "03-25" 릴리즈 노트
Swapped the NT8 instrument format for the Pine Script {{ticker}} variable now that CrossTrade supports continuous contracts and will automatically convert the ticker into NT8s format.오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.