- Search Crypto Craft
- 3 Results
- NoelC45 replied Nov 19, 2018
Hi I don't understand what happened, i was almost sure to have made an answer ! Sorry for this delay, yes you can send me the code you want to modify

Horizontal line trailing stop
- NoelC45 replied Nov 14, 2018
You can declare ddATRstoploss as a global variable if you need to use it outside OnTick. It depends on how you intend to use it

Horizontal line trailing stop
- NoelC45 replied Nov 14, 2018
Hi, use ObjectFind and ObjectGet as in the example below but first don't create the line in "OnTick()" do it in "init()" then in OnTick() add this code: double dATRStopLoss = EMPTY_VALUE; if (ObjectFind("HLine") == 0) { dATRStopLoss = ...
Horizontal line trailing stop
- Posts by Trader Search: 'NoelC45'