Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Get real/current EMA of other period

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Get real/current EMA of other period

    Hi,
    I would like to have my strategy works on 15min chart.
    On this chart (or any other), I want to get the real/current EMA(5) of 1Hour for example.
    By real/current, I mean the EMA(5) that will be seen in an 1 hour chart each tick, or in that moment when the 15 min bar has closed.
    I tried to do something like this:
    Add(PeriodType.Minute, 60);
    and then use
    EMA(BarsArray[
    1], 5);
    Buy I just get the EMA of the relevant closing 1H Bar, and not at the moment when my 15 min bar closed. (for every 15 min the EMA of 1H should be different...)
    Thanks in advance
    Arnon

    #2
    Welcome to our forums - correct this is how it would work in backtesting / historical data, as the CalculateOnBarClose would be 'true' here at all times. With this set to false you could get the intrabar updated value though for your higher time frame study in the 15 min bar update provided you run in realtime or our MarketReplay.

    Comment


      #3
      But to make the Market replay I have to record the data for days on days, Is there any other way
      that i can test my strategy before i run it on real time?
      thanks.

      Comment


        #4
        Hi Arnon, correct either you would need to record, or download the data needed from our servers to test - this could be done via File > Utilities > Download Replay Data.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        580 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        335 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        552 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X