Jump to content
Medved Trader Forums

Fixed Dollar transaction value when chart trading


TraderTLV

Recommended Posts

Thanks Jerry.

I created a hotkey ALT+5, see attached.

Can't figure out:

1. How to create a button on a chart.

2. How to calculate $5000 into rounded number of shares as Quantity appears to be number of shares. I am guessing it is something to do with using variables? Can you please explain or point me to documentation or a video?

 

Hotkey.PNG

Link to comment
Share on other sites

Button - you have it set to show a button with text "Buy 5K".  on the chart, go to TRADING tab. Click on Trading Settings and select to show Order Types/Saved Orders

image.png

If you don't want the order types shown and just want the saved orders, you can right click on the order types and unselect everything except the saved orders

Now as far as Quantity, you can enter expressions in the "Quantity" field.   so for $5000 at ASK  you can enter:
round(5000/Ask)

image.png

 

Link to comment
Share on other sites

Jerry, incredible product and amazing service!

One more question:

My hotkey and button "Buy 5K" is defined as "Buy Limit @ ASK".

If I select "Market" to the left of the "Buy 5K" button will this override the "Buy Limit @ ASK" setting or do the hotkey definitions always prevail in which case I should create a second hotkey and button called "Buy 5K Market" for use when I want to place a market order?

Thanks

 

Link to comment
Share on other sites

whatever is in the hotkey would override. You can of course omit the order type in the hotkey, in which case the default would be used. Also note that in the example, I have it set to Drop=true, send=false. So it will fill in the trade ticket but not send the order. If you just want the order sent, reverse those. 

Link to comment
Share on other sites

Assuming your broker supports conditional orders, you can set the conditional type to OTA (One Triggers Another). Then set the 2nd leg to be LIMIT SELL offset(Ask*0.05).  I multiplied the price you set in the first order by 0.005 which is 0.5%. offset command just indicates that it is an offset from the price in the first leg

image.png

If you were to use a more complex expression for the price in the first leg, then would want to use a variable for it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...