UNPKG

sql-synergy

Version:

Synergy Wave TA

15 lines (14 loc) 478 B
import { MSQuote } from './MSQuote'; import { IConstants } from './IConstants'; import { Wave } from './Wave'; import { Technicals } from './Technicals'; export declare class Step1Neutralized implements IConstants { oMSQuote: any; iNeutralizedOn: number; oWave: any; iPC: number; oN: any; constructor(oMSQuote: MSQuote, oWave: Wave, oPC: Technicals); wasNeutralized(iStart: number, iEnd: number): boolean; canNeutralize(iDay: number): boolean; }