Jump to content

We have moved to Discord. Please click here to join us in the Trading Terminal Discord server.



These forums are read-only.

Leaderboard


Popular Content

Showing content with the highest reputation on 03/26/2022 in Posts

  1. 1 point
    Was bored and wanted to nail these down since these are the current hot flavor of the week in the chatroom I thought others might be interested. Change it to your liking since I made it super low energy. It's UGLY. I just got it on paper so you don't have to. The VPA section is stolen from Anna Coulling's book. But I couldn't remember in real time what each anomaly meant. This is meant for someone whos read the book otherwise it might not make sense. If you haven't read it, I can send the book to you. Just PM me. Also almost any other TA book. The camarilla pivot point cheat sheet is just to remember what and how to use each as S/R and trade off it appropriately. VPA&CamarillaPP Cheat sheet.pdf
  2. 1 point
    For those interested in a deeper analysis of the classic pivots vs the camarilla pivots, here is an small document with graphic examples on the representation of both .... Download the .TXT file and change the extension to .XLSX Includes: formulas with calculations and AMD charts as example Pivots.txt
  3. 1 point
    Hi @Aiman Almansoori @KyleK29, I'm trying to tweak one of the hotkeys you have included in the link above for a stop limit long order, limit long order both including stop limit stoploss orders. Some parts of the hotkey code is a bit confusing for me so would need your help and hotkey experience to make this work. If you have some time to spare, I would be grateful and appreciate if you can help me with this. The main concern is using limit bids/ask instead of marketable limit orders and market stops. The first hotkey is a "long entry on limit bid" hotkey, what I need it to do is: 1. enter long position on limit bid+0.01 - on dynamic size at a risk of $20 per trade, based on the stops clicked on the chart. 2. once the long position is complete, trigger a stop limit order when price retraces back to the entry price (average cost of my shares in the long position), posting a sell stop limit order to the markets at the price I clicked on the chart. Below is the hotkey code I tweaked (not sure if properly done): StopPrice=Price-0;DefShare=BP*0.925;Price=Ask-Price+0.00;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=LIMIT;Price=Bid+0.01;TIF=DAY+;BUY=Send;DefShare=100;TriggerOrder=RT:STOP STOPTYPE:LIMIT PX:StopPrice ACT:SELL STOPPRICE:AvgCost QTY:Pos TIF:DAY+; I think the dynamic entry part should be correct. I'm just not too sure if the trigger order codes are correct. Specifically the "stoptype:limit" or "route=limit" part. Can you help me with this please? The second hotkey is a bit more confusing. This is a long entry on STOP limit hotkey, what I need it to do is to: 1. enter long position on stop limit ask+0.01 - on dynamic size at a risk of $20 per trade 2. once the long position is complete, trigger a stop limit order when price retraces back to the entry price (average cost of my shares in the long position), posting my stop limit order to the markets at the price i clicked on the chart. below is the second hotkey code: StopPrice=Price-0;DefShare=BP*0.925;Price=Ask-Price+0.00;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=STOP;Price=ASK+0.01;TIF=DAY+;BUY=Send;DefShare=100;TriggerOrder=RT:STOP STOPTYPE:LIMIT PX:StopPrice ACT:SELL STOPPRICE:AvgCost QTY:Pos TIF:DAY+; For this the trigger order issue is the same as the first hotkey, I'm not too sure about the stop limit order and how that might work, do I need to add a "px:stopprice" to the dynamic long position part of the hotkey code? Many thanks guys!
[[Template core/front/global/mobileNavigation is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.