Support Board
Date/Time: Thu, 28 Nov 2024 11:42:51 +0000
Post From: How to trade micros on a emini chart?
[2023-05-06 10:04:07] |
User61168 - Posts: 403 |
Techotomy- If I understand the issue, you could write a simple alert condition for Buy/Sell Exit to automatically trigger your stop loss instead of using attached order via trade ticket. Below steps should work: 1) Do a PriceOverlay Study to get the Last price of MES on your ES chart 2) create BuyExit and SellExit alert study and trigger exit only when ABS(ES_Price - MES_Price)<=0.25... this will trigger a Stoploss market order on MES when price reaches the intended level on ES. |