Search results

  1. MarkBrown

    How do you Avoid Chop without missing the break (intraday)?

    chop is where all the money hangs out ....
  2. MarkBrown

    Sharpen Your Moving Averages

    IIR MA Function Inputs: Series( numericseries ), Length( numericsimple ); Variables: Fraction( 0 ), Lag( 0 ) ; Fraction = 1 / Length; Lag = IntPortion( 1 / Fraction - 1 ); If CurrentBar = 1 then IIRMA = Series Else IIRMA = Fraction * ( 2 * Series - Series[Lag] ) + ( 1 - Fraction ) *...
  3. MarkBrown

    Sharpen Your Moving Averages

    first order filter ?
  4. MarkBrown

    Another Mass Shooting

    CNN controversies https://en.wikipedia.org/wiki/CNN_controversies “Why would any law-abiding citizen need an AR-15?” https://www.dailysignal.com/2018/03/14/8-times-law-abiding-citizens-saved-lives-ar-15/ This question has been a favorite talking point of gun control activists in recent...
  5. MarkBrown

    Need some Help/Advice/Partnering/Coder regarding coding (Ninja C# and/or Tradestation(easy language)

    he meant it takes a trivial amount of effort to omit the data "not much work on your part to omit"
  6. MarkBrown

    Something new I've been working on

    it's backtesting is flawed and has been all these years - tradestation and others all fail - the only way to get honest results is to handicap the system, otherwise all results from all platforms are unrealistically slanted to the profitability side. giving all users a false sense of...
  7. MarkBrown

    Something new I've been working on

    show a non trending day without big moves and it will fail
  8. MarkBrown

    Who gains for my profit?

    stop trading and get a job
  9. MarkBrown

    Need some Help/Advice/Partnering/Coder regarding coding (Ninja C# and/or Tradestation(easy language)

    multicharts is the way to go and it's not perfect but it's the best here is a day bar on the left and a intraday chart with bands, i mix different data sources all the time with tremendous results.
  10. MarkBrown

    Even tech workers say AI is overrated!!!

    Your observation highlights an important point about the perspectives of those working within the tech industry compared to those outside it. Tech workers, being closer to the development and application of AI, are often more acutely aware of its current limitations, challenges, and the...
  11. MarkBrown

    Even tech workers say AI is overrated!!!

    what is your response to this article? PowerLanguage Pro The findings of the study highlighting skepticism among tech workers about the current state and usefulness of AI reflect a common sentiment in the tech industry. It's important to consider several aspects in response to such views...
  12. MarkBrown

    Is there anyone who uses TT's ADL?

    give up it's not happening lol
  13. MarkBrown

    Best trading indicators?

    anything based on percentages beats anything using fixed inputs.
  14. MarkBrown

    Pinescript with ATR strategy

    chat gpt professional edition.. i have not verified this code m //@version=5 indicator("GBPUSD Orders", overlay = true) // Define session start time (12:00 AM GMT) sessionStartHour = input(0, title = "Session Start Hour (GMT)") sessionStartMinute = input(0, title = "Session Start Minute...
  15. MarkBrown

    Is it true?

    even when the market trends - it's chopping as it goes - it's just usually out of the human minds ability to see this.
  16. MarkBrown

    How do you Avoid Chop without missing the break (intraday)?

    no one wants to work any longer for anything. that's the main reason traders fail...
  17. MarkBrown

    technical analysis

    ok i have to block this bot tired of seeing it - not affected by the pretty girl image either lol.
  18. MarkBrown

    How do you Avoid Chop without missing the break (intraday)?

    what is your chop? first nail that down, then anything else should be trending.
Back
Top