Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1036613 // G22CandleBasedStrategyWithMultiStopLossJuicer

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (31405L/200K).

sclass G22CandleBasedStrategyWithMultiStopLossJuicer extends G22CandleBasedStrategy {
  !include #1036461 // JuiceStrategy Include
  !include #1036612 // MultiStopLossJuicer maker include
  
  void price(double price) {
    juiceStrategy_price(price);
    super.price(price);
  }
}

Author comment

Began life as a copy of #1036536

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1036613
Snippet name: G22CandleBasedStrategyWithMultiStopLossJuicer
Eternal ID of this version: #1036613/1
Text MD5: bf54c81202714999e74d4913b5dd0283
Transpilation MD5: 65f80b409cc938456615782fc977eafb
Author: stefan
Category: javax / trading
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-04-29 00:15:27
Source code size: 289 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 68 / 93
Referenced in: #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167)