Добавляет Stop Limit, Profit Target и Trailing Stop, которые продвигаются при закрытии бара или на каждом тике в соответствии с CalculateOnCloseOfBar true или false в вашей стратегии автоматической торговли.
Это простая реализация, которая пытается эмулировать 1-й уровень трейлинг-стопа банкомата.
В настоящее время я работаю над трехуровневым трейлинг-стопом, чтобы эмулировать полный инструмент трейлинг-стопа банкомата.
Благодаря примеру, представленному на этом форуме, я смог переписать оператор switch и реализовать как stoplimit, так и trailing stop.
Область применения:
Функция SetStopLoss () используется в качестве транспортного средства для ограничения и трейлинг-стопа.
Функция SetProfitTarget () для цели прибыли.
ура
Крис Лонг
=======
Adds a Stop Limit, Profit Target and Trailing Stop that advances on close of bar or every tick according to CalculateOnCloseOfBar true or false within your auto trade strategy.
It is a simple implementation that tries to emulate the ATM trailing stop 1st level.
I am currently working on a 3 level trailing stop to emulate the full ATM trailing stop tool.
Thanks to the example provided on this forum I was able to rewrite as a switch statement and implement a stoplimit as well as a trailing stop.
Uses:
SetStopLoss() function as the vehicle for both the stop limit and the trailing stop.
SetProfitTarget() function for profit target.
Cheers
Chris Long
Это простая реализация, которая пытается эмулировать 1-й уровень трейлинг-стопа банкомата.
В настоящее время я работаю над трехуровневым трейлинг-стопом, чтобы эмулировать полный инструмент трейлинг-стопа банкомата.
Благодаря примеру, представленному на этом форуме, я смог переписать оператор switch и реализовать как stoplimit, так и trailing stop.
Область применения:
Функция SetStopLoss () используется в качестве транспортного средства для ограничения и трейлинг-стопа.
Функция SetProfitTarget () для цели прибыли.
ура
Крис Лонг
=======
Adds a Stop Limit, Profit Target and Trailing Stop that advances on close of bar or every tick according to CalculateOnCloseOfBar true or false within your auto trade strategy.
It is a simple implementation that tries to emulate the ATM trailing stop 1st level.
I am currently working on a 3 level trailing stop to emulate the full ATM trailing stop tool.
Thanks to the example provided on this forum I was able to rewrite as a switch statement and implement a stoplimit as well as a trailing stop.
Uses:
SetStopLoss() function as the vehicle for both the stop limit and the trailing stop.
SetProfitTarget() function for profit target.
Cheers
Chris Long