add rsi
This commit is contained in:
		
							parent
							
								
									53065c526e
								
							
						
					
					
						commit
						0065c306fd
					
				
							
								
								
									
										1
									
								
								rsi.go
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								rsi.go
									
									
									
									
									
								
							@ -25,6 +25,7 @@ type Rsi struct {
 | 
				
			|||||||
	Period     string    `json:"period"`
 | 
						Period     string    `json:"period"`
 | 
				
			||||||
	Timestamp  time.Time `json:"timeStamp"`
 | 
						Timestamp  time.Time `json:"timeStamp"`
 | 
				
			||||||
	Ts         int64     `json:"ts"`
 | 
						Ts         int64     `json:"ts"`
 | 
				
			||||||
 | 
						Count      int64     `json:"count"`
 | 
				
			||||||
	LastUpdate time.Time `json:"lastUpdate"`
 | 
						LastUpdate time.Time `json:"lastUpdate"`
 | 
				
			||||||
	RsiVol     float64   `json:"rsiVol"`
 | 
						RsiVol     float64   `json:"rsiVol"`
 | 
				
			||||||
	Confirm    bool      `json:"confirm"`
 | 
						Confirm    bool      `json:"confirm"`
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user