Posted 12/23/2009 13:21:15
|
|
|
|
|
|
Posted 12/27/2009 00:55:26
|
|
|
|
You would need to convert your bar data to tick data. You would want a program (which could be written as a RightEdge trading system), which for each bar would output ticks that make up that bar. In your case you would want to output two identical ticks for the bar's open price, and then a tick each for the high, low, and close. This tick data should be written out to a file, which you would then import into RightEdge using the tick data import tool. Then set "Tick-level simulation" to true for your trading system and you should get two ticks for the open price.
Thanks,
Daniel
|
|
|
|