読み取り専用

フォーラムは現在、読み取り専用のアーカイブとなっています。.

バグ報告やプラットフォームに関する質問はこちら → [email protected]

私たちのコミュニティはDiscordとYouTubeで活動しています。ぜひ参加してください!

ご参加ください Discord YouTube

Holy Grail grid type EA proven to be profitable, but i need help.

3件の返信

Sunny

Subscriber, bbp_participant, community, 23 replies.

プロフィールを表示

1年前 #287961

I have made an EA using an online service. I export the mql5 code to Mt5. But optimization is very slow.

So i have decided to make the EA in Algowizard so that i can backtest it at faster speed.

My EA is a grid type EA with stoploss. I used in my real account. It made my account from $640 to $11000 in 4 days.

Here’s what I need:
If the EA place a long trade, and the price go up X pips, then open another long trade. I tried whole night but still don’t know how to do it.

0

tomas262

管理者、sq-ultimate、2件の返信.

プロフィールを表示

1年前 #287994

こんにちは、,

setup a new condition and set “If Market position Is Long (magic #1) AND Open PL (in pips) > x pips”

action: Enter at Market (magic #2)

The key here is to use 2 different magic numbers as you cannot open another order with the same

0

Sunny

Subscriber, bbp_participant, community, 23 replies.

プロフィールを表示

1年前 #288077

I attached an image, that’s what i want to do. I tried your idea but not working.

添付ファイル:
に違いない ログインしました 添付ファイルを表示するには.

0

Sunny

Subscriber, bbp_participant, community, 23 replies.

プロフィールを表示

1年前 #288079

here is the sqx

添付ファイル:
に違いない ログインしました 添付ファイルを表示するには.

0

3件の返信を表示中 - 1 - 3件目 (全3件中)