No Position Block Question
-
For example, when using the No Position block with the default settings on my EA, let's say we're running it on AUDCAD. Will the EA still take new AUDCAD positions if I have a separate EA running on the account with open USDJPY positions? Or do I need to change the settings in the No Position block. The goal is to allow for one AUDCAD and one USDJPY position at the same time from two EAs on the same account, but with only 1 trade for each pair open.
-
if you have different EA, it wont interfere one another, but if you have the 2 same ea on different pairs, change the magic number. but thats my opinion.
-
If the 'No position' block is set as 'Symbol mode: specified', the bot will check the the symbols it is active on. However, if you select 'Symbol mode: Any symbol', the same bot will check both of them, but will only open one only trade in total, not one per symbol.
-
怎么编写在1小时K线收盘的时候平仓
-
@小强 said in No Position Block Question:
时K线收盘的时候平仓
-
@小强 Start a fresh question mate. You are better off doing this on the opening of the next, once per bar will work on the 1st tick of a candle.
-
用4H的K线收盘价平仓 用4H的K线的最高点或者最低点设置止损 怎么设置