Development of volatility over time

Discussion in 'Chit Chat' started by Resto, May 20, 2025 at 6:38 AM.

Thread Status:
Not open for further replies.
  1. ph1l

    ph1l

    Yes, but who wants to go back to 2007?
    Code:
    $ perl -e 'say "what?";'
    String found where operator expected at -e line 1, near "say "what?""
            (Do you need to predeclare say?)
    syntax error at -e line 1, near "say "what?""
    Execution of -e aborted due to compilation errors.
    $ perl -e 'use 5.010; say "what?";'
    what?
    
     
  2. spy

    spy

    So why not just:

    Code:
    perl -E 'say "what?"'
     
  3.  
    spy likes this.
  4. spy

    spy

    -E commandline

    behaves just like -e, except that it implicitly enables all optional features and builtin functions (in the main compilation unit). See feature and builtin.​

    So that people don't make fun of us for being old.
     
  5. Resto

    Resto

    before leaving for my business I assessed the charts of trading instruments and saw that Brent was at the maximum point of daily volatility. I calculated the risk management and realized that this would be the optimal set of orders to get a take profit and entered into a deal
    [​IMG]

    when I returned home I received this profit
    [​IMG]

    This is the current account status
    [​IMG]
     
  6. I am proud to say that I've never written a line of perl in my life.
     
  7. Resto

    Resto

    Описание и то, какие у меня торговые системы, можно найти здесь.

    https://www.elitetrader.com/et/threads/axiom-of-volatility-development.384397/page-89#post-6133900

    как вы видите, я начал торговлю с 5000 долларов
    За 16 дней прибыль достигла $99,597
    не было ни одной ошибочной транзакции и это наглядно доказывает, что время является основным фактором, влияющим на развитие волатильности

    Я в очередной раз убеждаюсь, что на этом форуме есть люди, которые не прислушиваются к мнению этих комментаторов, они просто не понимают, о чем я говорю, и эти комментаторы намеренно вводят людей в заблуждение.

    Для вас все объяснения на этих страницах.
    https://www.elitetrader.com/et/threads/development-of-volatility-over-time.384681/page-6
    https://www.elitetrader.com/et/threads/development-of-volatility-over-time.384681/page-7
     
  8. What is your view on the invasion of Russia in Ukraine Resto?

    Your main audience here is leaning towards the Western media. Do you want to say anything to them?
     
Thread Status:
Not open for further replies.