NexusFi: Find Your Edge


Home Menu

 





Use strategies Exits with manual Entries - Best Practice


Discussion in MultiCharts

Updated
    1. trending_up 1,106 views
    2. thumb_up 1 thanks given
    3. group 2 followers
    1. forum 1 posts
    2. attach_file 0 attachments




 
Search this Thread

Use strategies Exits with manual Entries - Best Practice

  #1 (permalink)
Dvdkite
Trieste Italy
 
Posts: 162 since Feb 2018
Thanks Given: 131
Thanks Received: 25

Hello everyone.

I would like to know what is the best practice to use a strategy (or more) to perform Exits after a manual (discretionary) entering in the market.

Let's suppose I decide to enter a position and then, depending on my decision, I want to apply an automated signal just for the exit.
For example I have 3 different kind of exits so that's mean 3 different decisional codes.
So in order to let me decide what kind of exits to use I think that the easiest way is:

First) create 3 different strategies each without any entry code and only a code for market position = 1 or -1 to deal with the exit and attach all of them to the chart.

Second) After have entered a position I should simply click con "SA" and activate the desired Exit strategy

This should be the easiest way but not the most elegant solution I suppose.

Based on your experience do you think that process the mouse event would give me a faster and/or more complete solution?


I'm also thinking that it should be possible to constantly have SA activated and then create a specific code (into the strategy) for the manual entry using mouse event for example:

 
Code
[ProcessMouseEvents = true];
[IntrabarOrderGeneration = true];

// Open a position with a mouse click with Control
if (MouseClickCtrlPressed and not MouseClickShiftPressed) then begin

    if (MouseClickPrice > High) then 
        SellShort ("ES click") 1 contract next bar at market

    else if (MouseClickPrice < Low) then 
        Buy ("EL click") 1 contract next bar at market;

end;

But in this case how can I manually select different exits modalities? It is possible to add a sort of "EXIT MODE SELECTOR" using the mouse right click to display the options??





Anyone of you are actually trading with manual entry and automated exit?

Thanks for any tips

Regards,

David

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Quant vue
Trading Reviews and Vendors
Better Renko Gaps
The Elite Circle
MC PL editor upgrade
MultiCharts
How to apply profiles
Traders Hideout
 
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629

David,

one of the things you will have to deal with is making the strategy aware of manual entries. There are various threads in the official forum plus information in the wiki that I would suggest checking out.

Regarding your question you can probably detect clicks on text labels (basically create your own pseudo buttons) or add drawings to your chart to determine which exit logic to apply, but you will have to be a bit creative here.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
Thanked by:




Last Updated on May 10, 2018


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts