平均足ミニシステム:ヘルプ要求
14件の返信
こんにちは、,
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
How to program a price ratio (condition one). Can somebody help? Mark?
0
こんにちは,
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
ありがとうございます!
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
Could you please reup HeikenAshiSample.sqw? The page is no longer available. Thanks
0
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件中)