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

16
LINES

< > BotCompany Repo | #1036561 // G22CandleBasedStrategyWithTrailingStop (can also do simple take profit)

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

Libraryless. Click here for Pure Java version (31195L/198K).

sclass G22CandleBasedStrategyWithTrailingStop extends G22CandleBasedStrategy {
  !include #1036461 // JuiceStrategy Include
  !include #1036562 // TrailingStopJuicer maker include
  
  void price(double price) {
    juiceStrategy_price(price);
    super.price(price);
  }
  
  LS status() {
    ret listCombine(
      "Stop loss: " + stopLoss + ", trailing stop: " + trailStart + "/" + callbackRate,
      super.status()
    );
  }
}

Author comment

Began life as a copy of #1036462

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1036561
Snippet name: G22CandleBasedStrategyWithTrailingStop (can also do simple take profit)
Eternal ID of this version: #1036561/5
Text MD5: a49e6abf8e5caa9a027b35e0d5d1fbc6
Transpilation MD5: 07e4041d65f01badecc89cb88fea46f7
Author: stefan
Category: javax / trading
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-04-01 11:02:06
Source code size: 448 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 87 / 135
Version history: 4 change(s)
Referenced in: [show references]