A:REMOVE_TP

JedeyeFX Documentation

shp.png

A:REMOVE_TP

This action removes the Take Profit from currently active (opened) orders. You can restrict the action to a specific order type (buy or sell) or extend it to all.

Syntax
a:remove_tp(order_type)!
Parameters order_type Defines the type of orders which Take Profit should be removed from. The supported keywords are listed below.
BUY Remove from buy orders.
SELL Remove from sell orders.
ALL Remove from all orders.
Single-sided Yes
Example a:remove_tp(SELL)!
In this example the Take Profit is removed from all sell orders currently active.