https://www.patreon.com/donaldit/shop/manage-members-on-tradingview-discord-415211
In this indicator, I detect the real-time TOP (blue line) and BOTTOM (white line) levels, as well as signals to CALL or PUT. The options move very quickly, so a bot is needed to trade automatically.
Get one at: https://www.patreon.com/donaldit/shop/spx-15-options-trading-strategy-321411
A new indicator to predict signal: https://www.patreon.com/donaldit/shop/simple-indicator-for-tracking-trading-on-231800?source=storefront
Get options data to auto trading from: https://tradier.com/
Api to integrate to Schwab: https://github.com/alexgolec/schwab-py
Please access:
Please access:
supper-high-low-live.txt
Lux-Trailing-BUY_SELL.txt
nq-est-futres.txt
Timeframe: 15M, Ticker $SPX
Refs https://www.patreon.com/collection/333532?view=expanded
If you win, please support me on Paypal: clickclone@gmail.com
The best way to use this Indicator is when you encounter a signal, refresh it to confirm whether it has occurred or not. If it happens then go according to this signal.
ES1M-BEST.txtPlease use this one with timeframe 5M: https://github.com/dearvn/trading-futures-tradingview-script/blob/main/ESH2023-5M.txt
Using script GOLD_UZ_OZ.txt
File: es-futures-no-repaint-v1.4.txt
Timeframe: 1M, Ticker: ES1!
Trading hours: 6:30 AM – 12:30 PM UTC-8
- All
request.security()calls changed fromlookahead_on→lookahead_off(13 calls fixed) — this was the primary repainting source - Multi-timeframe averages (
avg_3m,avg_5m,avg_8m,avg_10m) now use only confirmed HTF bars — removed all[0](current unconfirmed bar) references avgandavg_changeshifted to exclude the current open bar (open[0]removed)- All persistent
var boolcross states (is_cross_down_basis,is_cross_up_rsi, etc.) now only latch onbarstate.isconfirmed
Flow:
TradingView Alert (Pine Script v1.4)
↓ webhook HTTP POST (JSON)
Your server (tradovate-trading-bot)
↓ Tradovate WebSocket / REST API
Tradovate → order executed
Step 1 — Add alertcondition to the Pine Script
Add to the end of es-futures-no-repaint-v1.4.txt:
alertcondition(longCondition and not lock_time,
title="BUY Signal",
message='{"action":"buy","symbol":"ESM2025","qty":1,"price":{{close}}}')
alertcondition(shortCondition and not lock_time,
title="SELL Signal",
message='{"action":"sell","symbol":"ESM2025","qty":1,"price":{{close}}}')
alertcondition(closelong,
title="CLOSE LONG",
message='{"action":"closeLong","symbol":"ESM2025"}')
alertcondition(closeshort,
title="CLOSE SHORT",
message='{"action":"closeShort","symbol":"ESM2025"}')
Step 2 — Configure TradingView Alert
- Add indicator v1.4 to chart (1M, ES1!)
- Create Alert → select condition "BUY Signal" (repeat for SELL, CLOSE LONG, CLOSE SHORT)
- Set Webhook URL =
https://your-server.com/webhook - The
{{close}}placeholder is auto-filled by TradingView at alert time
Step 3 — tradovate-trading-bot receives webhook
The bot exposes a /webhook endpoint, parses the JSON payload, and sends the order to Tradovate API.
Review history timeframe 30s: es-futures-repaint-30s.txt
Use color-trend-lite.txt to trade easily
BLUE: trend up
RED: trend down
How to use: ex: when I enter CALL if color is still BLUE and high[1] < high then keep CALL. Or when I enter PUT if color is still RED and low[1] > low then keep PUT. Else EXIT CALL or EXIT PUT
using: best-strategy-es-1m.txt
Ref: https://github.com/dearvn/tradingview-pinscript-futures-binance
I like a cup of coffee at https://www.patreon.com/donaldit
- Currently, I am trading on
trade-futures.txtscript Belong to ticker and timeframe, I set input IN and input OUT Backtest on timeframe 5M - ES: input IN = 5, input OUT = 3
- NQ: input IN = 15, input OUT = 12 or input IN = 8, input OUT = 5
Enjoy daily trading Futures and if this script is good please me coffee (https://www.patreon.com/donaldit) or need implement a script donald.nguyen.it@gmail.com
- I implement logic to trade when market is weak this time let use script
best-indicator.txt
Using: *GC = Great Call (exit PUT beforce CALL) *GP = Great PUT (exit CALL beforce PUT) *Timframe: 5m
Using indicator swing.txt to exit or entry CALL PUT

- I implement logic to trade when market crash this time let use script
win-99.txt
- I write some alert and can set webhook to get signal on Wordpress Plugin https://github.com/dearvn/tradingview-alerts
I write pine script to trading futures ES1 NQ1 with signal IN (accurate 90%) and now I am trading on that
I can't use existing indicators to trade future, I lost so much Few months ago, I backtest on this scripts and my idea is using the point to trade instead of indicator Absolutely, the point is correct with futures.
For example, when "IN" signal notify I can CALL on Tradovate platform.
























