- ago
Hi!
For Building Blocks:
How can I keep a value as a parameter to use in an exit condition?
For instance,
Sell limit if prices get $0,01 above the entry candle High
Or
To define a target as the entry candle range doubled.
(sorry if them seem silly, pretty new in here)
Tks
Carol
0
45
2 Replies

Reply

Bookmark

Sort
Cone8
 ( 21.87% )
- ago
#1
Blocks can do quite a lot for rules that involve indicators, but when you need to focus on a particular bar - especially in relation to a specific position - normally you'll have to resort to a C# coded strategy.

However, there is a PowerPack condition that you can use with a Market order, for example that compares current price to a price at the entry bar or 1 bar prior to it (the signal bar). See PowerPack > Price Compare to Entry Bar. (But you won't be able to use that for the limit price in blocks.)
0
- ago
#2
Tks, Cone!
0

Reply

Bookmark

Sort