新しいローソク足でトレードを開始
27 replies
こんにちは
I just want a rule that says as soon as a new candle opens, then enter a trade. Can anyone tell me how?\
ありがとう
0
simple condition:
IF IsBarOpen is true
THEN…
マーク
StrategyQuantアーキテクト
0
Does Open P/L in pips give a whole number e.g 15 or 0.0015?
ありがとう
0
Also, I made an EA that will open on two different pairs, but it only opens on the pair the chart is on.
Rules are
1. If bar is open
2. then open a long on EURUSD & on USDCHF
Am I doing something wrong?
0
Open P/L in pips returns whole number, for example 15
– problem with opening two trades – it i shard to tell you what is wrong. It should work this way. Do you use different magic number for each order?
マーク
StrategyQuantアーキテクト
0
Yes I’m using different magic numbers.
0
Mark, here is the strategy file. Could you take a look?
ありがとう
0
I found one issue that made problem when opening order on another symbol, we’ll release autoupdate later today that will fix it.
マーク
StrategyQuantアーキテクト
0
I’m sorry, it takes longer than expected, we’ll release update tomorrow (7 May)
マーク
StrategyQuantアーキテクト
0
Thanks for the fix Mark, much appreciated.
0
マーク、,
My broker symbols are suffixed with SB. So USDCHF is USDHFSB. How can I change the symbol in EA Wizard so that it will have SB on the end. At the moment my broker rejects usdchf from ea wizard.
Also, I thought the function “Is bar open” would only open a trade when a new bar opens? I put it on the daily chart and it immediately opened a trade instead of waiting for a new bar.
ありがとう。.
0
こんにちは,
there are no fixed symbols in EA Wizard, you can rewrite them and write any text.
Also, I thought the function “Is bar open” would only open a trade when a new bar opens? I put it on the daily chart and it immediately opened a trade instead of waiting for a new bar.
yes, it should work like this. As I checked there was an error introduced with support for Range/Renko charts update – now it opens the trade also when the EA starts.
I’ll release an autoupdate today that fixes this problem.
マーク
StrategyQuantアーキテクト
0
Thanks. One other thing. I want to create this ea to open a trade on two different currencies and then close both trades together when the net profit of both trades = 5 pips.
How can I do that? I thought it was P/L in pips but it only deals with one of the trades not the net of both of them.
0