Combined Deployment of Strategies and Entry/Exit Strategy (Panel) Work?

rvdesh

Member
Joined
May 24, 2019
Posts
10
Likes
1
Hi, the present auto-tradeable strategies available in the Strategy drop-down menu do not have multiple exits (target 1 , target 2 etc) and stop loss orders.
Such multiple order strategies are available in the Trade Panel that can be placed manually.
Does auto-trade work jointly if I use available strategy for entering the trade and expect exit orders get fired automatically as per setting in the exit strategy of Entry/Exit Strategy selected in the Trade Panel ?
For example (please refer screenshots attached herewith).
1. From the Trade Panel Select an Entry/Exit strategy. Edit and save the exit strategy, say by name "Only Scale Out 2", with only two "Exit Orders" of 10 lots each (Exit 1 at 20 points, Exit 2 at 60 points) and two trailing Stoploss orders. There are no "Entry Orders".
2. From the main menu, select available strategies from "Strategy" drop down menu (say Super Trend). Set Supertrend Strategy for 20 lots.
3. Activate the Strategy (Super Trend ).
5. Can I expect entering position through Super Trend strategy and exit positions as per "Only Scale Out 2" exit strategy? In case super trend gives a reversal signal before any of the targets , can all positions get liquidated and pending orders that were placed by Trade Panel get cancelled?
141516
 
Last edited:

MotiveWave_Jason

Moderator
Staff member
Joined
Mar 26, 2019
Posts
224
Likes
101
Hi rvdesh,

Built-in strategies do not work together with the entry/exit strategies from the trade panel. The Super Trend strategy is meant to reverse your position at each signal. In order to accomplish what you want you would need to modify the Super Trend strategy to exit at your predetermined levels and add trailing stops etc., you can also look at the Trade Manager code as a reference. This would all be possible with our SDK.

If you're not familiar with Java we can recommend a programmer to you.

Thank you.
 

rvdesh

Member
Joined
May 24, 2019
Posts
10
Likes
1
Hi rvdesh,

Built-in strategies do not work together with the entry/exit strategies from the trade panel. The Super Trend strategy is meant to reverse your position at each signal. In order to accomplish what you want you would need to modify the Super Trend strategy to exit at your predetermined levels and add trailing stops etc., you can also look at the Trade Manager code as a reference. This would all be possible with our SDK.

If you're not familiar with Java we can recommend a programmer to you.

Thank you.
Hi rvdesh,

Built-in strategies do not work together with the entry/exit strategies from the trade panel. The Super Trend strategy is meant to reverse your position at each signal. In order to accomplish what you want you would need to modify the Super Trend strategy to exit at your predetermined levels and add trailing stops etc., you can also look at the Trade Manager code as a reference. This would all be possible with our SDK.

If you're not familiar with Java we can recommend a programmer to you.

Thank you.
Hi Jason,
Will try it through SDK.
Thank you.
 

Rich Trader

New member
Joined
Mar 16, 2023
Posts
3
Likes
0
Hi rvdesh,

Built-in strategies do not work together with the entry/exit strategies from the trade panel. The Super Trend strategy is meant to reverse your position at each signal. In order to accomplish what you want you would need to modify the Super Trend strategy to exit at your predetermined levels and add trailing stops etc., you can also look at the Trade Manager code as a reference. This would all be possible with our SDK.

If you're not familiar with Java we can recommend a programmer to you.

Thank you.
What programmer do you recommend I need one to write a simple code
 

Spin

Well-known member
Joined
May 22, 2019
Posts
480
Likes
192
What programmer do you recommend I need one to write a simple code
Many of my clients always tell me 'it's just some simple code' ;)

Very often, digging deeper, that is not at all the case.
But I am willing to hear you out :)
 
Top