読み取り専用

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

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

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

ご参加ください Discord YouTube

平均足ミニシステム:ヘルプ要求

14件の返信

JC・サヴァール

購読者、bbp_participant、コミュニティ、28件の返信。.

プロフィールを表示

12年前 #112203

こんにちは、,

Can someone help here.

 

I would like the system to open a trade when

Condition one : 85% or more of the body of the HeikenAshi candle (between the open and the close) have is above/below the 200 ema 

Condition two : enter a trade when the High (or the low) of that candle is broken by the price action of the next bar 

 

ありがとう

 

JC

0

JC・サヴァール

購読者、bbp_participant、コミュニティ、28件の返信。.

プロフィールを表示

12年前 #125118

How to program a price ratio (condition one).  Can somebody help?  Mark?

0

マーク・フリック

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

プロフィールを表示

12年前 #125177

こんにちは,

 

I’m attaching a sample strategy.

 

It can be done with the help of some variables and few computations.

First you compute what is the size of HA candle (HA high- HA low) and store it to variable HA_body_size.

You can also compute what is the size of HA currently below EMA (EMA – HA low) and put it to variable HA_size_below_EMA.

 

Then in the next rule compare if HA_size_below_EMA > 0.85 * HA_body_size – this means that HA has at least 85% of its body below EMA.

 

I tried to add also example of condition two rule – when HA high of previous candle is broken by the current one.

 

 

マーク
StrategyQuantアーキテクト

0

JC・サヴァール

購読者、bbp_participant、コミュニティ、28件の返信。.

プロフィールを表示

12年前 #125189

see next post.  Sorry

0

JC・サヴァール

購読者、bbp_participant、コミュニティ、28件の返信。.

プロフィールを表示

12年前 #125190

ありがとうございます!

PS.  I don’t think you have any example like that type in the software…. where we can see a rule with assign variables tabs…

If you can build one with a bit of complexity, it could be great for newbies learning like me… and many others I think

CIao

JC

0

暗号バイオーム

定期購入者、bbp_participant、顧客、コミュニティ、sq-ultimate、2件の返信。.

プロフィールを表示

1年前 #288722

Could you please reup HeikenAshiSample.sqw? The page is no longer available. Thanks

0

tomas262

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

プロフィールを表示

1年前 #288758

Some older forum attachments are no longer available.

Here are some others from archive.

It can be only open using EA Wizard. Some sqw file can be loaded using SQX but there is no full compatibility

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

0

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