Reply

Monte Carlo retest mwthods ( MCRM ) – Randomize history data exact meaning ???

2 replies

Alex

Subscriber, bbp_participant, sq-ultimate, customer, community, 8 replies.

Visit profile

7 months ago #283622

What are exactly below tests?

Randomize History data (by tick) probability: x% , max change: y%

Modified Randomize History data (by tick) , max change: x% of tick price?

Randomize OHLC max change: x%, prob O,H,L,C: y% ?

 

SQX changes exactly what?

 

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

6 months ago #283803

Hi,

to see how the methods work you can look at the source of the snippet here: SQ.MonteCarlo.Retest

Randomize history data (by tick)
it randomizes tick values as they come from the data feed, with independently adjustable probability and size of change up and down

Modified randomization history data
modified version of the first snippet, only one change size is set

Randomization of OHLC history data
latest version, randomizes OHLC values. It should work well especially for Tradestation/MultiCharts

0

huangwh88

Customer, bbp_participant, community, 113 replies.

Visit profile

3 months ago #285143

Hi, to see how the methods work you can look at the source of the snippet here: SQ.MonteCarlo.Retest Randomize history data (by tick) it randomizes tick values as they come from the data feed, with independently adjustable probability and size of change up and down Modified randomization history data modified version of the first snippet, only one change size is set Randomization of OHLC history data latest version, randomizes OHLC values. It should work well especially for Tradestation/MultiCharts

Hi Tomas,

In the SQ.MonteCarlo.Retest code, for all 3 monte carlo methods, it says:

‘This option is supposed to work best with Selected Timeframe precision’ (around line 30+)

Given that Randomize history data (by tick) and Modified randomization history data both work on ticks, does this mean I should use simulated M1 data tick simulation instead?

0

Viewing 2 replies - 1 through 2 (of 2 total)