Tells me one once my trade is activated how to closed the trade because if I put crossing up and the market go up the suddenly if the market goes down I will loose money
Can you fetch the money available in brokers account, and then use a few percentage (like 30%) for the trade. And based on that calculate number of options lots for the trade? Will this update come into your software?
@@stocksdeveloper3218 ok. But can't be used for copy trading as different users might have different margin money. But, maybe, you can introduce one parameter - capital to trade - for users, and based on that automatically options lot will be traded for different users. You can charge 10% additional amount for the same. 🙂
You've do that calculation in the pine script...see the calculation done in this pine script on our website. That should give you hints: stocksdeveloper.in/tradingview-long-straddle-options-strategy/
Very much interested but scared to do changing modification on coding. Is it possible to use the system without touching coding? I can specify all my requirements such as stock selection, Indicators, etc and coding to be done by automatically with respect to my requirement so that a lay man canuse it. Pls clarify, Best regards
Hello Sir, We understand your difficulties but this is more like an API & knowledge of AFL programming is necessary for this. You can take help from amibroker developers or use tools like Trading-view. We also support automation from Trading View
If I code a strategy in Pine script which gives buy as well as sell signals and then generate alert from this strategy, how can I make a JSON for this.? I mean, same alert for buy as well as sell.
Really glad that I found this product, I have just one question/doubt which I hope you could answer/clarify from your end..... Can we keep a fixed money say for example Rs 50000 on a per trade basis, & the qty to be divided from that amount? I saw that the qty can be varied for different accounts linked but on a monetary basis, can this calculate the qty and take the trade? Would be a very useful addition if its not already there...! Thanks in advance, Abijith Rao.
Got your point, but the requirement is very specific...many users have different requirements or a variation of this requirement. So doing that on the web app has complications. What we recommend is you use our excel tools to place orders, you can *1.* read live margin per account in excel *2.* Add formulas to auto calculate the order quantity *3.* Once orders are auto generated, you can place them manually or automatically via macros You can get started with excel tools form following link: stocksdeveloper.in/documentation/client-setup/excel-library/
@@stocksdeveloper3218 So can I manually place an entry/exit order via your platform and that can take the qty automatically from excel? Am I correct in understanding this?
stocksdeveloper.in/security-concerns/ You can show this link to an IT security expert..to get understanding of our security. The trading activity is logged in our system for investigation purposes. This is because we also provide APIs for automation and it is extremely useful for users to investigate any issues. In fact, the transparency provided by our server logs is much appreciated by users. Your portfolio records are never stored in database, they are only in-memory. Having said all of that, any system through which your order goes knows about the order. So technically any system like us or any other system, your stock broker and exchange can all track your orders and study them. It's simple logical explanation, there is no way anyone can deny. It's just that mostly nobody does that as most of the users end up losing money in the market. And also there's a risk that the user might not be showing his complete strategy...which is possible if he uses multiple brokers or systems to trade different parts of his strategy. Example, if you are long nifty future on one broker (say this order was put through our system); and you have bought a put on another broker via their own trading platform; then in this case we or any one of your broker only sees half of your strategy. Just for your information, even broker keep track of all the different phases of your order. This is called at keeping trace. It is required by regulations to keep trace of order logs.
I don't want to use any indicators or strategy. I would like to place and exit orders manually. But i want to do this in one step for multiclients. Do u hav this feature?
*Portfolio Management System* Manage multiple trading accounts across different stock brokers from a single dashboard (manual & automated) stocksdeveloper.in/documentation/pms/ *Features:* - Copy orders across multiple trading accounts or groups - Group trading accounts to further simplify trading - Enter different quantity across accounts or groups while copying order - Cancel or modify orders in bulk - Square off positions in bulk - Customized position square off - Square off entire portfolio in bulk - Monitor all portfolios from single dashboard - Trade from anywhere (Mobile or PC)
आपके द्वारा बहुत ही सरल तरीके से और बहुत ही अच्छी तरीके से समझाया गया है इसके लिए आपको बहुत-बहुत धन्यवाद
Thank you Sir ☺️
Sir If i have my own strategy than how we can create message
stocksdeveloper.in/documentation/trading-view/
Please refer to documentation
Can we add alert to buy options.
So in this example I saw example of Long/short , How can I try this in Swing trading
Hey team how can i place split order. Or will the system take it automatically
Bracket order can be placed using webhook with shoonya or flattrade?
how to place auto strike price in banknifty
Thank You Sir
How to place LTP-20 points orders after the alert is triggered?
You need to do that calculation in your strategy's pine script code
Kya bracket order use Kiya ja skta h kya web hook se
Yes....if your broker supports it. You can check by manually placing BO from our PMS trading terminal.
I don't understand how to pay for recharge? Should I take screenshot of barcode then pay?
stocksdeveloper.in/documentation/pricing/
Sir is there any way I could integrate trading view with zerodha and angel broking and place orders
Just check our documentation
Please sir provide me detail of it. And if anybody can request you for the same.
Tells me one once my trade is activated how to closed the trade because if I put crossing up and the market go up the suddenly if the market goes down I will loose money
How do you close on the broker? Exactly same. Place a reverse order with same quantity as your net open quantity.
Can we place gtt like this, like one gtt oder get copied to all accounts of zerodha
Not supported as of now
Sir mujhe forex Accunt me trading view se karni hai Automation
We don't support forex platforms
What is cost of product
stocksdeveloper.in/documentation/pricing/
How to trade options in trading view
stocksdeveloper.in/documentation/trading-view/
It's very simple, you just have to use option symbols. Please look at the samples in above link.
Sir, i want to use my pine script for auto buy sell...is this possible??
Yes
Can you fetch the money available in brokers account, and then use a few percentage (like 30%) for the trade. And based on that calculate number of options lots for the trade?
Will this update come into your software?
Trading view doesn't allow us to read margin or portfolio data.
Reading of portfolio data is allowed in other APIs & then rest of your logic has to be coded by your programmer
@@stocksdeveloper3218 ok.
But can't be used for copy trading as different users might have different margin money.
But, maybe, you can introduce one parameter - capital to trade - for users, and based on that automatically options lot will be traded for different users.
You can charge 10% additional amount for the same. 🙂
how to use ATM strike price?
You've do that calculation in the pine script...see the calculation done in this pine script on our website. That should give you hints:
stocksdeveloper.in/tradingview-long-straddle-options-strategy/
Sir trading view se apne मनपसंद का इंडिकेटर लेकर क्या हम ऑटो ट्रेडिंग मोबाइल में कर सकते है ?
Yes, but thoda learning karna padega. See below link:
stocksdeveloper.in/documentation/trading-view/
Very much interested but scared to do changing modification on coding. Is it possible to use the system without touching coding? I can specify all my requirements such as stock selection, Indicators, etc and coding to be done by automatically with respect to my requirement so that a lay man canuse it. Pls clarify, Best regards
Hello Sir,
We understand your difficulties but this is more like an API & knowledge of AFL programming is necessary for this.
You can take help from amibroker developers or use tools like Trading-view. We also support automation from Trading View
can we have limit order in place of market order
Yes
stocksdeveloper.in/tradingview-long-straddle-options-strategy/
Good Guy , Any ready-made strategies
stocksdeveloper.in/documentation/trading-view/#demos
If any indicators gives buy or sell signals in trading view then can the software buy that stock?
Yes, provided you've done the setup as per instructions in the user guide. Link below
stocksdeveloper.in/documentation/trading-view/
If I code a strategy in Pine script which gives buy as well as sell signals and then generate alert from this strategy, how can I make a JSON for this.?
I mean, same alert for buy as well as sell.
A single alert can have multiple orders... please refer to documentation
Is it work with binance
No, we're not into crypto yet
Is the api free to use
stocksdeveloper.in/documentation/pricing/
TradingView only generates alerts for the futures, How do i translate this alert to buy suitable Nifty option call/put ?
Just use option symbols in the alert content
Is it works with Charink?
Not tried
Is there an option for manually order placing in trading view which will link to zerodha or fyers??
No, but you can keep our website open in another tab and place it from there ...
Does it work with crypto?
No
Bhai thoda tough lag rha hai coding modification me
Yes Sir. Coding knowledge is needed.
Free hai yeh software
Filhal to nahi hai dost...may be future me free ho jaye :-)
stocksdeveloper.in/documentation/pricing/
Not easy to use instead streak
Do we need to pay api charges for zerodha?
No
Yes if u want to place orders via zerodha
Really glad that I found this product, I have just one question/doubt which I hope you could answer/clarify from your end..... Can we keep a fixed money say for example Rs 50000 on a per trade basis, & the qty to be divided from that amount? I saw that the qty can be varied for different accounts linked but on a monetary basis, can this calculate the qty and take the trade? Would be a very useful addition if its not already there...!
Thanks in advance,
Abijith Rao.
Got your point, but the requirement is very specific...many users have different requirements or a variation of this requirement.
So doing that on the web app has complications. What we recommend is you use our excel tools to place orders, you can *1.* read live margin per account in excel *2.* Add formulas to auto calculate the order quantity *3.* Once orders are auto generated, you can place them manually or automatically via macros
You can get started with excel tools form following link:
stocksdeveloper.in/documentation/client-setup/excel-library/
@@stocksdeveloper3218 So can I manually place an entry/exit order via your platform and that can take the qty automatically from excel? Am I correct in understanding this?
No, you manually place it from excel...and the excel places it in our system...just play around with it..the help link has a video as well..
Can i use pine script for automation trading? Like if my script says buy then buy sell then sell..also can i trail stoploss ?
stocksdeveloper.in/documentation/trading-view/#demos
How can u assure .. my trades will be screte ? Incase i dont wanna disclose my strategy.
stocksdeveloper.in/security-concerns/
You can show this link to an IT security expert..to get understanding of our security.
The trading activity is logged in our system for investigation purposes. This is because we also provide APIs for automation and it is extremely useful for users to investigate any issues. In fact, the transparency provided by our server logs is much appreciated by users.
Your portfolio records are never stored in database, they are only in-memory.
Having said all of that, any system through which your order goes knows about the order. So technically any system like us or any other system, your stock broker and exchange can all track your orders and study them. It's simple logical explanation, there is no way anyone can deny.
It's just that mostly nobody does that as most of the users end up losing money in the market. And also there's a risk that the user might not be showing his complete strategy...which is possible if he uses multiple brokers or systems to trade different parts of his strategy. Example, if you are long nifty future on one broker (say this order was put through our system); and you have bought a put on another broker via their own trading platform; then in this case we or any one of your broker only sees half of your strategy.
Just for your information, even broker keep track of all the different phases of your order. This is called at keeping trace. It is required by regulations to keep trace of order logs.
I don't want to use any indicators or strategy.
I would like to place and exit orders manually.
But i want to do this in one step for multiclients.
Do u hav this feature?
*Portfolio Management System*
Manage multiple trading accounts across different stock brokers from a single dashboard (manual & automated)
stocksdeveloper.in/documentation/pms/
*Features:*
- Copy orders across multiple trading accounts or groups
- Group trading accounts to further simplify trading
- Enter different quantity across accounts or groups while copying order
- Cancel or modify orders in bulk
- Square off positions in bulk
- Customized position square off
- Square off entire portfolio in bulk
- Monitor all portfolios from single dashboard
- Trade from anywhere (Mobile or PC)
how can i contact u personally?
stocksdeveloper.in/contact-us/
HOW TO CONTACT YOU SIR
?
How to place trailing SL order in it?
Check documentation. Also note that you need to check whether your broker supports BO by placing an order from our Trade screen