Highway EA 3.4.5 Release
1) At inputs,
- change name "UseTotalEquityRisk" to "UseTotalBalanceRisk".
- change name "TotalEquityRisk" to "TotalEquityRisk%"
UseTotalEquityRisk is working. But maybe need to change formula.
Please check if current formula is (Loss/Equity) x 100% ?
If yes, then change to (Loss/Balance) x 100%.
e.g. If TotalBalanceRisk% = 10, then ($1000 Loss / $10000 Balance).
The "Loss" is net loss (include commission).
2) ByCandle = true.
e.g. TF: M15.
If true, after 1st trade is opened, it should only open new trade on every M15 after the pipstep condition is met.
If false, it should open new trade immediately after pipstep condition is met.
Currently, when "true", it is not following Timeframe to open trade.