- Search Energy EXCH
- 24 Results (1 Threads, 23 Replies)
- PinoArla replied Jan 29, 2025
Thank you so much Especially because I've learned things I didn't know I will post my naive idea ASAP Pino
Data export to CSV
- PinoArla replied Jan 27, 2025
Hello Is there a way to make it run every X minutes? thank you
Data export to CSV
- PinoArla replied Jan 16, 2025
Sorry I simply posted in the wrong window, since I was using your output code to feed a plot and I'm very grateful you took the time to show me the problem Many, many thanks Have a happy night edited ...yet the problem was in the option tab > number ...
How to get the data of an indicator?
- PinoArla replied Jan 16, 2025
MT4, correct - I'm talking about Plot External Data_2.mq4
How to get the data of an indicator?
- PinoArla replied Jan 16, 2025
Hello no matter what kind of Indicator or timeframe I'm using, I'm getting only the last 3000 bars Is there a way to manage how many records we will get? thank you
How to get the data of an indicator?
- PinoArla replied Jan 12, 2025
Thank you for sharing everything went fine for MACD, but when I've tried my custom Indicator, all records were 2147483647 - I assume something went wrong Is it possible to use the script for custom indicators? If yes is there a different way to make ...
How to get the data of an indicator?
- PinoArla replied Aug 20, 2024
thank you so much, especially because it helps a lot in learning. I have two things to ask: Let's say we want to apply the code every 5th second (or every x minutes, or seconds) - is it possible? If we want to apply the code ten minutes after the ...
Detection of a new bar for an EA in mql4
- PinoArla replied Jul 21, 2024
Thank you so much, especially because I've learned many things in the process
I will code your EAs and Indicators for no charge
- PinoArla replied Jul 21, 2024
Thank you I'm on MT4 platforms, do you think it could work? have a great day edit: compiler is accepting it, I will try to implement it. Can I assume I could use the same method to put the trailing stop in the hands of the Custom indicator? edit 2 ...
I will code your EAs and Indicators for no charge
- PinoArla replied Jul 20, 2024
I don't know - I'm an absolute beginner in MQL. If I declare an initial SL, iCustom won't update it (no Trail) Because of this, there's no SL at the openings, but this is not usually a problem, because iCustom works 99% of the times, and starts ...
I will code your EAs and Indicators for no charge
- PinoArla replied Jul 20, 2024
Hello the next instruction that will run after deleting the SL will be setting a new level of Trailing Stop using a Custom indicator. if( ( minutoX == (2)) || ( minutoX == ( 4 ) ) || ( minutoX == ( 6 )) || ( minutoX == ( 8 )) || ( minutoX == ( 10 )) ...
I will code your EAs and Indicators for no charge
- PinoArla replied Jul 20, 2024
Hello guys I really hope someone could put me in the right direction I need to delete the stop loss at a certain time - (at a X minute and 30 seconds) what I've tried so far is this, but it does not work. void OnTick() { int minutoX = ...
I will code your EAs and Indicators for no charge
- PinoArla replied Jul 20, 2024
Thank you, really useful may I ask you... I suppose in the comparison blue is the first, red is the second, correct? thank you
List all currency pairs?
- PinoArla replied Dec 10, 2023
great job... is it possible to have the EA to stop looking to enter any trade for an arbitrary number of trading days (or hours) after a certain amount of pips gained from a pool of EAs that have in common a certain starting Magic number ...
auto enable or disable automated trading button EA help?
- PinoArla replied Apr 6, 2022
Thank you so much mntiwana I will surely use the original starting from now. My problem is that I need the way to have the indicator coded using the new standards ( url ), because when I use it as a custom indicator in my EA, it freezes the ...
I will code your EAs and Indicators for no charge
- PinoArla replied Apr 6, 2022
Hello is there anyone that could update this indicator according to the new mq4 language (after 2014 release 600)? I've tried to read the documentation, but it's really too hard for me to understand it thank you
I will code your EAs and Indicators for no charge
- PinoArla replied Apr 18, 2021
Hello I'm talking about the lines of the many ZigZag Indicators on MT4 platform. I'm trying to get the corresponding (not necessarily super perfect) value of the projection between the ZigZag Lines, so that I could use them to create ...
I will code your EAs and Indicators for no charge
- PinoArla replied Jan 18, 2021
Very useful thank you. Is there something like that but with the Breakeven part NOT dependent from the Trailing part ? In other words, having the possibility to say "breakeven at 10, but Trailing starts at 20" thank you
Need EA Auto TP and SL
- How to make the EA wait x bars since the last order was closedStarted May 1, 2020|Platform Tech|0 replies
I'm trying to understand how to put a simple condition for the opening of a new position: in ...