The Bubbly Price Action Expert Advisor works completely in automatic mode. It trades based on bar patterns and price action analysis. Many parameters allow you to flexibly configure the Expert Advisor at your discretion.
- This is not a martingale.
- Does not use a grid.
- Does not use arbitration.
- Without fitting the test results.
- Uses close stop levels.
- MinimumSLPT – minimum stop loss and take profit calculated by ATR
- MaximumSLPT – maximum stop loss and take profit calculated by ATR
- UseMoneyManegement – True/False , if False, a fixed lot is used; if TRUE, the percentage of risk RiskInPercent, the maximum total lot and the risk in monetary terms are indicated, if you do not want to specify it as % from the size of the account
- MaxTradesPerDay – the maximum number of transactions per day, if “0” – unlimited number
- ReplacePendingOrders – the recommended value is “true”, in which new pending orders replace the previous ones and cancel them
- LimitSignalsToRange – the work of the adviser at the specified time
- ExitAtEndOfRange – closing all orders at the end of business hours
- ExitAtEndOfDay – closing orders at the end of the day
- TradeLong/Tradeshort – choosing the direction of trade
- Trade days – setting up trading days
- Trade on Monday – if true, the EA will trade on Monday
- Trade on Tuesday – if true, the EA will trade on Tuesday
- Trade on Wednesday – if true, the EA will trade on Wednesday
- Trade on Thursday – if true, the EA will trade on Thursday
- Trade on Friday – if true, the EA will trade on Friday
- Trade on Saturday – if true, the EA will trade on Saturday
- Trade on Sunday – if true, the EA will trade on Sunday
- MaxSlippage – maximum allowable slippage
- CustomComment – user comment
- Magic Number – there is no need to change this parameter when trading normally. But if there are several experts trading on your account, make sure they use different magic numbers.