Rafal W.
Rafal W.
Add AND/OR operators for different tasks in form of new param.
`::PositionGetInteger(POSITION_IDENTIFIER)` needs to be used instead. Refs:
- Test: Chart3D.test - Branch: `v3.009-dev` - MT5 build: 4524 Errors: ``` main:1:21: error: syntax error, unexpected KW_CBUFFER main:10:42: error: syntax error, unexpected NEW_IDENTIFIER ``` Est. 1-2h
``` name: Docker Build and Wine Test on: push: branches: - main jobs: build-and-push: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 - name: Set up Docker Buildx uses:...
I've got [`Vagrantfile`](https://github.com/EA31337/FX-MT-VM/blob/2980fa7ef5f4d143fbb2aec8008d3f800838a4ea/Vagrantfile) (linked before the change) where I've changed `aws.region` to `us-west-1` (`aws.region = "us-west-1"`), but when creating a new instance, it's still showing my old region (`us-east-1`). ```...