You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
as i did evry thing but still am not able to fix the error ,
Error : 'advanctradingapproch.mq5'
advanctradingapproch.mq5 (line) 1 (Column) 1
here is the code :
Error : 'advanctradingapproch.mq5'
advanctradingapproch.mq5 (line) 1 (Column) 1
here is the code :
Please, don't request help for ChatGPT (or other A.I.) generated code. It generates horrible code, mixing MQL4 and MQL5. Please use the Freelance section for such requests.
Hey guys,
I'm looking to understand what are the ideal components of a computer that will help large Strategy Optimizations (100,000+ combinations across multiple years of M1 data) to complete quicker. I am asking so that I can then take your recommendations, and create an AWS EC2 Instance (custom virtual computer) with the desired specs (x amount of vCPUs, x amount of memory, etc) to help streamline getting optimization results back quicker.
I will share the results of my EC2 costs & time to completion afterwards if it will help the community.
Thank you in advance for your thoughtful responses.
PLEASE HELP ME SOLVE THIS PROBLEM IN MY MT5 EA
i am trying to create an EA that utilizes 2 Bollinger Bands (one with 1 std and and another with 1.5 std)
and i enter a position with a close below the bb(1 std) and markets price with a sl at the larger bb and a tp at the middle line , i wanna automatically modify the oder such that it moves the sl and tp to the latest value of the bolllinger band and the middle line i.e. the current candle has an index of 0 and the previous candle has an index of 1, so the bb values at index 1 . i want this to happen until either sl/tp is hit. can someone please guide me into the right direction??? i am an amateur and just getting started with this EA stuff. i am aware i can get the position ticket and use that to modify sl/tp but i have a hard time extracting the 2 values from the bb , the initial tp/sl and the modified sl/tp with every candle. i can get the values from ibands function and use the copy buffer function to extract the values , but i am only successful doing so for the initial sl/tp how do i extract the values for the rolling sl/tp , please help me out , thank you for the help,appreciate it.
Add an input to the Expert Advisor, where the time is specified one hour before the end of the testing interval.
In the Expert Advisor, as soon as the time has passed this input and there are open positions, either raise the flag for zeroing OnTester, or zero the balance at the expense of the spread.
Add an input to the Expert Advisor that specifies the time one hour before the end of the testing interval.
In the Expert Advisor, as soon as the time has passed this input and there are open positions, either raise the flag to zero OnTester,