Comments on: Capturing Profit With A Short Squeeze Strategy https://easylanguagemastery.com/strategies/capturing-profit-with-a-short-squeeze-strategy/?utm_source=rss&utm_medium=rss&utm_campaign=capturing-profit-with-a-short-squeeze-strategy Helping you Master EasyLanguage Mon, 07 Dec 2020 14:47:34 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Jeff Swanson https://easylanguagemastery.com/strategies/capturing-profit-with-a-short-squeeze-strategy/#comments/7387 Mon, 07 Dec 2020 14:47:34 +0000 https://easylanguagemastery.com/?p=25090#comment-7387 In reply to Dan Brouillette.

Hi Dan. Yes, it’s a TradeStation function. It’s really simple. Here is the code for the “MidPoint” function by TradeStation.

{ Search Tag: WA-MidPoint }
inputs: Price( numericseries ), Length( numericsimple ) ;

MidPoint = ( Highest( Price, Length ) + Lowest( Price, Length ) ) * .5 ;

{ ** Copyright © TradeStation Technologies, Inc. All Rights Reserved **
** TradeStation reserves the right to modify or overwrite this analysis technique with each release. ** }

]]>
By: Dan Brouillette https://easylanguagemastery.com/strategies/capturing-profit-with-a-short-squeeze-strategy/#comments/7386 Mon, 07 Dec 2020 13:33:24 +0000 https://easylanguagemastery.com/?p=25090#comment-7386 Hey Jeff. This has me thinking about testing a few more ideas. Is the mid point indicator already built in to TS? Not finding it

]]>