Find Answers/Community Forums/RTL Forum

Answered

multiple periodicities

leshem akrish
asked this on January 10, 2011 08:36

hi,
how do i use (in trading system) two differnt time charts(example : tick footprint chart and 1 minute footprint chart) ?

 

Comments

User photo
Andrew Stoeckley
MarketDelta LLC
Ajax_loader_small Answer

Hello,

You should take a look at the Mixed Periodicity indicator, which has an RTL token:

http://support.marketdelta.com/entries/188659-mixed-periodicity-dat...

January 14, 2011 07:31
User photo
leshem akrish

thanks for the respon..

but if i want to do backteting??  because with this indicator i cant...

February 06, 2011 02:51
User photo
Andrew Stoeckley
MarketDelta LLC

The Mixed Periodicity indicator does in fact work in backtesting. If you can offer more details about what you are trying to do, I can better diagnose any problems you're encountering.

February 06, 2011 10:33
User photo
leshem akrish

hi,

im trying to build a signal that use 5m chart and tick chart...most of it with EMA...4 EMA'S 3,5,7,9 on the 5M chart and the system is on the tick chart(needs to buy from the ask).

thanks for the help!!! :)

February 06, 2011 10:41
User photo
Andrew Stoeckley
MarketDelta LLC

Can you provide an example of how you are using the MPD indicator in your RTL? This will be helpful so I can see how you are actually setting up the signal.

February 07, 2011 09:28
User photo
leshem akrish

 FOR EXAMPLE: MPD<MPD

and then in box i change the perodicity to 5 min( i use tick chart for my signals) and change the indicator preferences...

what im trying to do is on tick chart 2 MA'S that on the 5 min chrat...that it :) 

thanks for the help!!



February 07, 2011 09:35
User photo
Andrew Stoeckley
MarketDelta LLC
Ajax_loader_small Answer

You would need to specify two different MPD tokens in this case, sounds like. If you use MPD < MPD, this would make no sense since no result will be less than itself.

However, you could use MPD_A<MPD_B and then you will setup two different tokens for MPD. Inside the MPD token window, you must specify what kind of MPD result to look at. Here, for example, you can select a moving average and then additionally select the indicators preferences with the "indicator preferences" button.

February 07, 2011 10:50