Requests & Ideas (MQL5 only!) - page 68

 
https://www.mql5.com/en/charts/15302139/d1-mofid-securities-co

Hi I have a very powerful system to buy
For this system, I have used a combination of 3 periods of good ADXVMA indicator
In this way, by crossing the period line 6 from below line 8 and line 8 from below line 10, we enter the buying position.
And with the cross of line 6, we close the position from the top of line 8 to the bottom
Of course, this should be while the indicator lines are green
For this system, the ADXVMA indicator needs to be converted to cross mode with alarm
If possible, design this indicator


https://www.mql5.com/en/code/20744

https://charts.mql5.com/31/490/d1-mofid-securities-co.png
ADXVMA
ADXVMA
  • www.mql5.com
ADXVMA uses modified ADX calculation for adapting Moving Average calculation.
Files:
ej8euDaily.png  10 kb
 
Ashegh Irani # :
https://www.mql5.com/en/charts/15302139/d1-mofid-securities-co

Hi I have a very powerful system to buy
For this system, I have used a combination of 3 periods of good ADXVMA indicator
In this way, by crossing the period line 6 from below line 8 and line 8 from below line 10, we enter the buying position.
And with the cross of line 6, we close the position from the top of line 8 to the bottom
Of course, this should be while the indicator lines are green
For this system, the ADXVMA indicator needs to be converted to cross mode with alarm
If possible, design this indicator


https://www.mql5.com/en/code/20744

https://charts.mql5.com/31/490/d1-mofid-securities-co.png

I see a discrepancy: You are talking about using three indicators at once on one chart, but in the picture (which you have attached) I see only two indicators.

And a big request: DO NOT USE BLACK BACKGROUND COLOR of the chart!

 
Vladimir Karputov #:

I see a discrepancy: You are talking about using three indicators at once on one chart, but in the picture (which you have attached) I see only two indicators.

And a big request: DO NOT USE BLACK BACKGROUND COLOR of the chart!

Yes, we are absolutely right
In this system, I use three different periods
Two short
And a long
I marked the long term with blue and red
Short with green and pink
The method is that whenever it is blue in the long run and crosses in the short run, I buy it
And whenever the long term is red, the short term crosses up and down. I'm selling it

Now I ask you to change the indicator so that it can inform the cross of these two periods with an alarm



https://charts.mql5.com/31/517/d1-mofid-securities-co-2.png

Files:
olqkDaily.png  34 kb
 
Ashegh Irani # :


This thread discusses trading ideas (please read the first post of this thread). If you need an MQL5 code, you should contact the Freelance service.

Trading applications for MetaTrader 5 to order
Trading applications for MetaTrader 5 to order
  • 2022.02.07
  • www.mql5.com
The largest freelance service with MQL5 application developers
 

Good morning. Can this indicator be modified so it gives sound, push and email  alerts when arrow appears. Thanks


<*.ex* file has been removed>

 
plesac # :

Good morning. Can this indicator be modified so it gives sound and push alerts when arrow appears. Thanks


<*.ex* file has been removed>

If you took this indicator from CodeBase, remember: every code in CodeBase has a special discussion page.

 
hello vladimir
I am trading with your EA "Constituents" opening trades in European time with the highs and lows of Asian time, but I am correcting the Buy-Stop and Sell-Stop operations as I only want it to open the trade if the previous candle has closed above of the Asian high (Buy-Stop) or the previous candle has closed below the Asian low (Sell-Stop).
Would it be possible to rectify the EA in this regard?
Would it be possible for Stops to be placed at the Asian high and low for each order?
Thanks for the contribution, I just discovered this forum and it seems incredible to me that something like this could exist.
Sorry for my English
 
RCMA # :
hello vladimir
I am trading with your EA "Constituents" opening trades in European time with the highs and lows of Asian time, but I am correcting the Buy-Stop and Sell-Stop operations as I only want it to open the trade if the previous candle has closed above of the Asian high (Buy-Stop) or the previous candle has closed below the Asian low (Sell-Stop).
Would it be possible to rectify the EA in this regard?
Would it be possible for Stops to be placed at the Asian high and low for each order?
Thanks for the contribution, I just discovered this forum and it seems incredible to me that something like this could exist.
Sorry for my English
If you have questions about published codes, please ask them in the appropriate code discussion thread (at the bottom of each code in the CodeBase there is a link 'Go to the discussion on the forum of traders') - so I can answer everyone at once, and not just you personally.
 
Vladimir Karputov #:
If you have questions about published codes, please ask them in the appropriate code discussion thread (at the bottom of each code in the CodeBase there is a link 'Go to the discussion on the forum of traders') - so I can answer everyone at once, and not just you personally.
Thanks for your answer. I'll make the query in the code of the EA.
 
I am new to creating EA. Tested my strategy manually and wanted to automate it but I am lost due to my inexperience in python. Can someone help me with this basic code

Buys USDGBP (1 lot-100k units) sets a stop loss  of 10 pips and profit target of 15pips

At the same time it shorts AUDNZD AND AUDEUR for a stop loss of 24 pips and profit target of 38 pips

your help is appreciated. 
Thanks and regards
Basic Principles - Trading Operations - MetaTrader 5 Help
Basic Principles - Trading Operations - MetaTrader 5 Help
  • www.metatrader5.com
Before you proceed to study the trade functions of the platform, you must have a clear understanding of the basic terms: order, deal and position...
Reason: