Time Range Moving Averages (Simple-Exponential-Weighted): TRSMA – TREMA – TRWMA

Time Range Moving Averages (Simple-Exponential-Weighted): TRSMA – TREMA – TRWMA

Following a request by user discovery2005 (https://www.prorealcode.com/topic/media-mobile-a-tempo/) on the italiam forum, I coded these 3 MA’s to limit calculations to the desired time range, without being affected by data outside that same range.

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. Jan Wind • 05/22/2019 #

    Good evening Roberto,

    I do not understand Italian, so I could not read the background.
    Why coding the EMA’s for a certain time within a day, as you can also adjust the graph for trading hours at Options –> Platform Options at Trading Hours ?
    I would think it slows down the rebuilding of a graph when you would have more then 1.000 bars

    KR Jan

  2. robertogozzi • 05/22/2019 #

    Results, while matching when it’s SMA compared to TRSMA, are different in the case of WMA and EMA even when using the same custom hours.
    So, since it was requested on the forum, this must be the reason of its possible use.

  3. Khaled • 05/22/2019 #

    Hi Jan and Roberto, I agree, if you adapt properly the Trading Hours in Plateforme Settings, you are not supposed to calculate Indicators “manually” (I mean using coding).
    But, how would you do if, for example, you want to calculate the average volume intraday, updated at the end of each 5 min candle? the SMA[n](Volume) doesn’t do the job and you need to update the “n” manually if you’re scalping.
    Besides, if you look at IG Markets DAX CFD on 24th Dec. 2020, on a 5 min TF, you can see price changes but Volume always 0, so if you want the SMA[20](Volume) on a 5 min TF, you will get one day of zero volumes included in the SMA.
    (For some reason, I cannot add a graph with posting a reply to an exsiting post)

  4. SkippyTrader • 05/22/2019 #

    Does the EMA calculation have an issue? I can see that on the chart it keeps moving in the non-trade hours range: instead of a straight line between close of yesterday and open of today.

    Would it more correct as such to change the ‘Line 15’ ? To something like:

    IF (opentime >= StartTime and opentime<=EndTime) THEN

    TREMA = close

    endif

    ?

  5. robertogozzi • 05/22/2019 #

    It surely CHANGES even when currently outside time range, as the lookback periods change as well, thus making past calculations different each time.

    • SkippyTrader • 05/22/2019 #

      Thanks Roberto, but shouldnt the values in the outside time range not be different? As it should be the same at whatever the values were at “EndTime” until the next “Starttime” of which then the values calculate on the Bar[1] values which are whatever yesterdays Endtime values were, right? The time outside time range should be a constant = EndTime values ? The lookback period shouldnt be changing outside the time neither, as say Bar[1] at any time between opentime>Endtime and opentime<StartTime should be the EndTime's bar, and thus a lookback period of [14] at any time outside of the market should be the same lookback period of 14 bars before the EndTime ?

      Or have i confused myself on using this to calculate on only trading time range bars?

  6. robertogozzi • 05/22/2019 #

    Actually it is a constant (I tested them on a 1-hour TF, 9am to 5pm) and outside that time range it’s flat.

avatar
Register or

Likes

avatar avatar avatar
Related users ' posts
ak5hay2 Works like crazy on bitcoin. Use different timeframes. Thanks a lot Doc!!!
richyowen Hi, great code thanks. Very new to this forum. Is there a way to add a 100point target on an...
lisamitch50 Morning all, Just backtested on quite a few instruments, worked well on backtesting, but tel...
swapping merci gabri, on va le mettre à l'essai ;)
Leo Hi all, I posted a new version of this indicator ( I just add arrows to spot the local maxi...
Trading_En_El_Ibex35 Muchas Gracias por compartir este interesante indicador. Un saludo
xavieralava hola gracias leo
Khaled Thanks, but if I may ask what's EMA Period? The price which reverses the EMA[20] is not the ...
Francesco78 EMA is not a moving average, it is just the name we called the quantity defined above
Khaled My bad. Thank you so much!
rejo007 hello david, i'll try it could you tell me wich strategy do you use in real? thanks
David Somogyi Hello, I have a couple of DAX strategies of breakout and mean reversion. I'll try to post...
Roberto Blázquez Hi David, I just saw your strategy and it's good!!! I'm going to try it from today in real a...
Thomas007 Is there any way to build something similar for FX? I wonder what would be the replacement f...
Kris75 Hi Bolsatrilera, I love this indicator! Thanks; => did you develop a strategy around...
KarlBenjamin This "indicator" alone has completely changed my algorithms for the better! Id even go as fa...
ashee CAN YOU SHARE MT4 FILE
coyP Big thanks ! Can you explain me how can I put this ON my graph and not under the graph please ?
Wing There's a few threads on the forum about backtest and live trades being different at times. ...
ET I agree with verdi55. As it is now, the code will only test for a breakout on the upside (li...
Philipjonasson are u still active Wing?
Nicolas We do not offer free assistance for TOS. However, you can send demand for private paid codin...
phanz Hi community. May I know how you use this indicator please? Is it on the zero cross over? ...
sydney43025 Hello, I'm digging up this topic because I uploaded the code on a PRT v11.1 but the indicato...
David Balance thanks for sharing this excellent indicator.  Here are some thoughts.  please ad...
supertiti Il manque 2 slash devant len dans le code dur car la variable ne marche pas bonne journée
bearbull As per PhilipSchultz question above, has anybody managed to add code for when it turns blue,...
Ybr35 Bonjour Nicolas, lorsque je lance l'indicateur, il m'est indiqué que je dois définir les var...
Nicolas L'idéal est de télécharger le fichier itf joint sur cette page et de l'importer dans la plat...
Nicolas Merci dans ce cas d'ouvrir un sujet dans le forum ProScreener svp.
Andrea Hi Nicolas, thx for your code. Please i need your help to understand this part of your code:...
Nicolas the MA200 is ascending since 20 periods.
Leo Hi Gabri, have you ever try this in a trading system?
gabri Leo, I used to crosscheck this indicator a long time ago. For the trading I was doing at tha...
Nolubok Bonjour Gabri, merci pour l'ensemble de vos publications, serait il possible d'avoir le scr...
David Somogyi Hello, This is merely a filter indicator for measuring high fractality, which helps to av...
bertrandpinoy bonjour ce code fonctionne toujours?
Nicolas Faites un backtest, vous aurez des réponses.
Krallenmann Hallo Nicolas, kannst du mir die Regeln für den Halftrend Indikator sagen? Aus dem Code kann...
davefransman Dear Nicolas, i want set a alert on the "HalfTrend "custom moving average" met Heikin Ashi w...
Nicolas Please post the question in a new forum topic, that would need custom coding I believe.
Sofitech Ce code n'est valable que sur la V10.3 ? sur le 10.2 il y a une erreur de syntaxe dans le fi...
Nicolas Oui en effet, c'est un indicateur "10.3" à cause uniquement de la mise en forme des courbes ...
Nicolas En effet, c'est le cas si on copie/colle le code. Ces 2 variables sont inscrites en externes...
Salocin Hello Nicolas, my french is not that well. It occurs an error which can not be solved by cop...
Nicolas Just download the ITF file and import it into your platform, follow these easy steps: https:...

Top