---------- Usage | |
The syntax created by these parameters is placed in an alert's description on TradingView | |
to be utilized by Autoview, a Chrome Extension. | |
Autoview: https://chrome.google.com/webstore/detail/autoview/okdhadoplaoehmeldlpakhpekjcpljmb | |
> Website: https://autoview.with.pink | |
> Help: https://use.autoview.with.pink | |
> Discord: https://discordapp.com/invite/BFz8VPn | |
TradingView: https://tradingview.go2cloud.org/aff_c?offer_id=2&aff_id=1187 | |
---------- Syntax | |
<letter>=<value> | |
<letter>=<value> <letter>=<value>... | |
---------- Parameters | |
Alias ? type default values | |
account a string * Anything (excluding special characters) | |
book b string <all> buy, long, sell, short | |
cancel/close c string n/a order, position | |
> maximum cm decimal <all> #, min#-max#, %, min%-max% | |
> max. order cmo string oldest newest, oldest, lowest, highest, smallest, biggest, random | |
disabled d boolean 0 0, 1 | |
leverage l integer <all> >= 0 | |
price p decimal 0 #, min#-max#, %, min%-max% | |
quantity q decimal 100% #, min#-max#, %, min%-max% | |
shared boolean 0 0, 1 | |
stoploss sl integer n/a #, min#-max#, %, min%-max% | |
order type t string limit limit, market, open, close, fok, ioc, post | |
take profit tp integer n/a #, min#-max#, %, min%-max% | |
yield y string balance balance, equity | |
-- Override | |
exchange e string <symbol> 1BROKER, OKCOIN | |
symbol s string <symbol> BTCCNY, GBPNZD, LTCUSD3M, ... | |
---------- Examples | |
-- Place a buy order of 5 quantity (market price) | |
b=buy q=5 t=market | |
-- Place a short at an undercut of $0.05 | |
b=short p=-0.05 q=1 | |
-- Place a long of 1-10 contracts, between the top price and an undercut of $1-2 | |
b=long p=1-2 q=1-10 | |
---------- Notes | |
PERCENTAGES: Will automatically be converted to a decimal (i.e. / 100). | |
e.g. 20% = 0.2 | |
e.g. 115% = 1.15 | |
PRICE: When using percentages, the calculation will be based directly off the top value. | |
e.g. $300 * 50% = $150 | |
e.g. undercut @ p=95%: $300 * 0.95 = $285 | |
e.g. overcut @ p=105%: $300 * 1.05 = $315 | |
ORDER TYPE: [limit, market] apply to both opening orders and closing positions. | |
[close] applies to position closing orders. | |
[open] applies to canceling open orders. | |
[fok] Fill Or Kill orders will either completely fill or be aborted. | |
[ioc] Immediate Or Cancel orders can be partially or completely filled, but any remaining portion is cancelled. | |
[post] If any part of the order would have executed, it will be cancelled instead. | |
e.g. Cancel all open orders: c=order t=open | |
e.g. Cancel all position closing orders: c=order t=close | |
e.g. Cancel all orders: c=order | |
SYMBOL: Until more Forex exchanges are implemented, FX symbols will default to 1Broker. | |
YIELD: [balance] will use your available balance in calculations | |
[equity] will use your entire account balance in calculations | |
-- Using [equity] may cause orders to fail due to calculated contract quantity. |
This comment has been minimized.
This comment has been minimized.
Open 10% of available balance x20 long Open 10 contracts x10 short Cancel all x20 long open orders Cancel x20 short open orders Close x20 long position at market Close half x10 short position at market In a single alert you can open longs, cancel all open orders ( shorts and longs), close shorts. *e=okcoin *s=btcusd3m b=long l=20 p=0 q=10% *optional |
This comment has been minimized.
This comment has been minimized.
Avoid using "market" on OkCoin. They don't get filled sometimes. example: *5 ($5) is the maximum you can use. I took the example from @fayoling comment. Here is a set of working commands I used for TESTING/DeBugging: SHORT, close all possible still open long orders, close all long positions, open a short position. Weekly ?=SHORT Quarterly ?=SHORT LONG, close all possible still open short orders, close all short positions, open a long position. Weekly ?=LONG Quarterly ?=LONG *Tuesday Sept 29th... the d=0/1 parameter doesn't seem to work, 0 or 1 both disable the command. |
This comment has been minimized.
This comment has been minimized.
If you're worried if your alerts do fire or not, here is a tip: |
This comment has been minimized.
This comment has been minimized.
Editing a TV Alert seems to have a problem. (It's still in Beta) If you have your strategy mapped out 2x on a chart with different parameters, and you you want to switch your strategy by editing the alert, it doesn’t seem to pick up the new settings. |
This comment has been minimized.
This comment has been minimized.
This is awesome but is there anyway to log the calls in the tab or is that just reliant on TV? Also, does the limit/take profit only work on 1broker forex or can that be used on OKCoin too? |
This comment has been minimized.
This comment has been minimized.
Does your comp have to be on 24/7 I wonder ? |
This comment has been minimized.
This comment has been minimized.
Would you consider allowing access to the code for further contributions? Id like to add trailing stop loss for bittrex and also add BTC markets? |
This comment has been minimized.
This comment has been minimized.
Hi Community, ETCXBT SHORT ENTRY BITMEX TESTNET Means, i am trading long an short and the amount in USD is roughly 1000 USD ! Thank u for ur help ! |
This comment has been minimized.
This comment has been minimized.
What is the syntax for an OANDA demo account long or short. I've tried: a=* e=OANDA b=long q=10000 |
This comment has been minimized.
This comment has been minimized.
Hello I'm trying to connect my own strategy to your extension on OANDA, but It doesn’t recognize the alerts issued by trading view, can you explain me how works the integration ? Do I need to have the pc on all time? Thanks for your time!! regrats |
This comment has been minimized.
This comment has been minimized.
It works? |
This comment has been minimized.
This comment has been minimized.
what if I am using coinbase pro sandbox? |
This comment has been minimized.
This comment has been minimized.
I found: e=oandapractice for Oanda demo |
This comment has been minimized.
Make sure to click on options under the extension on the chrome -> extensions page to connect your OKcoin account.
http://prntscr.com/86blq1