but if i want to do backteting?? because with this indicator i cant...
February 06, 2011 02:51
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
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
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
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
Andrew Stoeckley
MarketDelta LLC
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.
Comments
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...
thanks for the respon..
but if i want to do backteting?? because with this indicator i cant...
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.
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!!! :)
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.
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!!
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.