Connect TradingView to Binance

and trade with tricks & indicators -or- TradingView strategies

aleeert.com is online-service that gives ability to connect TradingView with Binance and automatically convert TradingView alerts to orders on cryptocurrency exchange

Reasons

Why Do I Trade Crypto From TradingView

Not Using Interface on Exchange

I have access to all of TV indicators, including my custom

I trade using my custom coded strategies

I do automated trading process

I use tricks which impossible in exchange interface

In manual trading, I have flexibility in putting Limit orders

List of possibilities

What Can I Do Using Aleeert

With TradingView chart
  1. Automatically convert TradingView alerts to real orders on cryptocurrency exchange
  2. Use TradingView indicators & strategies as trading bots
  3. Automatically execute trading signals from indicators & strategies I write on Pine script (TradingView)
  4. Trade using indicators & strategies from other TradingView authors as well
  5. Place orders out of range (e.g. on BNBUPUSDT)
  6. Trade with percent (%) or fixed amount ($) of balance
  7. Limit, Stop Limit, Market, Stop Market, Trailing Stop, OCO orders
  8. Trade pair A using chart of pair B
  9. Trade multiple pairs on the same chart
  10. Reduce volatility via another pair (e.g. BNBUPUSDT via BNBUSDT)
  11. Automatically set Take Profit and Stop Loss
  12. Set multiple TP/SL orders
  13. Set conditions for placing orders
  14. Trade cryptocurrency right from TradingView chart

Easy to use

Simple and intuitive text commands for placing orders

Simple trading

There is no need to calculate the volume of each order, as well as specify the exact value of prices and quantities. This will be done automatically

0% commission

No fees for users who have a subscription

Strong security

Each user’s API keys are encrypted with a unique user key that is generated and provided to the user. The key not stored in Aleeert database. It is held only by the user. Therefore, no one has access to the API keys. Including me. And a potential hacker data leak in this case does not make sense

Instant execution

Average time is 1–5 seconds

TradingView indicators as trading robots

Trading cryptocurrencies with TradingView indicators and strategies through Aleeert is very easy

Update 23.08.2023

___

N E W   F E A T U R E S

Post Only [spot, futures, delivery]
New order type.

Four commands in one alert
Added one more.

Update 22.03.2023

___

I M P R O V E M E N T

If the requested order exceeds the limits set by the exchange, then it will be splitted into several equal orders in order to be accepted. This applies to all order types, including TP/SL and Close.

Update 16.03.2023

___

N E W   F E A T U R E S

Additional Telegram chat per each slot
This makes it possible to share trading reports with someone else. This feature has been requested by Aleeert users for a long time and is finally added.

Trailing Stop order [spot]
Now available.

🔥 Binance USDⓈ-M Delivery
The contract market is now available.

🔥 USDⓈ-M Hedge Mode
Another long awaited option.

🔥 COIN-M Hedge Mode
Also available for the contract market.

Supported trading pairs
Now all trading pairs on Binance are available:

– Binance Spot: 2161
– Binance USDⓈ-M: 218
– Binance COIN-M: 62

Automatic Precision
Now commands with incorrect prices and quantities will be automatically corrected so that the order will be accepted by the exchange.

New Reports Page
Now it contains more information about orders.

Mark price
The _m key makes it possible to place orders with Mark price the option.

___

C H A N G E D

Reduce only option
Key (r) changed to _r

Update 18.11.2022

___

N E W   F E A T U R E S

🔥 Stop Limit order [Futures]
Most wished order type is finally here.

Now SL can be positive, and can be used as second (low) TP [Futures]
For example, there is Long position and price went high. Trader wish to set a new SL at entry level (for zero loss) or even higher, for getting some profit in case price will go down without reaching TP.

TP/SL with no position [Futures]
Now no need to have current position for placing TP/SL. It could be placed (or opened) later.

🔥 TP/SL for Limit, Stop Limit, Stop Market orders [Futures]
Another wished feature to place TP/SL together with such orders.

SL as Stop Limit order [Futures]
By default SL is Stop Market order, but if trader wish to close position at fixed price and save money with exchange commissions then he can place SL as Stop Limit order.

Three commands in one alert
One more added.

Close the parameter [Spot]

___

I M P R O V E M E N T S

TP/SL with certain number of coins [Futures]
In case percent isn’t suitable for setting size of TP/SL orders.

Condition related to another pair [Futures]
For example: place BNB order if condition met to BTC pair.

if not position (BTCUSDT): BNBUSDT, buy…

TP/SL for Spot Sell orders [Spot]
It gives ability to “Short” on Spot market. Scenario: trader sell BTC and place TP/SL (OCO) orders willing to buy it later at lower price (TP), or at higher price (SL).

The size of TP/SL orders is equal to the size of the main order [Spot]

Update 27.07.2022

___

N E W   F E A T U R E S

🔥 OCO order
One-Cancel-Other order available on Spot market.

🔥 TP/SL orders
Take Profit & Stop Loss orders available on Spot market.

🔥 Stop Limit order
Stop Limit order available on Spot market.

Multiple SL orders [Futures]
Now multiple Stop Loss orders available of Futures market.

New united command for TP/SL orders [Futures]
It allows to send a bunch of TP/SL orders by one command.

TP/SL related to the main order
Now TP/SL orders that are submitted with a market order will be placed with a volume equal to the volume of the order they were placed with.

BTCUSDT, buy, 0.1, market|21900|1%, slot-id, userkey

In this example TP/SL orders will be equal to 0.1 BTC, no matter to volume of the current position.

TP/SL orders sent using the tpsl command will be calculated based on the volume of the current position.

___

I M P R O V E M E N T S

Price calculation for TP/SL parameters
TP/SL orders can be send like {{close}}+1% or {{close}}-0.5

___

F I X E D

Removed fixed price rounding for the Limit orders.

___

D E P R E C A T E D

The tp and sl commands are no longer available. Use the tpsl command instead of the deprecated one.

Update 16.06.2022

___

N E W   F E A T U R E S

Leverage
Set leverage by using new parameter.

BTCUSDT(x5), buy, 100%, market, slot-id, userkey

🔥 Stop Market order
Buy 0.1 BTC at the market price if price will reach 21900.

BTCUSDT, buy, 0.1, 21900(SM), slot-id, userkey

🔥 Trailing Stop order
If price will reach 21900, then the Trailing Stop order will be activated. Callback is 1%.

BTCUSDT, buy, 0.1, 21900:1%(TS), slot-id, userkey

Replaceable TP/SL orders
Set Stop Loss 1%.

BTCUSDT, sl, -, 1%, slot-id, userkey

Set Take Profit 5% by using 30% of the current position.

BTCUSDT, tp, 30%, 5%, slot-id, userkey

Multiple TP orders
The above command allows to set multiple TP orders with different percentages of the current position size.

TP/SL orders related to current position
Now TP/SL orders are linked to the current position, so if the current position is closed, the TP/SL order will be closed automatically.

🔥 Price calculations
The price can now be calculated automatically using the {{close}} placeholder and a percentage (or number), for example: place the Short Limit order above the current price by 1%.

BTCUSDT, sell, 100%, {{close}}+1%, slot-id, userkey

Note to command
Add a short comment to the command. This will be shown in Telegram reports.

___

I M P R O V E M E N T S

Repeated attempt
Now the order will be resubmitted to the exchange if it was rejected by Binance.

Faster order execution
Now orders placing has become 2-3 times faster.

Update 22.04.2022

___

N E W   F E A T U R E S

🔥 Conditions
Place order only if the condition is met.

if long: BTCUSDT, buy, $100, market, slot-id, userkey
if not long: BTCUSDT, buy, $100, market, slot-id, userkey

‘Reduce only’ the option
Option to prevent unexpected shifting of the current position in the opposite direction.

BTCUSDT, buy, 0.1, 21900(r), slot-id, userkey
BTCUSDT, buy, 0.1, 21900(SM)(r), slot-id, userkey

___

I M P R O V E M E N T

TP/SL precision
Precision of percent calculations has been improved.

Something went wrong

Close