Reply

How to set a StopLoss/Exit Trading Rule with an indicator?

1 replies

birdy70

Subscriber, bbp_participant, community, 25 replies.

Visit profile

9 years ago #112515

Hello everyone,

 

could you tell me please how to set a Trading Rule (and in which EAW Trading Rule Window), that stops out a Trade with an Indicator and not a Take Profit Rule in Pips?

 

Thanks for your help and feedback.

 

Birdy70

 

See attached Examples.

0

Mark Fric

Administrator, sq-ultimate, 2 replies.

Visit profile

9 years ago #126052

Hello,

 

it depends on what exactly you want to do:

 

– if you want to have a trading rule that checks for example when EMA(10) crosses below EMA(20)  then close the trade you can specify a rule like this:

IF

EMA(10) crosses below EMA(20)

THEN

Order Management -> ClosePosition(some magic number)

 

 

– if you want to set SL or PT to an indicator value instead of fixed pips you can do it directly in order edit screen in Stop Loss dialog by choosing Stop Loss is a specific price level and selecting the indicator or formula you want to use.

I’m attaching a screenshot.

File: sl2.pngsl2.png

Mark
StrategyQuant architect

0

Viewing 1 replies (of 1 total)