Data Types
This commit is contained in:
@@ -40,7 +40,7 @@ begin
|
||||
|
||||
var ATR := Ohlc.Chain<Double>(TATR.CreateATR(50));
|
||||
|
||||
var conv := TConverter.Join<Double>([Ohlc.Field<Double>('Low'), Ohlc.Field<Double>('High'), Closes, ATR, Hull, Sma]);
|
||||
var conv := TConverter.Join<Double>(jmAll, [Ohlc.Field<Double>('Low'), Ohlc.Field<Double>('High'), Closes, ATR, Hull, Sma]);
|
||||
|
||||
// STAGE 1: Signal Generation. This converter is stateless regarding the trade itself.
|
||||
// It only detects the crossover event and prepares the data for the next stage.
|
||||
|
||||
Reference in New Issue
Block a user