Reply

Limit and Stop Orders How To?

2 replies

Peaceprofits

Subscriber, bbp_participant, community, 14 replies.

Visit profile

7 years ago #116647

Hello All,

 

I have been learning how to configure stop and limits orders into EA Wizard but with limited success…..

Here is the strategy I want to use…
 

== Entry conditions
==================================================================== 
LongEntryCondition = (Close(4) Closes Above Keltner_Up(51, 3.6))
====================================================================
== Entry orders
====================================================================
— Long entry
if LongEntryCondition is true {
   if No position is open then Buy at Ichimoku(9, 26, 52, Senkou Span )+ (0.6 * 59.0 pips) Limit;
   Stop/Limit order expires after 51 bars.
Take Profit 15pips

Here are  2 attempts  which did not work, 

 

 

I really want to unlock the full functionality of placing limit and stop orders with EA Wizard, as many examples of this as possibkle please

Eamon

 

0

Peaceprofits

Subscriber, bbp_participant, community, 14 replies.

Visit profile

7 years ago #142601

I think I may have worked out how to configure the formula correctly and where to put it…..

See attached screen shot , will test the EA tomorrow, need to sleep now

 

 

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

7 years ago #142643

I think I may have worked out how to configure the formula correctly and where to put it…..

See attached screen shot , will test the EA tomorrow, need to sleep now 

Hello,

yes, the best to do is use “formula” to define STP/LMT order price. Let me know if you have still issues figuring that out

0

Viewing 2 replies - 1 through 2 (of 2 total)