- Search Energy EXCH
- 31 Results (1 Threads, 30 Replies)
-
PinoArla replied Mar 20, 2025sure!, the previous code is actually the backbone of this project - it works great And like the previous time, the thing I love is that I can understand always more how the code works In example, the openBuyBarIndex & openSellBarIndex initialized to ...
Return of Index Number With Certain Conditions - MQL4
-
PinoArla replied Mar 19, 2025I hope I'm not being intrusive... Hello, in the meantime... let's say, 10 bars ago, a condition identified as iCustom(conditionBUY=TRUE) opened a position, which was also visible on the graph with the up arrow of the indicator. Now, after 10 bars ...
Return of Index Number With Certain Conditions - MQL4
-
PinoArla replied Mar 9, 2025...it works exactly the way I was looking for Thank you very much Have a happy time
Return of Index Number With Certain Conditions - MQL4
-
PinoArla replied Mar 9, 2025Hello, and thank you again the reason is that I'm going to use it in a higher level timeframe as a kind of "trend" control, and to do that, I've thought that would have been the best way - maybe there's another one, but, as I said, I'm a "slow guy" ...
Return of Index Number With Certain Conditions - MQL4
-
PinoArla replied Mar 9, 2025Hello and thank you so much before I'll try to implement your solution, and since I'm not that smart in coding, I just want to try to understand if I was able to explain myself in the first place. I'm enclosing a picture to help myself The custom ...
Return of Index Number With Certain Conditions - MQL4
-
PinoArla replied Mar 8, 2025thank you so much for taking the time to help me Let's say we use "if" statement - that is the original setting, but it outputs something only when the conditions are met. What I'm trying to get, is a binary output - when Buffer1 (Buy conditions) is ...
Return of Index Number With Certain Conditions - MQL4
-
PinoArla replied Mar 6, 2025I'm going to apologize in advance, because this is probably a very simple thing,but I'm not able to solve it, and I'm not able to find the solution online - maybe I'm not able to use the right search words because of language So, what I'm trying to ...
Return of Index Number With Certain Conditions - MQL4
-
PinoArla replied Jan 29, 2025Thank 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, 2025Hello Is there a way to make it run every X minutes? thank you
Data export to CSV
-
PinoArla replied Jan 16, 2025Sorry 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, 2025MT4, correct - I'm talking about Plot External Data_2.mq4
How to get the data of an indicator?
-
PinoArla replied Jan 16, 2025Hello 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, 2025Thank 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, 2024thank 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, 2024Thank 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, 2024Thank 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, 2024I 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, 2024Hello 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, 2024Hello 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, 2024Thank 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?